-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better implementation of MPI grids (#258)
* working on parallel grid improvements * communicate indices of entities after local grid creation * move entity index communication into ParallelGrid::new * simplifications * parallel single element grid * None, * use hashmaps instead of pairs of vecs * use trait for parallel grid setup instead of code duplication * add extra_cell_info * working on mixed grid * make mixed grid work * pub(crate) for internal implementation crate * remove unused code, and use pub(crate) for internal functions * more pub(crate)
- Loading branch information
Showing
17 changed files
with
934 additions
and
1,216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.