You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue discusses high-level goals towards MPI parallelization of TrixiLW.jl. Two mesh types are to be parallelized - TreeMeshand P4estMesh. There are various steps toward getting a production-ready code. These are the goals for the TreeMesh type which is a type of mesh that can only hand rectangular grids -
This issue discusses high-level goals towards MPI parallelization of
TrixiLW.jl
. Two mesh types are to be parallelized -TreeMesh
andP4estMesh
. There are various steps toward getting a production-ready code. These are the goals for theTreeMesh
type which is a type of mesh that can only hand rectangular grids -TreeMesh
with periodic boundary conditions #34TreeMesh
code with non-periodic boundary conditions (also resolved with the above issue)TreeMesh
code with adaptive mesh refinement (mortar element method)The same steps will be there for
P4estMesh
which is the most powerful mesh type inTrixi.jl
P4est
code on uniformly refined meshes with periodic boundary conditions (Parallel version fordg_2d.jl
P4est mesh #37)P4est
code with non-periodic boundary conditions (also resolved with the above issue)P4est
code with adaptive mesh refinement (mortar element method)The text was updated successfully, but these errors were encountered: