OGS
LocalAssemblerFactoryPython.h
Go to the documentation of this file.
1
11#pragma once
12
14
15namespace ProcessLib
16{
17namespace BoundaryConditionAndSourceTerm
18{
19template <typename LocalAssemblerInterface,
20 template <typename /* shp */, typename /* lower order shp */,
21 int /* global dim */>
22 class LocalAssemblerImplementation,
23 int GlobalDim, typename... ConstructorArgs>
25 0 /* all orders (point is 0) */, 0 /* all dimensions */,
26 LocalAssemblerInterface, LocalAssemblerImplementation,
27 NumLib::DefaultIntegrationMethodProvider, GlobalDim, ConstructorArgs...>;
28
29} // namespace BoundaryConditionAndSourceTerm
30} // namespace ProcessLib