GEOSX
|
#include <DofManager.hpp>
Public Attributes | |
string | name |
field name | |
Location | location |
support location | |
std::vector< string > | regions |
list of support region names | |
localIndex | numComponents |
number of vector components | |
string | key |
string key for index array | |
string | docstring |
documentation string | |
localIndex | numLocalDof |
number of local rows | |
globalIndex | numGlobalDof |
number of global rows | |
globalIndex | blockOffset |
offset of this field's block in a block-wise ordered system | |
globalIndex | rankOffset |
field's first DoF on current processor (within its block, ignoring other fields) | |
globalIndex | globalOffset |
global offset of field's DOFs on current processor for multi-field problems | |
Field description
Definition at line 82 of file DofManager.hpp.