Go to the source code of this file.
|
template<typename TRefElem > |
static void | ComputeBFMidID (const TRefElem &rRefElem, int side, MidID vMidID[], int co) |
|
template<int dim, typename TRefElem , int maxMid> |
static void | ComputeMidPoints (const TRefElem &rRefElem, const MathVector< dim > vCorner[], MathVector< dim > vvMid[][maxMid]) |
|
template<typename TRefElem > |
static void | ComputeSCVFMidID (const TRefElem &rRefElem, MidID vMidID[], int i) |
|
template<typename TRefElem > |
static void | ComputeSCVMidID (const TRefElem &rRefElem, MidID vMidID[], int i) |
|
template<int dim, int maxMid> |
static void | CopyCornerByMidID (MathVector< dim > vCorner[], const MidID vMidID[], MathVector< dim > vvMidPos[][maxMid], const size_t numCo) |
|
◆ ComputeBFMidID()
template<typename TRefElem >
static void ComputeBFMidID |
( |
const TRefElem & |
rRefElem, |
|
|
int |
side, |
|
|
MidID |
vMidID[], |
|
|
int |
co |
|
) |
| |
|
static |
◆ ComputeMidPoints()
template<int dim, typename TRefElem , int maxMid>
static void ComputeMidPoints |
( |
const TRefElem & |
rRefElem, |
|
|
const MathVector< dim > |
vCorner[], |
|
|
MathVector< dim > |
vvMid[][maxMid] |
|
) |
| |
|
static |
- Template Parameters
-
dim | dimension of coordinates |
TRefElem | Reference element type |
maxMid | Maximum number of elements for all dimensions |
References dim, ug::ROID_PYRAMID, and ug::VecScaleAdd().
◆ ComputeSCVFMidID()
template<typename TRefElem >
static void ComputeSCVFMidID |
( |
const TRefElem & |
rRefElem, |
|
|
MidID |
vMidID[], |
|
|
int |
i |
|
) |
| |
|
static |
◆ ComputeSCVMidID()
template<typename TRefElem >
static void ComputeSCVMidID |
( |
const TRefElem & |
rRefElem, |
|
|
MidID |
vMidID[], |
|
|
int |
i |
|
) |
| |
|
static |
◆ CopyCornerByMidID()
template<int dim, int maxMid>
static void CopyCornerByMidID |
( |
MathVector< dim > |
vCorner[], |
|
|
const MidID |
vMidID[], |
|
|
MathVector< dim > |
vvMidPos[][maxMid], |
|
|
const size_t |
numCo |
|
) |
| |
|
static |