Information of DOF values: name, minimum value, and maximum value.
More...
|
|
| DofInfo (std::string &&_n, const DofType _type, const Range< double > _range) |
|
|
|
std::string | name |
| DOF name.
|
|
DofType | type |
| DOF type.
|
|
Range< double > | range |
| Range of allowed values.
|
|
Information of DOF values: name, minimum value, and maximum value.
◆ DofInfo()
DofInfo::DofInfo |
( |
std::string && |
_n, |
|
|
const DofType |
_type, |
|
|
const Range< double > |
_range |
|
) |
| |
Construct a DofInfo with a name and range of allowed values.
- Parameters
-
_n | Semantic name for this DOF. |
_type | The type for this DOF. |
_min | Minimum allowed value. |
_max | Maximum allowed value. |
The documentation for this struct was generated from the following file: