#include <refinement.h>
Classes | |
struct | ChildTag |
struct | ChildTag |
struct | Options |
struct | Options |
struct | SparseTag |
struct | SparseTag |
Public Member Functions | |
Refinement () | |
~Refinement () | |
void | setScheme (Sdc::Type const &schemeType, Sdc::Options const &schemeOptions) |
void | initialize (Level &parent, Level &child) |
Level const & | parent () const |
Level const & | child () const |
Level & | child () |
void | refine (Options options=Options()) |
int | getNumChildVerticesFromFaces () const |
int | getNumChildVerticesFromEdges () const |
int | getNumChildVerticesFromVertices () const |
Index | getFaceChildVertex (Index f) const |
Index | getEdgeChildVertex (Index e) const |
Index | getVertexChildVertex (Index v) const |
IndexArray const | getFaceChildFaces (Index parentFace) const |
IndexArray const | getFaceChildEdges (Index parentFace) const |
IndexArray const | getEdgeChildEdges (Index parentEdge) const |
Index | getChildFaceParentFace (Index f) const |
int | getChildFaceInParentFace (Index f) const |
Index | getChildEdgeParentIndex (Index e) const |
Index | getChildVertexParentIndex (Index v) const |
Protected Member Functions | |
IndexArray | getFaceChildFaces (Index parentFace) |
IndexArray | getFaceChildEdges (Index parentFace) |
IndexArray | getEdgeChildEdges (Index parentEdge) |
Friends | |
class | FVarRefinement |
class | SparseSelector |
class | Far::TopologyRefiner |
class | Far::PatchTablesFactory |
class | Level |
Definition at line 67 of file refinement.h.
Refinement | ( | ) |
~Refinement | ( | ) |
|
inline |
Definition at line 78 of file refinement.h.
|
inline |
Definition at line 79 of file refinement.h.
Definition at line 141 of file refinement.h.
|
inline |
Definition at line 139 of file refinement.h.
Definition at line 138 of file refinement.h.
Definition at line 143 of file refinement.h.
|
inline |
Definition at line 452 of file refinement.h.
|
inlineprotected |
Definition at line 458 of file refinement.h.
Definition at line 129 of file refinement.h.
|
inline |
Definition at line 436 of file refinement.h.
|
inlineprotected |
Definition at line 445 of file refinement.h.
|
inline |
Definition at line 420 of file refinement.h.
|
inlineprotected |
Definition at line 429 of file refinement.h.
Definition at line 128 of file refinement.h.
|
inline |
Definition at line 125 of file refinement.h.
|
inline |
Definition at line 124 of file refinement.h.
|
inline |
Definition at line 126 of file refinement.h.
Definition at line 130 of file refinement.h.
|
inline |
Definition at line 76 of file refinement.h.
void setScheme | ( | Sdc::Type const & | schemeType, |
Sdc::Options const & | schemeOptions | ||
) |
|
friend |
Definition at line 154 of file refinement.h.
|
friend |
Definition at line 153 of file refinement.h.
|
friend |
Definition at line 150 of file refinement.h.
|
friend |
Definition at line 295 of file refinement.h.
|
friend |
Definition at line 151 of file refinement.h.