#include <source/patchdata/boxgeometry/NodeGeometry.h>
Inheritance diagram for SAMRAI::pdat::NodeGeometry< DIM >:

Public Types | |
| typedef NodeOverlap< DIM > | Overlap |
Public Member Functions | |
| NodeGeometry (const hier::Box< DIM > &box, const hier::IntVector< DIM > &ghosts) | |
| Construct the node geometry object given an AMR index space box and ghost cell width. | |
| virtual | ~NodeGeometry () |
| 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 node-centered index space between the source box geometry and the destination box geometry. | |
| void | computeDestinationBoxes (hier::BoxList< DIM > &dst_boxes, const NodeGeometry< DIM > &src_geometry, const hier::Box< DIM > &src_mask, const bool overwrite_interior, const hier::IntVector< DIM > &src_offset) const |
| Compute the node-centered destination boxes that represent the overlap between the source box geometry and the destination box geometry. | |
| const hier::Box< DIM > & | getBox () const |
| Return the box for this node centered box geometry object. | |
| const hier::IntVector< DIM > & | getGhosts () const |
| Return the ghost cell width for this node centered box geometry object. | |
Static Public Member Functions | |
| static hier::Box< DIM > | toNodeBox (const hier::Box< DIM > &box) |
| Convert an AMR index box space box into a node geometry box. A node geometry box is extends the given AMR index box space box by one in upper dimension for each coordinate direction. | |
See header file for NodeData<DIM> class for a more detailed description of the data layout.
| typedef NodeOverlap<DIM> SAMRAI::pdat::NodeGeometry< DIM >::Overlap |
The BoxOverlap implemenation for this geometry.
| SAMRAI::pdat::NodeGeometry< DIM >::NodeGeometry | ( | const hier::Box< DIM > & | box, | |
| const hier::IntVector< DIM > & | ghosts | |||
| ) |
Construct the node geometry object given an AMR index space box and ghost cell width.
| SAMRAI::pdat::NodeGeometry< DIM >::~NodeGeometry | ( | ) | [virtual] |
The virtual destructor does nothing interesting.
| hier::Box< DIM > SAMRAI::pdat::NodeGeometry< DIM >::toNodeBox | ( | const hier::Box< DIM > & | box | ) | [inline, static] |
Convert an AMR index box space box into a node geometry box. A node geometry box is extends the given AMR index box space box by one in upper dimension for each coordinate direction.
| tbox::Pointer< hier::BoxOverlap< DIM > > SAMRAI::pdat::NodeGeometry< 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 node-centered index space between the source box geometry and the destination box geometry.
Implements SAMRAI::hier::BoxGeometry< DIM >.
| void SAMRAI::pdat::NodeGeometry< DIM >::computeDestinationBoxes | ( | hier::BoxList< DIM > & | dst_boxes, | |
| const NodeGeometry< DIM > & | src_geometry, | |||
| const hier::Box< DIM > & | src_mask, | |||
| const bool | overwrite_interior, | |||
| const hier::IntVector< DIM > & | src_offset | |||
| ) | const |
Compute the node-centered destination boxes that represent the overlap between the source box geometry and the destination box geometry.
| const hier::Box< DIM > & SAMRAI::pdat::NodeGeometry< DIM >::getBox | ( | ) | const [inline] |
Return the box for this node centered box geometry object.
| const hier::IntVector< DIM > & SAMRAI::pdat::NodeGeometry< DIM >::getGhosts | ( | ) | const [inline] |
Return the ghost cell width for this node centered box geometry object.
1.5.1