...
We present two instances of how to do parallel input/output in HDF5 using the Chombo infrastructure. The first is a simple domain-decomposition example which outputs data from a single union of rectangles. The second outputs data from a complete adaptive hierarchy of data.
Decision tree to get started with the Examples
- If you have complex geometry:
- Use EB Menagerie to generate a geometry
- Pick your physics problem:
- # EBAMRPoisson for elliptic or parabolic problems
- # EBAMRGodunov for hyperbolics problems
- # For incompressible flows, EBAMRINS
- Otherwise, in rectangular geometries:
- AMR Godunov for hyperbolics
- Polytropic gases
- Resistive MHD
- Advection-Diffusion
- AMR Poisson
- AMR INS
- AMR Godunov for hyperbolics
- Which example for Mapped?
- Which example for Mapped Multiblock?
- Which example for Particles?