OGS
LocalAssemblerFactoryPython.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
7
8namespace ProcessLib
9{
11{
12template <typename LocalAssemblerInterface,
13 template <typename /* shp */, typename /* lower order shp */,
14 int /* global dim */>
15 class LocalAssemblerImplementation,
16 int GlobalDim, typename... ConstructorArgs>
18 0 /* all orders (point is 0) */, 0 /* all dimensions */,
19 LocalAssemblerInterface, LocalAssemblerImplementation,
20 NumLib::DefaultIntegrationMethodProvider, GlobalDim, ConstructorArgs...>;
21
22} // namespace BoundaryConditionAndSourceTerm
23} // namespace ProcessLib
LocalAssemblerFactoryTaylorHood< 0, 0, LocalAssemblerInterface, LocalAssemblerImplementation, NumLib::DefaultIntegrationMethodProvider, GlobalDim, ConstructorArgs... > LocalAssemblerFactoryPython