|
Feel++ 0.91.0
|
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. | |
| 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. | |
| 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. | |
| BareEdge | Feel::setBareEdge (size_type const i, size_type const j) |
| It creates a BareEdge, ignoring orientation. | |
| BareEdge | Feel::setBareEdgeNo (size_type const i, size_type const j) |
| It creates a non-standard BareEdge. | |
| std::pair<BareEdge, bool> Feel::makeBareEdge | ( | size_type const | i, |
| size_type const | j | ||
| ) | [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, | ||
| 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().
| 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().
| BareEdge Feel::setBareEdge | ( | size_type const | i, |
| size_type const | j | ||
| ) | [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.
| BareEdge Feel::setBareEdgeNo | ( | size_type const | i, |
| size_type const | j | ||
| ) | [inline] |
It creates a non-standard BareEdge.
| i | is a Point size_type |
| j | is a Point size_type |
1.7.4