-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split mesh and mesh topology MPI communicators (#2925)
* Improve test name * Refactor hex cube * Work on hex mesh * Small change * Remove stray function * Small fix * Update mesh creation * Tests * Remove comments * Disable test * Re-enable tests * Improvements * Tidy up * ifdef fix * Tidy up * Write test mesh in serial * Refactoring * Formatting fix * Test update * Reverse test order * Simplify * Simplifications * Simplify * Update prism mesh * Update * Remove ParMETIS hacks * Improve docs * Improve docs * Re-factor topology computation * Bug fix * Improve docs * Disable test with Kahip * Refactor * Doc fix * Fix * Debig oneapi ci * Run mpi tests only * Use PTSCOTCH in oneAPI CI * Re-enable oneAPI tests * Relax tolerance * Simlifications * Revert some changes * Simplification * Doc fix * Small update * Simplification * Simplify test * Tidy up * Simplifications * Work on create_geometry * More simplifications * Add template deduction helpers * Simplification * Small change * Add assert * Work on geometry subcomm * Comment improvement * Fix typo * Split MPI comm for ParMETIS since it crashes with empty data. Splitting could be made an option in the future. * Small simplifications
- Loading branch information
1 parent
d89545a
commit 6dac2f6
Showing
25 changed files
with
1,013 additions
and
961 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
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
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
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.