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

Use Cache::get_vertex_to_cell_map() in GT::find_all_locally_owned_act… #15808

Conversation

peterrum
Copy link
Member

…ive_cells_around_point()

@@ -6073,7 +6073,8 @@ namespace GridTools
cache.get_triangulation(),
point,
tolerance,
first_cell);
first_cell,
&cache.get_vertex_to_cell_map());
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be OK since get_vertex_to_cell_map() has been called already a few lines above so that the data structures are already filled.

@peterrum peterrum force-pushed the find_all_locally_owned_active_cells_around_point_cache_get_vertex_to_cell_map branch from c73268e to 102cadd Compare August 1, 2023 16:03
@peterrum peterrum force-pushed the find_all_locally_owned_active_cells_around_point_cache_get_vertex_to_cell_map branch from 102cadd to e4913b0 Compare August 1, 2023 16:04
@peterrum peterrum merged commit 77840d5 into dealii:master Aug 1, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants