|
| template<class TAAPosVRT > |
| void | ug::CalculateAngles (vector< number > &vAnglesOut, Grid &grid, Face *f, TAAPosVRT &aaPos) |
| | Face.
|
| |
| template<class TElem , class TAAPosVRT > |
| number | ug::CalculateAngles (vector< number > &vAnglesOut, Grid &grid, TElem *elem, TAAPosVRT &aaPos) |
| | An unimplemented version, so that a compile error occurs if no overload exists.
|
| |
| template<class TAAPosVRT > |
| void | ug::CalculateAngles (vector< number > &vAnglesOut, Grid &grid, Volume *v, TAAPosVRT &aaPos) |
| | Volume.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxAngle (Grid &grid, Face *f, TAAPosVRT &aaPos) |
| | Face (Triangles and Quadrilaterals)
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxAngle (Grid &grid, Prism *prism, TAAPosVRT &aaPos) |
| | Prism.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxAngle (Grid &grid, Pyramid *pyr, TAAPosVRT &aaPos) |
| | Pyramid.
|
| |
| template<class TElem , class TAAPosVRT > |
| number | ug::CalculateMaxAngle (Grid &grid, TElem *elem, TAAPosVRT &aaPos) |
| | An unimplemented version, so that a compile error occurs if no overload exists.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxAngle (Grid &grid, Tetrahedron *tet, TAAPosVRT &aaPos) |
| | Tetrahedron.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxAngle (Grid &grid, Volume *vol, TAAPosVRT &aaPos) |
| | Volume.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxDihedral (Grid &grid, Prism *prism, TAAPosVRT &aaPos) |
| | Prism.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxDihedral (Grid &grid, Pyramid *pyr, TAAPosVRT &aaPos) |
| | Pyramid.
|
| |
| template<class TElem , class TAAPosVRT > |
| number | ug::CalculateMaxDihedral (Grid &grid, TElem *elem, TAAPosVRT &aaPos) |
| | An unimplemented version, so that a compile error occurs if no overload exists.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxDihedral (Grid &grid, Tetrahedron *tet, TAAPosVRT &aaPos) |
| | Tetrahedron.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMaxDihedral (Grid &grid, Volume *v, TAAPosVRT &aaPos) |
| | Volume.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinAngle (Grid &grid, Face *f, TAAPosVRT &aaPos) |
| | Face (Triangles and Quadrilaterals)
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinAngle (Grid &grid, Hexahedron *hex, TAAPosVRT &aaPos) |
| | Hexahedron.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinAngle (Grid &grid, Prism *prism, TAAPosVRT &aaPos) |
| | Prism.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinAngle (Grid &grid, Pyramid *pyr, TAAPosVRT &aaPos) |
| | Pyramid.
|
| |
| template<class TElem , class TAAPosVRT > |
| number | ug::CalculateMinAngle (Grid &grid, TElem *elem, TAAPosVRT &aaPos) |
| | An unimplemented version, so that a compile error occurs if no overload exists.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinAngle (Grid &grid, Tetrahedron *tet, TAAPosVRT &aaPos) |
| | Tetrahedron.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinAngle (Grid &grid, Volume *vol, TAAPosVRT &aaPos) |
| | Volume.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinDihedral (Grid &grid, Hexahedron *hex, TAAPosVRT &aaPos) |
| | Hexahedron.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinDihedral (Grid &grid, Prism *prism, TAAPosVRT &aaPos) |
| | Prism.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinDihedral (Grid &grid, Pyramid *pyr, TAAPosVRT &aaPos) |
| | Pyramid.
|
| |
| template<class TElem , class TAAPosVRT > |
| number | ug::CalculateMinDihedral (Grid &grid, TElem *elem, TAAPosVRT &aaPos) |
| | An unimplemented version, so that a compile error occurs if no overload exists.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinDihedral (Grid &grid, Tetrahedron *tet, TAAPosVRT &aaPos) |
| | Tetrahedron.
|
| |
| template<class TAAPosVRT > |
| number | ug::CalculateMinDihedral (Grid &grid, Volume *v, TAAPosVRT &aaPos) |
| | Volume.
|
| |
| UG_API void | ug::CollectAssociatedSides (Edge *sidesOut[2], Grid &grid, Face *f, Vertex *vrt) |
| | Collects all edges (= 2) which exist in the given face and which share the given vertex.
|
| |
| UG_API void | ug::CollectAssociatedSides (Face *sidesOut[2], Grid &grid, Volume *v, Edge *e) |
| | Collects all faces (= 2) which exist in the given volume and which share the given edge.
|
| |
| template<class TIterator , class TAAPosVRT > |
| TIterator::value_type | ug::FindElementWithLargestMaxAngle (Grid &grid, TIterator elementsBegin, TIterator elementsEnd, TAAPosVRT &aaPos) |
| |
| template<class TIterator , class TAAPosVRT > |
| TIterator::value_type | ug::FindElementWithSmallestMinAngle (Grid &grid, TIterator elementsBegin, TIterator elementsEnd, TAAPosVRT &aaPos) |
| |