forked from trixi-framework/Trixi.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MPI implementation for non-conservative equations using `ParallelP4es…
…tMesh{3}` (trixi-framework#2126) * Added first working version of MPI with non-conservative systems for CONFORMING meshes (analysis routines need work) * Added a first version of calc_mpi_mortar_flux! for non-conservative equations (not working yet) * Added non-unique mortar fluxes to be able to handle non-conservative equations * format * Updated p4est 3d tests * Updated parabolic and parallel p4est 3d implementations for new naming convention * format * Adapted MPI mortars to new mortar fluxes fstar_primary and fstar_secondary * Fixed problem with parabolic non-conforming discretization * One solution for the MHD analysis problem with MPI * Added parallel MHD test * Selected the right type for inizialization of integral in integrate_via_indices * Added minimal test to reproduce issues with nranks > ntrees * Fixed GLM speed callback for parallel meshes * Fixed the computation of :linf_divb for parallel meshes and improved reduction operations for GLM speed * Added non-conforming non-conservative parallel test with 1 tree to test nranks > ntrees * Removed unused MHD conforming test * Apply suggestions from code review Change the occurrences of `Float64` literals to `Float32`-compatible literals * Format * Apply suggestions from code review Co-authored-by: Hendrik Ranocha <[email protected]> --------- Co-authored-by: Hendrik Ranocha <[email protected]>
- Loading branch information
Showing
5 changed files
with
188 additions
and
19 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