Flow123d  master-f44eb46
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 ()
 
void init ()
 Initialize vectors, ... More...
 
void reset ()
 Reset data members. More...
 

Public Attributes

VectorMPI water_content_previous_time
 
VectorMPI capacity
 
std::shared_ptr< SoilModelBasesoil_model_
 
- Public Attributes inherited from DarcyLMH::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...
 
std::shared_ptr< SubDOFHandlerMultiDimdh_p_
 DOF handler represents DOFs of element pressure. More...
 
uint water_balance_idx
 
MortarMethod mortar_method_
 
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
 
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
 
std::shared_ptr< Balancebalance_
 Shared Balance object. More...
 
unsigned int nonlinear_iteration_
 
std::vector< LocalSystemloc_system_
 Following data members are stored in vectors, one item for every cell. More...
 
std::vector< LocalConstraintloc_constraint_
 
std::vector< arma::vec > postprocess_solution_
 
std::array< std::vector< unsigned int >, 3 > loc_side_dofs
 
std::array< std::vector< unsigned int >, 3 > loc_edge_dofs
 
std::array< unsigned int, 3 > loc_ele_dof
 
std::vector< bool > save_local_system_
 Flag for saving the local system. Currently used only in case of seepage BC. More...
 
std::vector< bool > bc_fluxes_reconstruted
 Flag indicating whether the fluxes for seepage BC has been reconstructed already. More...
 
std::array< unsigned int, 3 > schur_offset_
 Index offset in the local system for the Schur complement (of dim = 1,2,3). More...
 

Detailed Description

Definition at line 89 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 96 of file richards_lmh.hh.

◆ soil_model_

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

Definition at line 98 of file richards_lmh.hh.

◆ water_content_previous_time

VectorMPI RichardsLMH::EqData::water_content_previous_time

Definition at line 95 of file richards_lmh.hh.


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