16template <
typename ConstitutiveTraits>
19 template <
typename ShapeFunctionDisplacement,
typename ShapeFunction,
27template <
int DisplacementDim,
typename ConstitutiveTraits>
29 std::vector<MeshLib::Element*>
const& mesh_elements,
31 std::vector<std::unique_ptr<
35 bool const is_axially_symmetric,
42 ConstitutiveTraits>::template LocalAssemblerImplementation>(
43 mesh_elements, dof_table, local_assemblers, integration_order,
44 is_axially_symmetric, process_data);
49 std::vector<MeshLib::Element*>
const& mesh_elements,
55 bool const is_axially_symmetric,
62 std::vector<MeshLib::Element*>
const& mesh_elements,
68 bool const is_axially_symmetric,
77 2>>(std::vector<MeshLib::Element*>
const& mesh_elements,
80 2, ConstitutiveStressSaturation_StrainPressureTemperature::
81 ConstitutiveTraits<2>>>>& local_assemblers,
83 bool const is_axially_symmetric,
85 2, ConstitutiveStressSaturation_StrainPressureTemperature::
86 ConstitutiveTraits<2>>& process_data);
91 3>>(std::vector<MeshLib::Element*>
const& mesh_elements,
94 3, ConstitutiveStressSaturation_StrainPressureTemperature::
95 ConstitutiveTraits<3>>>>& local_assemblers,
97 bool const is_axially_symmetric,
99 3, ConstitutiveStressSaturation_StrainPressureTemperature::
100 ConstitutiveTraits<3>>& process_data);
void createLocalAssemblers(std::vector< MeshLib::Element * > const &mesh_elements, NumLib::LocalToGlobalIndexMap const &dof_table, std::vector< std::unique_ptr< LocalAssemblerInterface< DisplacementDim, ConstitutiveTraits > > > &local_assemblers, NumLib::IntegrationOrder const integration_order, bool const is_axially_symmetric, ThermoRichardsMechanicsProcessData< DisplacementDim, ConstitutiveTraits > &process_data)
void createLocalAssemblersHM(std::vector< MeshLib::Element * > const &mesh_elements, NumLib::LocalToGlobalIndexMap const &dof_table, std::vector< std::unique_ptr< LocalAssemblerInterface > > &local_assemblers, ProviderOrOrder const &provider_or_order, ExtraCtorArgs &&... extra_ctor_args)
ThermoRichardsMechanicsLocalAssembler< ShapeFunctionDisplacement, ShapeFunction, DisplacementDim, ConstitutiveTraits > LocalAssemblerImplementation