20namespace HeatConduction
28 std::unique_ptr<ProcessLib::AbstractJacobianAssembler>&&
30 std::vector<std::unique_ptr<ParameterLib::ParameterBase>>
const&
32 unsigned const integration_order,
33 std::vector<std::vector<std::reference_wrapper<ProcessVariable>>>&&
38 bool const ls_compute_only_upon_timestep_change);
47 std::vector<GlobalVector*>
const& x,
49 int const process_id)
override;
61 unsigned const integration_order)
override;
64 std::vector<GlobalVector*>
const& x,
65 std::vector<GlobalVector*>
const& x_prev,
70 const double t,
double const ,
71 std::vector<GlobalVector*>
const& x,
72 std::vector<GlobalVector*>
const& x_prev,
int const process_id,
76 std::vector<GlobalVector*>
const& x,
77 std::vector<GlobalVector*>
const& x_prev,
78 int const process_id)
override;
82 std::vector<std::unique_ptr<HeatConductionLocalAssemblerInterface>>
Global vector based on Eigen vector.
void computeSecondaryVariableConcrete(double const t, double const dt, std::vector< GlobalVector * > const &x, GlobalVector const &x_prev, int const process_id) override
bool isLinear() const override
void assembleWithJacobianConcreteProcess(const double t, double const, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalVector &b, GlobalMatrix &Jac) override
bool const _ls_compute_only_upon_timestep_change
void initializeConcreteProcess(NumLib::LocalToGlobalIndexMap const &dof_table, MeshLib::Mesh const &mesh, unsigned const integration_order) override
Process specific initialization called by initialize().
HeatConductionProcess(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, HeatConductionProcessData &&process_data, SecondaryVariableCollection &&secondary_variables, bool const is_linear, bool const ls_compute_only_upon_timestep_change)
HeatConductionProcessData _process_data
std::vector< std::unique_ptr< HeatConductionLocalAssemblerInterface > > _local_assemblers
AssembledMatrixCache _asm_mat_cache
bool shouldLinearSolverComputeOnlyUponTimestepChange() const override
void preOutputConcreteProcess(const double t, double const dt, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id) override
MeshLib::PropertyVector< double > * _heat_flux
void assembleConcreteProcess(const double t, double const, std::vector< GlobalVector * > const &x, std::vector< GlobalVector * > const &x_prev, int const process_id, GlobalMatrix &M, GlobalMatrix &K, GlobalVector &b) override
Handles configuration of several secondary variables from the project file.