|
Flow123d
jenkins-Flow123d-windows-release-multijob-285
|
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 TransportBase | |
| TransportBase (Mesh &mesh, const Input::Record in_rec) | |
| virtual | ~TransportBase () |
| virtual void | set_velocity_field (const MH_DofHandler &dh) override |
| unsigned int | n_substances () override |
| Returns number of trnasported substances. More... | |
| SubstanceList & | substances () override |
| Returns reference to the vector of substnace names. More... | |
| virtual void | set_concentration_vector (Vec &vec) |
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 | ~EquationBase () |
| virtual void | zero_time_step () |
| virtual void | update_solution () |
| virtual void | initialize () |
| Initialize fields. More... | |
| virtual void | choose_next_time () |
| virtual void | set_time_upper_constraint (double dt) |
| virtual void | set_time_lower_constraint (double dt) |
| TimeGovernor const & | time () |
| virtual void | set_time_governor (TimeGovernor &time) |
| double | planned_time () |
| double | solved_time () |
| Mesh & | mesh () |
| TimeMark::Type | mark_type () |
| FieldSet & | data () |
| virtual void | get_solution_vector (double *&vector, unsigned int &size) |
| virtual void | get_parallel_solution_vector (Vec &vector) |
Additional Inherited Members | |
Static Public Attributes inherited from TransportBase | |
| static Input::Type::Record | input_type_output_record |
Static Public Attributes inherited from AdvectionProcessBase | |
| static Input::Type::AbstractRecord | input_type |
| Common specification of the input record for secondary equations. More... | |
Protected Member Functions inherited from TransportBase | |
| const RegionDB * | region_db () |
| Returns the region database. More... | |
Protected Attributes inherited from TransportBase | |
| unsigned int | n_subst_ |
| Number of transported substances. More... | |
| SubstanceList | substances_ |
| Transported substances. More... | |
| const MH_DofHandler * | mh_dh |
| boost::shared_ptr< Balance > | balance_ |
| (new) object for calculation and writing the mass balance to file. 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_ |
| FieldSet * | eq_data_ |
Empty transport class.
Definition at line 139 of file transport_operator_splitting.hh.
|
inline |
Definition at line 141 of file transport_operator_splitting.hh.
|
inlinevirtual |
Definition at line 149 of file transport_operator_splitting.hh.
|
inlineoverridevirtual |
Write computed fields.
Reimplemented from EquationBase.
Definition at line 152 of file transport_operator_splitting.hh.
1.8.9.1