|
IBAMR
IBAMR version 0.19.
|
#include <BoxGeneratorStrategy.h>

Public Member Functions | |
| BoxGeneratorStrategy () | |
| virtual | ~BoxGeneratorStrategy () |
| virtual void | findBoxesContainingTags (hier::BoxList< DIM > &boxes, const tbox::Pointer< hier::PatchLevel< DIM > > level, const int index, const int tag_val, const hier::Box< DIM > &bound_box, const hier::IntVector< DIM > &min_box, const double efficiency_tol, const double combine_tol) const =0 |
Private Member Functions | |
| BoxGeneratorStrategy (const BoxGeneratorStrategy< DIM > &) | |
| void | operator= (const BoxGeneratorStrategy< DIM > &) |
Class BoxGeneratorStrategy<DIM> is an abstract base class that defines a Strategy pattern interface for operations to build boxes that cover a collection of tagged cells on a single AMR patch hierarchy level.
| SAMRAI::mesh::BoxGeneratorStrategy< DIM >::BoxGeneratorStrategy | ( | ) |
Default constructor.
|
virtual |
Virtual destructor.
|
private |
|
pure virtual |
Create list of boxes whose union covers all integer tags on the patch level that match the specified tag value. Each box must be at least as large as the given minimum size and the tolerances must be met.
Implemented in SAMRAI::mesh::AsyncBergerRigoutsos< DIM >, and SAMRAI::mesh::BergerRigoutsos< DIM >.
|
private |
1.8.17