Jun. 16, 2026
AMReX Basic Syntax
Table of Contents
- Dimensionality Macros (
AMReX_SPACE.H) - ParallelDescriptor (
AMReX_ParallelDescriptor.H) - AMReX Array Types
- IntVect (
AMReX_IntVect.H) - IndexType (
AMReX_IndexType.H) - Box (
AMReX_Box.H) - Dim3 and XDim3
- RealBox (
AMReX_RealBox.H) - Geometry (
AMReX_Geometry.H) - BoxArray (
AMReX_BoxArray.H) - DistributionMapping (
AMReX_DistributionMapping.H) - BaseFab
- FabArray, MultiFab and iMultiFab
- MFIter without Tiling
- Loop Tiling
- ParallelFor
AMReX is a public software framework designed for building massively parallel block-structured adaptive mesh refinement applications. Here I keep track of the basic syntax or classes used in AMReX for my personal notes.