#include "SAMRAI_config.h"
#include "PatchLevel.h"
#include "PatchHierarchy.h"
#include "ErrorCheckIntTypes.h"
#include "tbox/Pointer.h"
#include "tbox/Array.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::hier |
Classes | |
class | SAMRAI::hier::PatchConfigurationUtilities< DIM > |
Class PatchConfigurationUtilities contains routines that provide information about spatial relationships among patches on an AMR patch hierarchy. Such information is useful for building operations on patch data that must account for these relationships. Examples include knowing which patches are neighbors of a given patch on the same patch level and the positions of those neighbors with respect to the patch, and knowing which patches on a finer patch level overlap a given patch, etc. More... | |
struct | SAMRAI::hier::PatchConfigurationUtilities< DIM >::NeighborPatchInfo |