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 |
- Parameters
-
| [in] | i | indicates that scvf corresponds to i'th corner of ref elem |
References UG_THROW.
◆ 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 VecScaleAdd().
◆ ComputeSCVFMidID()
template<typename TRefElem >
| static void ComputeSCVFMidID |
( |
const TRefElem & |
rRefElem, |
|
|
MidID |
vMidID[], |
|
|
int |
i |
|
) |
| |
|
static |
- Parameters
-
| [in] | i | indicates that scvf corresponds to i'th edge of ref elem |
References UG_THROW.
◆ ComputeSCVMidID()
template<typename TRefElem >
| static void ComputeSCVMidID |
( |
const TRefElem & |
rRefElem, |
|
|
MidID |
vMidID[], |
|
|
int |
i |
|
) |
| |
|
static |
- Parameters
-
| [in] | i | indicates that scvf corresponds to i'th corner of ref elem |
References UG_THROW.
◆ CopyCornerByMidID()
template<int dim, int maxMid>
| static void CopyCornerByMidID |
( |
MathVector< dim > |
vCorner[], |
|
|
const MidID |
vMidID[], |
|
|
MathVector< dim > |
vvMidPos[][maxMid], |
|
|
const size_t |
numCo |
|
) |
| |
|
static |