Flow123d
JS_before_hm-2212-gb8d94e0c1
|
#include <darcy_flow_lmh.hh>
Public Member Functions | |
EqData () | |
Public Member Functions inherited from DarcyMH::EqData | |
EqData () | |
Constructor. More... | |
Public Attributes | |
std::shared_ptr< SubDOFHandlerMultiDim > | dh_p_ |
DOF handler represents DOFs of element pressure. More... | |
bool | use_steady_assembly_ |
double | time_step_ |
std::shared_ptr< LinSys > | lin_sys_schur |
VectorMPI | p_edge_solution |
VectorMPI | p_edge_solution_previous |
VectorMPI | p_edge_solution_previous_time |
std::map< LongIdx, LocalSystem > | seepage_bc_systems |
Public Attributes inherited from DarcyMH::EqData | |
arma::vec4 | gravity_ |
arma::vec3 | gravity_vec_ |
Mesh * | mesh |
std::shared_ptr< DOFHandlerMultiDim > | dh_ |
full DOF handler represents DOFs of sides, elements and edges More... | |
std::shared_ptr< SubDOFHandlerMultiDim > | dh_cr_ |
DOF handler represents DOFs of edges. More... | |
std::shared_ptr< DOFHandlerMultiDim > | dh_cr_disc_ |
DOF handler represents DOFs of sides. More... | |
uint | water_balance_idx |
MortarMethod | mortar_method_ |
std::shared_ptr< Balance > | balance |
LinSys * | lin_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 |
Definition at line 152 of file darcy_flow_lmh.hh.
DarcyLMH::EqData::EqData | ( | ) |
Definition at line 163 of file darcy_flow_lmh.cc.
std::shared_ptr<SubDOFHandlerMultiDim> DarcyLMH::EqData::dh_p_ |
DOF handler represents DOFs of element pressure.
Definition at line 157 of file darcy_flow_lmh.hh.
std::shared_ptr<LinSys> DarcyLMH::EqData::lin_sys_schur |
Definition at line 166 of file darcy_flow_lmh.hh.
VectorMPI DarcyLMH::EqData::p_edge_solution |
Definition at line 167 of file darcy_flow_lmh.hh.
VectorMPI DarcyLMH::EqData::p_edge_solution_previous |
Definition at line 168 of file darcy_flow_lmh.hh.
VectorMPI DarcyLMH::EqData::p_edge_solution_previous_time |
Definition at line 169 of file darcy_flow_lmh.hh.
std::map<LongIdx, LocalSystem> DarcyLMH::EqData::seepage_bc_systems |
Definition at line 171 of file darcy_flow_lmh.hh.
double DarcyLMH::EqData::time_step_ |
Definition at line 164 of file darcy_flow_lmh.hh.
bool DarcyLMH::EqData::use_steady_assembly_ |
Definition at line 161 of file darcy_flow_lmh.hh.