Flow123d
master-f44eb46
|
Public Member Functions | |
RegionValueErr () | |
Default constructor, sets valid region. More... | |
RegionValueErr (const std::string ®ion_name, unsigned int elm_id, double value) | |
Constructor, sets invalid region, element and value specification. More... | |
Public Attributes | |
bool | is_invalid_ |
std::string | region_name_ |
unsigned int | elm_id_ |
double | value_ |
Helper class holds data of invalid values of all regions.
If region contains invalid element value (typically 'not a number') is_invalid_ flag is set to true and other information (element id an value) are stored. Check of invalid values is performed during processing data of reader cache and possible exception is thrown only if FieldFE is defined on appropriate region.
Data of all regions are stored in vector of RegionValueErr instances.
Definition at line 218 of file field_fe.hh.
|
inline |
Default constructor, sets valid region.
Definition at line 221 of file field_fe.hh.
|
inline |
Constructor, sets invalid region, element and value specification.
Definition at line 224 of file field_fe.hh.
unsigned int FieldFE< spacedim, Value >::RegionValueErr::elm_id_ |
Definition at line 233 of file field_fe.hh.
Definition at line 231 of file field_fe.hh.
std::string FieldFE< spacedim, Value >::RegionValueErr::region_name_ |
Definition at line 232 of file field_fe.hh.
Definition at line 234 of file field_fe.hh.