|
Flow123d
release_2.2.0-48-gb04af7f
|
Helper struct stores data for initizalize descentants of FieldAlgorithmBase.
More...
#include <field_algo_base.hh>

Public Member Functions | |
| FieldAlgoBaseInitData (std::string field_name, unsigned int n_comp, const UnitSI &unit_si, std::pair< double, double > limits) | |
| Full constructor. More... | |
| FieldAlgoBaseInitData (std::string field_name, unsigned int n_comp, const UnitSI &unit_si) | |
| Simplified constructor, set limit values automatically (used in unit tests) More... | |
Public Attributes | |
| std::string | field_name_ |
| unsigned int | n_comp_ |
| const UnitSI & | unit_si_ |
| std::pair< double, double > | limits_ |
Helper struct stores data for initizalize descentants of FieldAlgorithmBase.
Definition at line 61 of file field_algo_base.hh.
|
inline |
Full constructor.
Definition at line 63 of file field_algo_base.hh.
|
inline |
Simplified constructor, set limit values automatically (used in unit tests)
Definition at line 66 of file field_algo_base.hh.
| std::string FieldAlgoBaseInitData::field_name_ |
Definition at line 70 of file field_algo_base.hh.
| std::pair<double, double> FieldAlgoBaseInitData::limits_ |
Definition at line 73 of file field_algo_base.hh.
| unsigned int FieldAlgoBaseInitData::n_comp_ |
Definition at line 71 of file field_algo_base.hh.
| const UnitSI& FieldAlgoBaseInitData::unit_si_ |
Definition at line 72 of file field_algo_base.hh.
1.8.11