#include <AMReX_Geometry.H>
Public Member Functions | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE const Real * | CellSize () const noexcept |
Returns the cellsize for each coordinate direction. More... | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | CellSize (int dir) const noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE const Real * | ProbLo () const noexcept |
Returns the lo end of the problem domain in each dimension. More... | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | ProbLo (int dir) const noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE const Real * | ProbHi () const noexcept |
Returns the hi end of the problem domain in each dimension. More... | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE Real | ProbHi (int dir) const noexcept |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE const Box & | Domain () const noexcept |
Returns our rectangular domain. More... | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE int | isPeriodic (const int i) const noexcept |
Returns whether the domain is periodic in the given direction. More... | |
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE int | Coord () const noexcept |
Coordinates type. More... | |
Public Attributes | |
RealBox | prob_domain |
Box | domain |
Real | dx [AMREX_SPACEDIM] |
int | is_periodic [AMREX_SPACEDIM] |
int | coord |
|
inlinenoexcept |
Returns the cellsize for each coordinate direction.
|
inlinenoexcept |
|
inlinenoexcept |
Coordinates type.
|
inlinenoexcept |
Returns our rectangular domain.
|
inlinenoexcept |
Returns whether the domain is periodic in the given direction.
|
inlinenoexcept |
Returns the hi end of the problem domain in each dimension.
|
inlinenoexcept |
|
inlinenoexcept |
Returns the lo end of the problem domain in each dimension.
|
inlinenoexcept |
int amrex::GeometryData::coord |
Box amrex::GeometryData::domain |
Real amrex::GeometryData::dx[AMREX_SPACEDIM] |
int amrex::GeometryData::is_periodic[AMREX_SPACEDIM] |
For each dimension, 0 if the domain is non-periodic and 1 if it is.
RealBox amrex::GeometryData::prob_domain |