#include "SAMRAI_config.h"
#include "Box.h"
#include "BoxOverlap.h"
#include "PatchLevel.h"
#include "tbox/Arena.h"
#include "tbox/Pointer.h"
#include "tbox/DescribedClass.h"
#include "tbox/Transaction.h"
#include "CoarsenClasses.h"
Namespaces | |
namespace | SAMRAI |
namespace | SAMRAI::xfer |
Classes | |
class | SAMRAI::xfer::CoarsenTransactionFactory< DIM > |
Abstract base class defining the interface for all concrete transaction factory objects that generate data transaction objects used with a CoarsenSchedule<DIM> object. A concrete subclass will allocate new transaction objects. This class is an example of the ``Abstract Factory'' method described in the Design Patterns book by Gamma, et al. More... |