Flow123d
last_with_con_2.0.0-4-g42e6930
|
Public Member Functions | |
DummyOutputData (std::string field_name_in, OutputDataBase::NumCompValueType n_elem_in) | |
virtual | ~DummyOutputData () override |
void | print (ostream &out_stream, unsigned int idx) override |
void | print_all (ostream &out_stream) override |
void | print_all_yaml (ostream &out_stream, unsigned int precision) override |
Public Member Functions inherited from OutputDataBase | |
virtual | ~OutputDataBase () |
Additional Inherited Members | |
Public Types inherited from OutputDataBase | |
enum | NumCompValueType { N_SCALAR = 1, N_VECTOR = 3, N_TENSOR = 9 } |
Public Attributes inherited from OutputDataBase | |
std::string | output_field_name |
std::string | field_name |
UnitSI | field_units |
unsigned int | n_values |
NumCompValueType | n_elem_ |
Auxiliary implementation of OutputDataBase that performs output of single zero data for the fields that are off for current time frame.
Definition at line 34 of file output_msh.cc.
|
inline |
Definition at line 37 of file output_msh.cc.
|
inlineoverridevirtual |
Definition at line 44 of file output_msh.cc.
|
inlineoverridevirtual |
Print one value at given index
Implements OutputDataBase.
Definition at line 47 of file output_msh.cc.
|
inlineoverridevirtual |
Print all data at once stored in database
Implements OutputDataBase.
Definition at line 52 of file output_msh.cc.
|
inlineoverridevirtual |
Print stored values in the YAML format (using JSON like arrays). Used for output of observe values.
Implements OutputDataBase.
Definition at line 57 of file output_msh.cc.