Skip to content
Snippets Groups Projects
Commit 4d341bc8 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL/TRM] Pass jacobian assembler to assembly mixin

parent d20a26b1
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,9 @@ ThermoRichardsMechanicsProcess<DisplacementDim, ConstitutiveTraits>:: ...@@ -44,6 +44,9 @@ ThermoRichardsMechanicsProcess<DisplacementDim, ConstitutiveTraits>::
: Process(std::move(name), mesh, std::move(jacobian_assembler), parameters, : Process(std::move(name), mesh, std::move(jacobian_assembler), parameters,
integration_order, std::move(process_variables), integration_order, std::move(process_variables),
std::move(secondary_variables), use_monolithic_scheme), std::move(secondary_variables), use_monolithic_scheme),
AssemblyMixin<
ThermoRichardsMechanicsProcess<DisplacementDim, ConstitutiveTraits>>{
*_jacobian_assembler},
process_data_(std::move(process_data)) process_data_(std::move(process_data))
{ {
ProcessLib::Reflection::addReflectedIntegrationPointWriters< ProcessLib::Reflection::addReflectedIntegrationPointWriters<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment