OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
Namespaces | Typedefs
AmrDefs.h File Reference
#include <AMReX_ParmParse.H>
#include <AMReX_Vector.H>
#include <AMReX_Geometry.H>
#include <AMReX_IntVect.H>
#include <AMReX_MultiFab.H>
#include <AMReX_REAL.H>
#include <memory>
Include dependency graph for AmrDefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  amr
 Some AMR types used a lot.
 

Typedefs

typedef amrex::MultiFab amr::AmrField_t
 
typedef std::array< std::unique_ptr< AmrField_t >, AMREX_SPACEDIM > amr::AmrVectorField_t
 
typedef amrex::DistributionMapping amr::AmrProcMap_t
 
typedef amrex::Geometry amr::AmrGeometry_t
 
typedef amrex::BoxArray amr::AmrGrid_t
 
typedef amrex::Vector< std::unique_ptr< AmrField_t > > amr::AmrScalarFieldContainer_t
 
typedef amrex::Vector< AmrVectorField_t > amr::AmrVectorFieldContainer_t
 
typedef amrex::Vector< AmrGeometry_t > amr::AmrGeomContainer_t
 
typedef amrex::Vector< AmrGrid_t > amr::AmrGridContainer_t
 
typedef amrex::Vector< AmrProcMap_t > amr::AmrProcMapContainer_t
 
typedef amrex::RealBox amr::AmrDomain_t
 
typedef amrex::Vector< int > amr::AmrIntArray_t
 
typedef amrex::IntVect amr::AmrIntVect_t
 
typedef amrex::Vector< AmrIntVect_t > amr::AmrIntVectContainer_t
 
typedef amrex::Box amr::AmrBox_t
 
typedef amrex::Real amr::AmrReal_t