Feel++
0.91.4
|
Functions | |
std::pair< BareFace, bool > | Feel::makeBareFace (size_type const i, size_type const j, size_type const k) |
It creates Bare Face objects from three Point size_type's. More... | |
std::pair< BareFace, bool > | Feel::makeBareFace (size_type const i, size_type const j, size_type const k, size_type const l) |
It creates Bare Face objects from four Point size_type's. More... | |
std::pair< BareEdge, bool > | Feel::makeBareEdge (size_type const i, size_type const j) |
It creates a BareEdge end returns the orientation of the created edge with respect to the given data. More... | |
BareEdge | Feel::setBareEdge (size_type const i, size_type const j) |
It creates a BareEdge, ignoring orientation. More... | |
BareEdge | Feel::setBareEdgeNo (size_type const i, size_type const j) |
It creates a non-standard BareEdge. More... | |
|
inline |
It creates a BareEdge end returns the orientation of the created edge with respect to the given data.
i | is a Point size_type |
j | is a Point size_type |
The BareEdge that will be built is the one passing by i
and j
. The orientation is i->j if the returned parameter is a true.
std::pair< BareFace, bool > Feel::makeBareFace | ( | size_type const | i, |
size_type const | j, | ||
size_type const | k | ||
) |
It creates Bare Face objects from three Point size_type's.
i | is a Point size_type |
j | is a Point size_type |
k | is a Point size_type |
To be used for triangular faces.
bool | is false if orientation has been changed. |
i | is a Point size_type |
j | is a Point size_type |
k | is a Point size_type |
To be used for triangular faces.
Referenced by Feel::makeBareFace().
std::pair< BareFace, bool > Feel::makeBareFace | ( | size_type const | i, |
size_type const | j, | ||
size_type const | k, | ||
size_type const | l | ||
) |
It creates Bare Face objects from four Point size_type's.
i | is a Point size_type |
j | is a Point size_type |
k | is a Point size_type |
l | is a Point size_type |
To be used with Quad faces.
bool | is false if orientation has been changed. |
i | is a Point size_type |
j | is a Point size_type |
k | is a Point size_type |
l | is a Point size_type |
To be used for triangular faces.
References Feel::makeBareFace().
|
inline |
It creates a BareEdge, ignoring orientation.
i | is a Point size_type |
j | is a Point size_type The BareEdge that will be built is the one passing by i and j A lighter version of MakeBareEdge, to be used if orientation flag is not needed; |
References Feel::BareEdge::first, and Feel::BareEdge::second.
|
inline |
It creates a non-standard BareEdge.
i | is a Point size_type |
j | is a Point size_type |