20namespace ThermoRichardsFlow
87 std::unique_ptr<ProcessLib::AbstractJacobianAssembler>&&
89 std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const&
91 unsigned const integration_order,
92 std::vector<std::vector<std::reference_wrapper<ProcessVariable>>>&&
96 bool const use_monolithic_scheme);
110 unsigned const integration_order)
override;
114 int const )
override;
117 std::vector<GlobalVector*>
const& x,
118 std::vector<GlobalVector*>
const& x_prev,
123 const double t,
double const dt, std::vector<GlobalVector*>
const& x,
124 std::vector<GlobalVector*>
const& x_prev,
int const process_id,
128 std::vector<GlobalVector*>
const& x_prev,
129 double const t,
double const dt,
130 const int process_id)
override;
146 std::vector<GlobalVector*>
const& x,
148 int const process_id)
override;
MathLib::SparsityPattern< GlobalIndexType > GlobalSparsityPattern
Global vector based on Eigen vector.
std::unique_ptr< ProcessLib::AbstractJacobianAssembler > _jacobian_assembler
Handles configuration of several secondary variables from the project file.
Global assembler for the monolithic scheme of the non-isothermal Richards flow.
MeshLib::PropertyVector< double > * _heat_flux
void postTimestepConcreteProcess(std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, double const t, double const dt, const int process_id) override
MeshLib::PropertyVector< double > * _hydraulic_flow
Assembly::ParallelVectorMatrixAssembler _pvma
std::vector< MeshLib::Node * > _base_nodes
bool isLinear() const override
GlobalSparsityPattern _sparsity_pattern_with_linear_element
std::vector< std::unique_ptr< LocalAssemblerIF > > _local_assemblers
void setInitialConditionsConcreteProcess(std::vector< GlobalVector * > &x, double const t, int const) override
std::unique_ptr< MeshLib::MeshSubset const > _mesh_subset_base_nodes
void computeSecondaryVariableConcrete(double const t, double const dt, std::vector< GlobalVector * > const &x, GlobalVector const &x_prev, int const process_id) override
ThermoRichardsFlowProcess(std::string name, MeshLib::Mesh &mesh, std::unique_ptr< ProcessLib::AbstractJacobianAssembler > &&jacobian_assembler, std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, unsigned const integration_order, std::vector< std::vector< std::reference_wrapper< ProcessVariable > > > &&process_variables, ThermoRichardsFlowProcessData &&process_data, SecondaryVariableCollection &&secondary_variables, bool const use_monolithic_scheme)
void assembleConcreteProcess(const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b) override
ThermoRichardsFlowProcessData _process_data
void initializeConcreteProcess(NumLib::LocalToGlobalIndexMap const &dof_table, MeshLib::Mesh const &mesh, unsigned const integration_order) override
Process specific initialization called by initialize().
void assembleWithJacobianConcreteProcess(const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalVector &b, GlobalMatrix &Jac) override