Flow123d
JS_before_hm-2208-gb971e62bf
|
#include <hm_iterative.hh>
Public Attributes | |
std::shared_ptr< RichardsLMH > | flow_ |
steady or unsteady water flow simulator based on MH scheme More... | |
std::shared_ptr< Elasticity > | mechanics_ |
solute transport with chemistry through operator splitting More... | |
double | p_dif2 |
Squared norm of pressure difference in two subsequent iterations. More... | |
double | p_norm2 |
Squared pressure norm in the last iteration. More... | |
Definition at line 131 of file hm_iterative.hh.
std::shared_ptr<RichardsLMH> HM_Iterative::EqData::flow_ |
steady or unsteady water flow simulator based on MH scheme
Definition at line 135 of file hm_iterative.hh.
std::shared_ptr<Elasticity> HM_Iterative::EqData::mechanics_ |
solute transport with chemistry through operator splitting
Definition at line 138 of file hm_iterative.hh.
double HM_Iterative::EqData::p_dif2 |
Squared norm of pressure difference in two subsequent iterations.
Definition at line 140 of file hm_iterative.hh.
double HM_Iterative::EqData::p_norm2 |
Squared pressure norm in the last iteration.
Definition at line 141 of file hm_iterative.hh.