#include <source/hierarchy/multiblock/MultiblockPatchHierarchy.h>
Public Attributes | |
int | d_id |
hier::BoxArray< DIM > | d_translated_domain |
RotationIdentifier | d_rotation |
hier::IntVector< DIM > | d_shift |
bool | d_is_singularity |
d_id | Integer identifier of the neighboring block, based on the ordering of the array given to this class's constructor | |
d_translated_domain | BoxArray describing coarse-level domain of the neighboring block in terms of the index space of the given block | |
d_rotation | The rotation needed to rotate the index space of the neighboring block so that it is aligned with the index space of the given block | |
d_shift | The shift needed to move the domain of the neighboring block from its post-rotation location to its actual location, from the point of view of the index space of the given block. | |
d_is_singularity | Whether or not the two blocks touch at a singularity |
int SAMRAI::hier::MultiblockPatchHierarchy< DIM >::Neighbor::d_id |
hier::BoxArray<DIM> SAMRAI::hier::MultiblockPatchHierarchy< DIM >::Neighbor::d_translated_domain |
RotationIdentifier SAMRAI::hier::MultiblockPatchHierarchy< DIM >::Neighbor::d_rotation |
hier::IntVector<DIM> SAMRAI::hier::MultiblockPatchHierarchy< DIM >::Neighbor::d_shift |
bool SAMRAI::hier::MultiblockPatchHierarchy< DIM >::Neighbor::d_is_singularity |