#include "SAMRAI_config.h"#include "Box.h"#include "IntVector.h"#include "Patch.h"#include "tbox/DescribedClass.h"Namespaces | |
| namespace | SAMRAI |
| namespace | SAMRAI::xfer |
Classes | |
| class | SAMRAI::xfer::CoarsenPatchStrategy< DIM > |
| Class CoarsenPatchStrategy<DIM> is an abstract base class that defines a Strategy pattern interface for operations that a user must supply for application-specific coarsening of data between two levels in an AMR patch hierarchy. A concrete subclass must define three member functions to perform the following tasks:. More... | |
1.5.1