Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Types | Public Member Functions | Public Attributes | List of all members
HM_Iterative::EqData Class Reference

#include <hm_iterative.hh>

Public Types

typedef HM_Iterative::EqFields EqFields
 

Public Member Functions

 EqData (shared_ptr< EqFields > eq_fields)
 

Public Attributes

std::shared_ptr< EqFieldseq_fields_
 Shared pointer of EqFields. More...
 
std::shared_ptr< DarcyLMHflow_
 steady or unsteady water flow simulator based on MH scheme More...
 
std::shared_ptr< Elasticitymechanics_
 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...
 

Detailed Description

Definition at line 166 of file hm_iterative.hh.

Member Typedef Documentation

◆ EqFields

Definition at line 169 of file hm_iterative.hh.

Constructor & Destructor Documentation

◆ EqData()

HM_Iterative::EqData::EqData ( shared_ptr< EqFields eq_fields)
inline

Definition at line 171 of file hm_iterative.hh.

Member Data Documentation

◆ eq_fields_

std::shared_ptr<EqFields> HM_Iterative::EqData::eq_fields_

Shared pointer of EqFields.

Definition at line 174 of file hm_iterative.hh.

◆ flow_

std::shared_ptr<DarcyLMH> HM_Iterative::EqData::flow_

steady or unsteady water flow simulator based on MH scheme

Definition at line 177 of file hm_iterative.hh.

◆ mechanics_

std::shared_ptr<Elasticity> HM_Iterative::EqData::mechanics_

solute transport with chemistry through operator splitting

Definition at line 180 of file hm_iterative.hh.

◆ p_dif2

double HM_Iterative::EqData::p_dif2

Squared norm of pressure difference in two subsequent iterations.

Definition at line 182 of file hm_iterative.hh.

◆ p_norm2

double HM_Iterative::EqData::p_norm2

Squared pressure norm in the last iteration.

Definition at line 183 of file hm_iterative.hh.


The documentation for this class was generated from the following file: