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