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
6
#include "
ProcessLib/Utils/LocalAssemblerFactoryTaylorHood.h
"
7
8
namespace
ProcessLib
9
{
10
namespace
BoundaryConditionAndSourceTerm
11
{
12
template
<
typename
LocalAssemblerInterface,
13
template
<
typename
/* shp */
,
typename
/* lower order shp */
,
14
int
/* global dim */
>
15
class
LocalAssemblerImplementation,
16
int GlobalDim, typename... ConstructorArgs>
17
using
LocalAssemblerFactoryPython
=
LocalAssemblerFactoryTaylorHood
<
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.h
NumLib::DefaultIntegrationMethodProvider
Definition
IntegrationMethodProvider.h:26
ProcessLib::LocalAssemblerFactoryTaylorHood
Definition
LocalAssemblerFactoryTaylorHood.h:97
ProcessLib::LocalAssemblerInterface
Definition
LocalAssemblerInterface.h:24
ProcessLib::BoundaryConditionAndSourceTerm
Definition
BcAndStLocalAssemblerImpl.h:15
ProcessLib::BoundaryConditionAndSourceTerm::LocalAssemblerFactoryPython
LocalAssemblerFactoryTaylorHood< 0, 0, LocalAssemblerInterface, LocalAssemblerImplementation, NumLib::DefaultIntegrationMethodProvider, GlobalDim, ConstructorArgs... > LocalAssemblerFactoryPython
Definition
LocalAssemblerFactoryPython.h:17
ProcessLib
Definition
ProjectData.h:40
ProcessLib
BoundaryConditionAndSourceTerm
Python
Utils
LocalAssemblerFactoryPython.h
Generated by
1.14.0