ug4
|
#include <hfv1_geom.h>
Public Member Functions | |
BF () | |
const MathVector< worldDim > & | global_corner (size_t i) const |
return global position of corner number i More... | |
const MathVector< worldDim > & | global_ip () const |
global integration point of scvf More... | |
const MathVector< dim > & | local_corner (size_t i) const |
return local position of corner number i More... | |
const MathVector< dim > & | local_ip () const |
local integration point of scvf More... | |
size_t | node_id () const |
node id that this bf is associated to More... | |
size_t | num_corners () const |
number of corners, that bound the bf More... | |
size_t | num_ip () const |
number of integration points More... | |
size_t | num_sh () const |
number of shape functions More... | |
number | shape (size_t i, size_t ip) const |
value of shape function i in integration point More... | |
number | volume () const |
volume of bf More... | |
Private Attributes | |
MathVector< worldDim > | globalIP |
MathVector< dim > | localIP |
MathVector< worldDim > | m_vGloPos [numCorners] |
MathVector< dim > | m_vLocPos [numCorners] |
size_t | nodeId |
number | vol |
std::vector< number > | vShape |
Static Private Attributes | |
static const size_t | m_numIP = 1 |
static const size_t | numCorners = hfv1_traits<ref_elem_type, dim>::MaxNumCornersOfSCV |
Friends | |
class | HFV1ManifoldGeometry< TElem, TWorldDim > |
|
inline |
|
inline |
return global position of corner number i
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::m_vGloPos, ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::num_corners(), and UG_ASSERT.
|
inline |
global integration point of scvf
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::m_vGloPos.
Referenced by ug::HFV1ManifoldGeometry< TElem, TWorldDim >::update().
|
inline |
return local position of corner number i
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::m_vLocPos, ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::num_corners(), and UG_ASSERT.
|
inline |
local integration point of scvf
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::m_vLocPos.
Referenced by ug::HFV1ManifoldGeometry< TElem, TWorldDim >::update().
|
inline |
node id that this bf is associated to
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::nodeId.
|
inline |
number of corners, that bound the bf
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::numCorners.
Referenced by ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::global_corner(), and ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::local_corner().
|
inline |
number of integration points
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::m_numIP.
Referenced by ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::shape().
|
inline |
number of shape functions
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::vShape.
|
inline |
value of shape function i in integration point
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::num_ip(), UG_ASSERT, and ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::vShape.
|
inline |
volume of bf
References ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::vol.
|
friend |
|
private |
|
private |
|
staticprivate |
Referenced by ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::num_ip().
|
private |
|
private |
|
private |
Referenced by ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::node_id().
|
staticprivate |
|
private |
Referenced by ug::HFV1ManifoldGeometry< TElem, TWorldDim >::BF::volume().
|
private |