Flow123d  JS_before_hm-2088-g1c00063e5
Public Member Functions | Public Attributes | List of all members
RichardsLMH::EqData Class Reference

#include <richards_lmh.hh>

Inheritance diagram for RichardsLMH::EqData:
Inheritance graph
[legend]
Collaboration diagram for RichardsLMH::EqData:
Collaboration graph
[legend]

Public Member Functions

 EqData ()
 Constructor. More...
 
- Public Member Functions inherited from DarcyLMH::EqData
 EqData ()
 
- Public Member Functions inherited from DarcyMH::EqData
 EqData ()
 Constructor. More...
 

Public Attributes

VectorMPI water_content_previous_time
 
VectorMPI capacity
 
double time_step_
 
std::shared_ptr< SoilModelBasesoil_model_
 
- Public Attributes inherited from DarcyLMH::EqData
std::shared_ptr< SubDOFHandlerMultiDimdh_p_
 DOF handler represents DOFs of element pressure. More...
 
bool use_steady_assembly_
 
double time_step_
 
std::shared_ptr< LinSyslin_sys_schur
 
VectorMPI p_edge_solution
 
VectorMPI p_edge_solution_previous
 
VectorMPI p_edge_solution_previous_time
 
std::map< LongIdx, LocalSystemseepage_bc_systems
 
- Public Attributes inherited from DarcyMH::EqData
arma::vec4 gravity_
 
arma::vec3 gravity_vec_
 
Meshmesh
 
std::shared_ptr< DOFHandlerMultiDimdh_
 full DOF handler represents DOFs of sides, elements and edges More...
 
std::shared_ptr< SubDOFHandlerMultiDimdh_cr_
 DOF handler represents DOFs of edges. More...
 
std::shared_ptr< DOFHandlerMultiDimdh_cr_disc_
 DOF handler represents DOFs of sides. More...
 
uint water_balance_idx
 
MortarMethod mortar_method_
 
std::shared_ptr< Balancebalance
 
LinSyslin_sys
 
unsigned int n_schur_compls
 
int is_linear
 Hack fo BDDC solver. More...
 
bool force_no_neumann_bc
 auxiliary flag for switchting Dirichlet like BC More...
 
std::vector< char > bc_switch_dirichlet
 Idicator of dirichlet or neumann type of switch boundary conditions. More...
 
VectorMPI full_solution
 
MultidimAssembly multidim_assembler
 

Detailed Description

Definition at line 86 of file richards_lmh.hh.

Constructor & Destructor Documentation

◆ EqData()

RichardsLMH::EqData::EqData ( )

Constructor.

Definition at line 79 of file richards_lmh.cc.

Member Data Documentation

◆ capacity

VectorMPI RichardsLMH::EqData::capacity

Definition at line 93 of file richards_lmh.hh.

◆ soil_model_

std::shared_ptr<SoilModelBase> RichardsLMH::EqData::soil_model_

Definition at line 98 of file richards_lmh.hh.

◆ time_step_

double RichardsLMH::EqData::time_step_

Definition at line 97 of file richards_lmh.hh.

◆ water_content_previous_time

VectorMPI RichardsLMH::EqData::water_content_previous_time

Definition at line 92 of file richards_lmh.hh.


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