GlobalVec Struct Reference
#include <GlobalVec.h>
List of all members.
Constructor & Destructor Documentation
GlobalVec::GlobalVec |
( |
unsigned int |
totalNDOF |
) |
[inline] |
- Parameters:
-
| totalNDOF | is total number of Mesh nodes times the dimensionality |
Member Function Documentation
bool GlobalVec::cmpState |
( |
const GlobalVec & |
that |
) |
const [inline] |
compare the values of global vectors element by element
- Parameters:
-
static bool GlobalVec::computeDiff |
( |
const VecDouble & |
vecA, |
|
|
const char * |
nameA, |
|
|
const VecDouble & |
vecB, |
|
|
const char * |
nameB, |
|
|
bool |
printDiff | |
|
) |
| | [inline, static, private] |
bool GlobalVec::computeDiffInternal |
( |
const GlobalVec & |
that, |
|
|
bool |
printDiff | |
|
) |
| | const [inline, private] |
void GlobalVec::printDiff |
( |
const GlobalVec & |
that |
) |
const [inline] |
compare the values of global vector element by element and print the differences
- Parameters:
-
Member Data Documentation
Global vectors computed for each mesh node Q is displacement V is velocity, V_b is half step value T is time.
The documentation for this struct was generated from the following file: