contains methods for the calculation of normals of edges, faces and volume elements.
More...
|
vector2 | ug::CalculateNormal (EdgeVertices *edge, Grid::AttachmentAccessor< Vertex, APosition2 > &aaPos) |
|
vector3 | ug::CalculateNormal (FaceVertices *face, Grid::AttachmentAccessor< Vertex, APosition > &aaPos) |
|
template<class TAAPos > |
TAAPos::ValueType | ug::CalculateOuterNormal (Edge *v, int sideIndex, TAAPos aaPos) |
|
template<class TAAPos > |
TAAPos::ValueType | ug::CalculateOuterNormal (Face *v, int sideIndex, TAAPos aaPos) |
|
template<class TAAPos > |
TAAPos::ValueType | ug::CalculateOuterNormal (GridObject *v, int sideIndex, TAAPos aaPos) |
|
template<class TAAPos > |
TAAPos::ValueType | ug::CalculateOuterNormal (Vertex *v, int sideIndex, TAAPos aaPos) |
| Calculates the outer normal of the i-th side of the given grid object. More...
|
|
template<class TAAPos > |
TAAPos::ValueType | ug::CalculateOuterNormal (Volume *v, int sideIndex, TAAPos aaPos) |
|
contains methods for the calculation of normals of edges, faces and volume elements.
◆ CalculateNormal() [1/2]
◆ CalculateNormal() [2/2]
◆ CalculateOuterNormal() [1/5]
template<class TAAPos >
TAAPos::ValueType ug::CalculateOuterNormal |
( |
Edge * |
v, |
|
|
int |
sideIndex, |
|
|
TAAPos |
aaPos |
|
) |
| |
|
inline |
◆ CalculateOuterNormal() [2/5]
template<class TAAPos >
TAAPos::ValueType ug::CalculateOuterNormal |
( |
Face * |
v, |
|
|
int |
sideIndex, |
|
|
TAAPos |
aaPos |
|
) |
| |
|
inline |
◆ CalculateOuterNormal() [3/5]
template<class TAAPos >
TAAPos::ValueType ug::CalculateOuterNormal |
( |
GridObject * |
v, |
|
|
int |
sideIndex, |
|
|
TAAPos |
aaPos |
|
) |
| |
|
inline |
◆ CalculateOuterNormal() [4/5]
template<class TAAPos >
TAAPos::ValueType ug::CalculateOuterNormal |
( |
Vertex * |
v, |
|
|
int |
sideIndex, |
|
|
TAAPos |
aaPos |
|
) |
| |
|
inline |
◆ CalculateOuterNormal() [5/5]
template<class TAAPos >
TAAPos::ValueType ug::CalculateOuterNormal |
( |
Volume * |
v, |
|
|
int |
sideIndex, |
|
|
TAAPos |
aaPos |
|
) |
| |
|
inline |