ug4
|
sub control volume structure More...
#include <fv1_geom.h>
Public Member Functions | |
number | detJ () const |
Determinant of Jacobian in integration point. More... | |
const MathVector< worldDim > & | global_corner (size_t co) const |
return global corner number i More... | |
const MathVector< worldDim > * | global_corners () const |
return global corners More... | |
const MathVector< worldDim > & | global_grad (size_t sh) const |
value of global gradient of shape function i in integration point More... | |
const MathVector< worldDim > * | global_grad_vector () const |
vector of global gradients in ip point More... | |
const MathVector< worldDim > & | global_ip () const |
global integration point More... | |
const MathMatrix< worldDim, dim > & | JTInv () const |
Transposed Inverse of Jacobian in integration point. More... | |
const MathVector< dim > & | local_corner (size_t co) const |
return local corner number i More... | |
const MathVector< dim > * | local_corners () const |
return local corners More... | |
const MathVector< dim > & | local_grad (size_t sh) const |
value of local gradient of shape function i in integration point More... | |
const MathVector< dim > * | local_grad_vector () const |
vector of local gradients in ip point 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... | |
size_t | num_sh () const |
number of shape functions More... | |
SCV () | |
number | shape (size_t sh) const |
value of shape function i in integration point More... | |
const number * | shape_vector () const |
vector of shape functions in ip point More... | |
number | volume () const |
volume of scv More... | |
Static Public Attributes | |
static const size_t | numCo = traits::NumCornersOfSCV |
Number of corners of scvf. More... | |
Private Attributes | |
number | detj |
MathMatrix< worldDim, dim > | JtInv |
MidID | midId [numCo] |
size_t | nodeId |
MathVector< worldDim > | vGlobalGrad [nsh] |
MathVector< worldDim > | vGloPos [numCo] |
MathVector< dim > | vLocalGrad [nsh] |
MathVector< dim > | vLocPos [numCo] |
number | Vol |
number | vShape [nsh] |
Friends | |
class | FV1Geometry_gen< TElem, TWorldDim, TCondensed > |
sub control volume structure
|
inline |
|
inline |
Determinant of Jacobian in integration point.
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::detj.
|
inline |
return global corner number i
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::num_corners(), UG_ASSERT, and ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vGloPos.
|
inline |
return global corners
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vGloPos.
|
inline |
value of global gradient of shape function i in integration point
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::num_sh(), UG_ASSERT, and ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vGlobalGrad.
|
inline |
vector of global gradients in ip point
|
inline |
global integration point
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vGloPos.
|
inline |
Transposed Inverse of Jacobian in integration point.
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::JtInv.
|
inline |
return local corner number i
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::num_corners(), UG_ASSERT, and ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vLocPos.
|
inline |
return local corners
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vLocPos.
|
inline |
value of local gradient of shape function i in integration point
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::num_sh(), UG_ASSERT, and ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vLocalGrad.
|
inline |
vector of local gradients in ip point
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vLocalGrad.
|
inline |
local integration point of scv
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vLocPos.
|
inline |
node id that this scv is associated to
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::nodeId.
|
inline |
number of corners, that bound the scvf
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::numCo.
Referenced by ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::global_corner(), and ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::local_corner().
|
inline |
number of integration points
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::nip.
|
inline |
number of shape functions
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::nsh.
Referenced by ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::global_grad(), and ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::local_grad().
|
inline |
value of shape function i in integration point
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vShape.
|
inline |
vector of shape functions in ip point
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::vShape.
|
inline |
volume of scv
References ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::Vol.
|
friend |
|
private |
|
private |
|
private |
|
private |
|
static |
Number of corners of scvf.
Referenced by ug::FV1Geometry_gen< TElem, TWorldDim, TCondensed >::SCV::num_corners().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |