#include <source/hierarchy/patches/PatchFactory.h>
Public Member Functions | |
PatchFactory () | |
virtual | ~PatchFactory () |
virtual tbox::Pointer< Patch< DIM > > | allocate (const Box< DIM > &box, tbox::Pointer< PatchDescriptor< DIM > > descriptor) const |
SAMRAI::hier::PatchFactory< DIM >::PatchFactory | ( | ) | [inline] |
Construct a patch factory object.
SAMRAI::hier::PatchFactory< DIM >::~PatchFactory | ( | ) | [virtual] |
Virtual destructor for patch factory objects.
tbox::Pointer< Patch< DIM > > SAMRAI::hier::PatchFactory< DIM >::allocate | ( | const Box< DIM > & | box, | |
tbox::Pointer< PatchDescriptor< DIM > > | descriptor | |||
) | const [virtual] |
Allocate a patch with the specified domain and patch descriptor.