ug4
|
boundary face More...
#include <fvho_geom.h>
Public Member Functions | |
BF () | |
number | detJ (size_t ip) const |
Determinant of Jacobian in integration point. More... | |
const MathVector< worldDim > & | global_corner (size_t co) const |
return glbal corner number i More... | |
const MathVector< worldDim > & | global_grad (size_t ip, size_t sh) const |
value of global gradient of shape function i in integration point More... | |
const MathVector< worldDim > * | global_grad_vector (size_t ip) const |
vector of global gradients in ip point More... | |
const MathVector< worldDim > & | global_ip (size_t ip) const |
global integration point of scvf More... | |
const MathMatrix< worldDim, dim > & | JTInv (size_t ip) 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_grad (size_t ip, size_t sh) const |
value of local gradient of shape function i in integration point More... | |
const MathVector< dim > * | local_grad_vector (size_t ip) const |
vector of local gradients in ip point More... | |
const MathVector< dim > & | local_ip (size_t ip) const |
local integration point of scvf More... | |
size_t | node_id () const |
index of SubControlVolume of the bf More... | |
const MathVector< worldDim > & | normal () const |
outer normal on bf. Norm is equal to area More... | |
size_t | num_corners () const |
number of corners, that bound the scvf More... | |
size_t | num_ip () const |
number of integration points on scvf More... | |
size_t | num_sh () const |
number of shape functions More... | |
number | shape (size_t ip, size_t sh) const |
value of shape function i in integration point More... | |
const number * | shape_vector (size_t ip) const |
vector of shape functions in ip point More... | |
number | volume () const |
volume of bf More... | |
number | weight (size_t ip) const |
integration weight More... | |
Static Public Attributes | |
static const size_t | numCo = traits::NumCornersOfSCVF |
Number of corners of bf. More... | |
Private Attributes | |
size_t | nip |
size_t | nodeId |
MathVector< worldDim > | Normal |
size_t | nsh |
std::vector< number > | vDetJ |
std::vector< MathVector< worldDim > > | vGlobalIP |
MathVector< worldDim > | vGloPos [numCo] |
std::vector< MathMatrix< worldDim, dim > > | vJtInv |
std::vector< MathVector< dim > > | vLocalIP |
MathVector< dim > | vLocPos [numCo] |
MidID | vMidID [numCo] |
number | Vol |
std::vector< std::vector< MathVector< worldDim > > > | vvGlobalGrad |
std::vector< std::vector< MathVector< dim > > > | vvLocalGrad |
std::vector< std::vector< number > > | vvShape |
const number * | vWeight |
Friends | |
class | DimFVGeometry< worldDim, dim > |
let outer class access private members More... | |
boundary face
|
inline |
|
inline |
Determinant of Jacobian in integration point.
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vDetJ.
|
inline |
return glbal corner number i
|
inline |
value of global gradient of shape function i in integration point
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), ug::DimFVGeometry< TWorldDim, TDim >::BF::num_sh(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vvGlobalGrad.
|
inline |
vector of global gradients in ip point
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vvGlobalGrad.
|
inline |
global integration point of scvf
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vGlobalIP.
|
inline |
Transposed Inverse of Jacobian in integration point.
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vJtInv.
|
inline |
return local corner number i
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_corners(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vLocPos.
|
inline |
value of local gradient of shape function i in integration point
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), ug::DimFVGeometry< TWorldDim, TDim >::BF::num_sh(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vvLocalGrad.
|
inline |
vector of local gradients in ip point
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vvLocalGrad.
|
inline |
local integration point of scvf
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vLocalIP.
Referenced by ug::DimFVGeometry< TWorldDim, TDim >::update_boundary_faces().
|
inline |
index of SubControlVolume of the bf
References ug::DimFVGeometry< TWorldDim, TDim >::BF::nodeId.
|
inline |
outer normal on bf. Norm is equal to area
References ug::DimFVGeometry< TWorldDim, TDim >::BF::Normal.
|
inline |
number of corners, that bound the scvf
References ug::DimFVGeometry< TWorldDim, TDim >::BF::numCo.
Referenced by ug::DimFVGeometry< TWorldDim, TDim >::BF::local_corner(), and ug::DimFVGeometry< TWorldDim, TDim >::update_boundary_faces().
|
inline |
number of integration points on scvf
References ug::DimFVGeometry< TWorldDim, TDim >::BF::nip.
Referenced by ug::DimFVGeometry< TWorldDim, TDim >::BF::detJ(), ug::DimFVGeometry< TWorldDim, TDim >::BF::global_grad(), ug::DimFVGeometry< TWorldDim, TDim >::BF::global_grad_vector(), ug::DimFVGeometry< TWorldDim, TDim >::BF::global_ip(), ug::DimFVGeometry< TWorldDim, TDim >::BF::JTInv(), ug::DimFVGeometry< TWorldDim, TDim >::BF::local_grad(), ug::DimFVGeometry< TWorldDim, TDim >::BF::local_grad_vector(), ug::DimFVGeometry< TWorldDim, TDim >::BF::local_ip(), ug::DimFVGeometry< TWorldDim, TDim >::BF::shape(), ug::DimFVGeometry< TWorldDim, TDim >::BF::shape_vector(), ug::DimFVGeometry< TWorldDim, TDim >::update_boundary_faces(), and ug::DimFVGeometry< TWorldDim, TDim >::BF::weight().
|
inline |
number of shape functions
References ug::DimFVGeometry< TWorldDim, TDim >::BF::nsh.
Referenced by ug::DimFVGeometry< TWorldDim, TDim >::BF::global_grad(), ug::DimFVGeometry< TWorldDim, TDim >::BF::local_grad(), and ug::DimFVGeometry< TWorldDim, TDim >::update_boundary_faces().
|
inline |
value of shape function i in integration point
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vvShape.
|
inline |
vector of shape functions in ip point
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vvShape.
|
inline |
volume of bf
References ug::DimFVGeometry< TWorldDim, TDim >::BF::Vol.
|
inline |
integration weight
References ug::DimFVGeometry< TWorldDim, TDim >::BF::num_ip(), UG_ASSERT, and ug::DimFVGeometry< TWorldDim, TDim >::BF::vWeight.
|
friend |
let outer class access private members
|
private |
|
private |
|
private |
|
private |
|
static |
Number of corners of bf.
Referenced by ug::DimFVGeometry< TWorldDim, TDim >::BF::num_corners().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |