![]() |
Factory for constructing a PatchTable from a TopologyRefiner. More...
#include <patchTableFactory.h>
Classes | |
struct | Options |
Public options for the PatchTable factory. More... | |
struct | PatchFaceTag |
Public Types | |
typedef std::vector< PatchFaceTag > | PatchTagVector |
Static Public Member Functions | |
static PatchTable * | Create (TopologyRefiner const &refiner, Options options=Options()) |
Factory constructor for PatchTable. More... | |
Factory for constructing a PatchTable from a TopologyRefiner.
Definition at line 43 of file patchTableFactory.h.
typedef std::vector<PatchFaceTag> PatchTagVector |
Definition at line 166 of file patchTableFactory.h.
|
static |
Factory constructor for PatchTable.
refiner | TopologyRefiner from which to generate patches |
options | Options controlling the creation of the table |