Definition at line 26 of file ProblemsManager.cpp.
◆ IdxDataTypePtr()
MoFEM::IdxDataTypePtr::IdxDataTypePtr |
( |
const int * |
ptr | ) |
|
|
inline |
◆ getDofIdx()
int MoFEM::IdxDataTypePtr::getDofIdx |
( |
| ) |
const |
|
inline |
◆ getUId()
UId MoFEM::IdxDataTypePtr::getUId |
( |
| ) |
const |
|
inline |
Definition at line 32 of file ProblemsManager.cpp.
33 unsigned int b0, b1, b2, b3;
34 bcopy(&
pTr[0], &b0,
sizeof(
int));
35 bcopy(&
pTr[1], &b1,
sizeof(
int));
36 bcopy(&
pTr[2], &b2,
sizeof(
int));
37 bcopy(&
pTr[3], &b3,
sizeof(
int));
38 UId uid =
static_cast<UId>(b0) |
static_cast<UId>(b1) << 8 *
sizeof(
int) |
39 static_cast<UId>(b2) << 16 *
sizeof(
int) |
40 static_cast<UId>(b3) << 24 *
sizeof(
int);
◆ pTr
const int* MoFEM::IdxDataTypePtr::pTr |
|
private |
The documentation for this struct was generated from the following file: