ug4
|
Traits for Finite Volumes (dummy implementation, s. the instantiations below) More...
#include <fv_util.h>
Public Types | |
typedef void | bf_type |
typedef void | scv_type |
typedef void | scvf_type |
![]() | |
typedef TRefElem | ref_elem_type |
type of reference element | |
Static Public Member Functions | |
static void | NormalOnBF (MathVector< TWorldDim > &outNormal, const MathVector< TWorldDim > *vSCVFCorner, const MathVector< TWorldDim > *vElemCorner) |
static void | NormalOnSCVF (MathVector< TWorldDim > &outNormal, const MathVector< TWorldDim > *vSCVFCorner, const MathVector< TWorldDim > *vElemCorner) |
![]() | |
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 | |
static const size_t | maxNSH |
static const size_t | maxNumSCV |
static const size_t | maxNumSCVF |
static const size_t | NumCornersOfBF |
static const size_t | NumCornersOfSCV |
static const size_t | NumCornersOfSCVF |
![]() | |
static const size_t | numSCV = ref_elem_type::numCorners |
number of SubControlVolumes (for most of the elements - overridden for e.g. ROID_PYRAMID and ROID_OCTAHEDRON) | |
static const size_t | numSCVF = ref_elem_type::numEdges |
number of SubControlVolumeFaces (for most of the elements - overridden for e.g. ROID_PYRAMID and ROID_OCTAHEDRON) | |
Traits for Finite Volumes (dummy implementation, s. the instantiations below)
typedef void ug::fv1_traits< TRefElem, TWorldDim >::bf_type |
typedef void ug::fv1_traits< TRefElem, TWorldDim >::scv_type |
typedef void ug::fv1_traits< TRefElem, TWorldDim >::scvf_type |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |