|
Flow123d
DF_patch_fe_data_tables-32b3de9
|
Empty transport class. More...
#include <transport_operator_splitting.hh>


Public Member Functions | |
| TransportNothing (Mesh &mesh_in) | |
| virtual | ~TransportNothing () |
| virtual void | output_data () override |
| Write computed fields. More... | |
Public Member Functions inherited from AdvectionProcessBase | |
| AdvectionProcessBase (Mesh &mesh, const Input::Record in_rec) | |
Public Member Functions inherited from EquationBase | |
| EquationBase () | |
| EquationBase (Mesh &mesh, const Input::Record in_rec) | |
| virtual void | initialize () |
| virtual void | zero_time_step () |
| virtual | ~EquationBase () |
| virtual void | update_solution () |
| virtual void | choose_next_time () |
| virtual void | set_time_upper_constraint (double dt, std::string message) |
| virtual void | set_time_lower_constraint (double dt, std::string message) |
| TimeGovernor & | time () |
| virtual void | set_time_governor (TimeGovernor &time) |
| double | planned_time () |
| virtual double | solved_time () |
| Mesh & | mesh () |
| std::shared_ptr< Balance > | balance () const |
| TimeMark::Type | mark_type () |
| FieldSet & | eq_fieldset () |
| std::shared_ptr< FieldSet > | eq_fieldset_ptr () |
| void | init_user_fields (Input::Array user_fields, FieldSet &output_fields) |
Additional Inherited Members | |
Static Public Member Functions inherited from AdvectionProcessBase | |
| static Input::Type::Abstract & | get_input_type () |
| Common specification of the input record for secondary equations. More... | |
Static Public Member Functions inherited from EquationBase | |
| static Input::Type::Record & | record_template () |
| Template Record with common keys for derived equations. More... | |
| static Input::Type::Record & | user_fields_template (std::string equation_name) |
| Template Record with common key user_fields for derived equations. More... | |
Protected Attributes inherited from EquationBase | |
| bool | equation_empty_ |
| flag is true if only default constructor was called More... | |
| Mesh * | mesh_ |
| TimeGovernor * | time_ |
| Input::Record | input_record_ |
| std::shared_ptr< FieldSet > | eq_fieldset_ |
| std::shared_ptr< Balance > | balance_ |
| object for calculation and writing the mass balance to file. More... | |
Empty transport class.
Definition at line 169 of file transport_operator_splitting.hh.
|
inline |
Definition at line 171 of file transport_operator_splitting.hh.
|
inlinevirtual |
Definition at line 182 of file transport_operator_splitting.hh.
|
inlineoverridevirtual |
Write computed fields.
Reimplemented from EquationBase.
Definition at line 187 of file transport_operator_splitting.hh.