OGS
CreateTH2MLocalAssemblers.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
9
10namespace ProcessLib::TH2M
11{
12template <int DisplacementDim>
14
15template <int DisplacementDim>
16struct TH2MProcessData;
17
18template <int DisplacementDim>
20 std::vector<MeshLib::Element*> const& mesh_elements,
21 NumLib::LocalToGlobalIndexMap const& dof_table,
22 std::vector<std::unique_ptr<LocalAssemblerInterface<DisplacementDim>>>&
23 local_assemblers,
24 NumLib::IntegrationOrder const integration_order,
25 bool const is_axially_symmetric,
27} // namespace ProcessLib::TH2M
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)