OGS
CreateTH2MLocalAssemblers.h
Go to the documentation of this file.
1
11#pragma once
12
16
17namespace ProcessLib::TH2M
18{
19template <int DisplacementDim>
20struct LocalAssemblerInterface;
21
22template <int DisplacementDim>
23struct TH2MProcessData;
24
25template <int DisplacementDim>
27 std::vector<MeshLib::Element*> const& mesh_elements,
28 NumLib::LocalToGlobalIndexMap const& dof_table,
29 std::vector<std::unique_ptr<LocalAssemblerInterface<DisplacementDim>>>&
30 local_assemblers,
31 NumLib::IntegrationOrder const integration_order,
32 bool const is_axially_symmetric,
33 TH2MProcessData<DisplacementDim>& process_data);
34} // namespace ProcessLib::TH2M
Definition of the Element class.
void createLocalAssemblers(std::vector< MeshLib::Element * > const &mesh_elements, NumLib::LocalToGlobalIndexMap const &dof_table, std::vector< std::unique_ptr< LocalAssemblerInterface< DisplacementDim > > > &local_assemblers, NumLib::IntegrationOrder const integration_order, bool const is_axially_symmetric, TH2MProcessData< DisplacementDim > &process_data)