|
ug4
|
#include <fv_util.h>
Inheritance diagram for ug::fv1_traits< ReferencePrism, 3 >:Additional Inherited Members | |
Public Types inherited from ug::fv1_traits_ReferenceVolume | |
| typedef ReferenceQuadrilateral | bf_type |
| typedef ReferenceHexahedron | scv_type |
| typedef ReferenceQuadrilateral | scvf_type |
Public Types inherited from ug::fv1_traits_most_common< ReferencePrism > | |
| typedef ReferencePrism | ref_elem_type |
| type of reference element | |
Static Public Member Functions inherited from ug::fv1_traits_ReferenceVolume | |
| static void | NormalOnBF (MathVector< 3 > &outNormal, const MathVector< 3 > *vSCVFCorner, const MathVector< 3 > *vElemCorner) |
| static void | NormalOnSCVF (MathVector< 3 > &outNormal, const MathVector< 3 > *vSCVFCorner, const MathVector< 3 > *vElemCorner) |
Static Public Member Functions inherited from ug::fv1_traits_most_common< ReferencePrism > | |
| static void | scv_mid_id (const ref_elem_type &refElem, MidID *vMidID, size_t i) |
| Calculates array vMidID for scv i. | |
| static size_t | scv_node_id (const ref_elem_type &refElem, size_t i) |
| returns the node id for a scv | |
| static size_t | scvf_from_to (const ref_elem_type &refElem, size_t i, size_t ft) |
| returns the 'from' and 'to' corner indices for a scvf | |
| static void | scvf_mid_id (const ref_elem_type &refElem, MidID *vMidID, size_t i) |
| Calculates array vMidID for scvf i. | |
Static Public Attributes inherited from ug::fv1_traits_ReferenceVolume | |
| static const size_t | maxNSH = 8 |
| static const size_t | maxNumSCV = 32 |
| static const size_t | maxNumSCVF = 24 |
| static const size_t | NumCornersOfBF = 4 |
| static const size_t | NumCornersOfSCV = 8 |
| static const size_t | NumCornersOfSCVF = 4 |
Static Public Attributes inherited from ug::fv1_traits_most_common< ReferencePrism > | |
| static const size_t | numSCV |
| number of SubControlVolumes (for most of the elements - overridden for e.g. ROID_PYRAMID and ROID_OCTAHEDRON) | |
| static const size_t | numSCVF |
| number of SubControlVolumeFaces (for most of the elements - overridden for e.g. ROID_PYRAMID and ROID_OCTAHEDRON) | |