ug4
|
#include <hfv1_geom.h>
Public Member Functions | |
const MathVector< worldDim > & | global_corner (size_t co) const |
return global corner number i More... | |
const MathVector< worldDim > & | global_ip () const |
global integration point More... | |
const MathVector< dim > & | local_corner (size_t co) const |
return local corner number i More... | |
const MathVector< dim > & | local_ip () const |
local integration point of scv More... | |
size_t | node_id () const |
node id that this scv is associated to More... | |
size_t | num_corners () const |
number of corners, that bound the scvf More... | |
size_t | num_ip () const |
number of integration points More... | |
SCV () | |
number | volume () const |
volume of scv More... | |
Private Types | |
typedef hfv1_traits< ref_elem_type, TWorldDim >::scv_type | scv_type |
type of element the subcontrol volume represents More... | |
Private Attributes | |
MidID | m_midId [m_maxNumCorners] |
size_t | m_numCorners |
MathVector< worldDim > | m_vGloPos [m_maxNumCorners] |
MathVector< dim > | m_vLocPos [m_maxNumCorners] |
size_t | nodeId |
number | vol |
Static Private Attributes | |
static const size_t | m_maxNumCorners = hfv1_traits<ref_elem_type, TWorldDim>::MaxNumCornersOfSCV |
Number of corners of scvf. More... | |
static const size_t | m_numIP = 1 |
number of integration points More... | |
Friends | |
class | HFV1Geometry< TElem, TWorldDim > |
|
private |
type of element the subcontrol volume represents
|
inline |
|
inline |
return global corner number i
References ug::HFV1Geometry< TElem, TWorldDim >::SCV::m_vGloPos, ug::HFV1Geometry< TElem, TWorldDim >::SCV::num_corners(), and UG_ASSERT.
|
inline |
global integration point
References ug::HFV1Geometry< TElem, TWorldDim >::SCV::m_vGloPos.
Referenced by ug::HFV1Geometry< TElem, TWorldDim >::update().
|
inline |
return local corner number i
References ug::HFV1Geometry< TElem, TWorldDim >::SCV::m_vLocPos, ug::HFV1Geometry< TElem, TWorldDim >::SCV::num_corners(), and UG_ASSERT.
|
inline |
local integration point of scv
References ug::HFV1Geometry< TElem, TWorldDim >::SCV::m_vLocPos.
Referenced by ug::HFV1Geometry< TElem, TWorldDim >::update().
|
inline |
node id that this scv is associated to
References ug::HFV1Geometry< TElem, TWorldDim >::SCV::nodeId.
|
inline |
number of corners, that bound the scvf
References ug::HFV1Geometry< TElem, TWorldDim >::SCV::m_numCorners.
Referenced by ug::HFV1Geometry< TElem, TWorldDim >::copy_global_corners(), ug::HFV1Geometry< TElem, TWorldDim >::copy_local_corners(), ug::HFV1Geometry< TElem, TWorldDim >::SCV::global_corner(), and ug::HFV1Geometry< TElem, TWorldDim >::SCV::local_corner().
|
inline |
number of integration points
References ug::HFV1Geometry< TElem, TWorldDim >::SCV::m_numIP.
|
inline |
volume of scv
References ug::HFV1Geometry< TElem, TWorldDim >::SCV::vol.
|
friend |
|
staticprivate |
Number of corners of scvf.
|
private |
|
private |
Referenced by ug::HFV1Geometry< TElem, TWorldDim >::SCV::num_corners().
|
staticprivate |
number of integration points
Referenced by ug::HFV1Geometry< TElem, TWorldDim >::SCV::num_ip().
|
private |
|
private |
|
private |
Referenced by ug::HFV1Geometry< TElem, TWorldDim >::SCV::node_id().
|
private |
Referenced by ug::HFV1Geometry< TElem, TWorldDim >::SCV::volume().