#include <source/geometry/skeleton/patch_geom/SkeletonPatchGeometry.h>
Inheritance diagram for SAMRAI::geom::SkeletonPatchGeometry< DIM >:
Public Member Functions | |
SkeletonPatchGeometry (const hier::IntVector< DIM > &ratio_to_level_zero, const tbox::Array< tbox::Array< bool > > &touches_regular_bdry, const tbox::Array< tbox::Array< bool > > &touches_periodic_bdry) | |
~SkeletonPatchGeometry () | |
virtual void | printClassData (std::ostream &os) const |
The grid data is set by SkeletonGridGeometry class. This patch geometry class is derived from hier::PatchGeometry<DIM> base class.
SAMRAI::geom::SkeletonPatchGeometry< DIM >::SkeletonPatchGeometry | ( | const hier::IntVector< DIM > & | ratio_to_level_zero, | |
const tbox::Array< tbox::Array< bool > > & | touches_regular_bdry, | |||
const tbox::Array< tbox::Array< bool > > & | touches_periodic_bdry | |||
) |
Constructor for SkeletonPatchGeometry class. It simply passes patch boundary information and the ratio to the coarsest level to hier::PatchGeometry constructor.
SAMRAI::geom::SkeletonPatchGeometry< DIM >::~SkeletonPatchGeometry | ( | ) |
Destructor for SkeletonPatchGeometry.
void SAMRAI::geom::SkeletonPatchGeometry< DIM >::printClassData | ( | std::ostream & | os | ) | const [virtual] |
Print SkeletonPatchGeometry class data.
Reimplemented from SAMRAI::hier::PatchGeometry< DIM >.