Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only use inserter-based point searches #147

Open
jessecarterMOOSE opened this issue Jul 11, 2017 · 1 comment
Open

Only use inserter-based point searches #147

jessecarterMOOSE opened this issue Jul 11, 2017 · 1 comment

Comments

@jessecarterMOOSE
Copy link
Owner

After some initial benchmarking (#140), doing the general point-radius based calls to CircleAverageMateialProperty and CircleMaxOriginalElementSize from a GeneralUserObject can take a long time on big meshes (lots of elements). I think this is because the loop over all elements is not running in parallel.

Solution:
Have CircleAverageMaterialProperty grab from both the old event list and upcoming event list and combine them so when EventInserter needs an initial sigma value on a new old event, it is already available. EventInserter will need to be changed to just call the inserter-point interface. Then update the examples because only a single CircleAverageMaterialProperty object will be needed.

@jessecarterMOOSE
Copy link
Owner Author

The same needs to be done for CircleMaxOriginalElementSize

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant