#include <source/patchdata/boxgeometry/OuterfaceGeometry.h>
Inheritance diagram for SAMRAI::pdat::OuterfaceGeometry< DIM >:
Public Types | |
typedef FaceOverlap< DIM > | Overlap |
Public Member Functions | |
OuterfaceGeometry (const hier::Box< DIM > &box, const hier::IntVector< DIM > &ghosts) | |
Construct an outerface geometry object given an AMR index space box and ghost cell width. | |
virtual | ~OuterfaceGeometry () |
The virtual destructor does nothing interesting. | |
virtual tbox::Pointer< hier::BoxOverlap< DIM > > | calculateOverlap (const hier::BoxGeometry< DIM > &dst_geometry, const hier::BoxGeometry< DIM > &src_geometry, const hier::Box< DIM > &src_mask, const bool overwrite_interior, const hier::IntVector< DIM > &src_offset, const bool retry) const |
Compute the overlap in face-centered index space on the boundaries of the source box geometry and the destination box geometry. | |
const hier::Box< DIM > & | getBox () const |
Return the box for this outerface box geometry object. | |
const hier::IntVector< DIM > & | getGhosts () const |
Return the ghost cell width for this outerface box geometry object. |
See header file for OuterfaceData<DIM> class for a more detailed description of the data layout.
typedef FaceOverlap<DIM> SAMRAI::pdat::OuterfaceGeometry< DIM >::Overlap |
The BoxOverlap implemenation for this geometry.
SAMRAI::pdat::OuterfaceGeometry< DIM >::OuterfaceGeometry | ( | const hier::Box< DIM > & | box, | |
const hier::IntVector< DIM > & | ghosts | |||
) |
Construct an outerface geometry object given an AMR index space box and ghost cell width.
SAMRAI::pdat::OuterfaceGeometry< DIM >::~OuterfaceGeometry | ( | ) | [virtual] |
The virtual destructor does nothing interesting.
tbox::Pointer< hier::BoxOverlap< DIM > > SAMRAI::pdat::OuterfaceGeometry< DIM >::calculateOverlap | ( | const hier::BoxGeometry< DIM > & | dst_geometry, | |
const hier::BoxGeometry< DIM > & | src_geometry, | |||
const hier::Box< DIM > & | src_mask, | |||
const bool | overwrite_interior, | |||
const hier::IntVector< DIM > & | src_offset, | |||
const bool | retry | |||
) | const [virtual] |
Compute the overlap in face-centered index space on the boundaries of the source box geometry and the destination box geometry.
Implements SAMRAI::hier::BoxGeometry< DIM >.
const hier::Box< DIM > & SAMRAI::pdat::OuterfaceGeometry< DIM >::getBox | ( | ) | const [inline] |
Return the box for this outerface box geometry object.
const hier::IntVector< DIM > & SAMRAI::pdat::OuterfaceGeometry< DIM >::getGhosts | ( | ) | const [inline] |
Return the ghost cell width for this outerface box geometry object.