GEOSX
|
Describes a selection of components from a DoF field. More...
#include <DofManager.hpp>
Public Attributes | |
string | fieldName |
Name of the DOF field in DofManager. | |
localIndex | loComp |
Low component index (included in selection) | |
localIndex | hiComp |
High component index (excluded from selection) | |
Describes a selection of components from a DoF field.
A half-open range [loComp
, hiComp
) is selected.
Definition at line 627 of file DofManager.hpp.