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

MPI Parallelization #33

Open
4 of 6 tasks
Arpit-Babbar opened this issue May 14, 2024 · 0 comments
Open
4 of 6 tasks

MPI Parallelization #33

Arpit-Babbar opened this issue May 14, 2024 · 0 comments
Assignees

Comments

@Arpit-Babbar
Copy link
Owner

Arpit-Babbar commented May 14, 2024

This issue discusses high-level goals towards MPI parallelization of TrixiLW.jl. Two mesh types are to be parallelized - TreeMesh and 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 -

The same steps will be there for P4estMesh which is the most powerful mesh type in Trixi.jl

  • Parallelizing P4est code on uniformly refined meshes with periodic boundary conditions (Parallel version for dg_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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants