|
Flow123d
release_2.2.0-41-g0958a8d
|
#include <darcy_flow_interface.hh>


Public Types | |
| typedef DarcyFlowInterface | FactoryBaseType |
| Typedef for usage of Input::Factory in child classes. More... | |
Public Member Functions | |
| DarcyFlowInterface (Mesh &mesh, const Input::Record in_rec) | |
| virtual const MH_DofHandler & | get_mh_dofhandler ()=0 |
| virtual | ~DarcyFlowInterface () |
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 () |
| 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) |
| virtual void | output_data () |
| Write computed fields. More... | |
Static Public Member Functions | |
| static Input::Type::Abstract & | get_input_type () |
Additional Inherited Members | |
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_ |
| std::shared_ptr< Balance > | balance_ |
| object for calculation and writing the mass balance to file. More... | |
Definition at line 15 of file darcy_flow_interface.hh.
Typedef for usage of Input::Factory in child classes.
Definition at line 18 of file darcy_flow_interface.hh.
|
inline |
Definition at line 26 of file darcy_flow_interface.hh.
|
inlinevirtual |
Definition at line 32 of file darcy_flow_interface.hh.
|
inlinestatic |
|
pure virtual |
1.8.11