Loading [MathJax]/extensions/tex2jax.js
OGS
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
v
w
z
Enumerations
b
c
d
e
f
g
i
l
m
n
o
p
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
l
m
n
p
r
s
t
v
y
Classes
Class List
Class Index
Class Hierarchy
Files
File List
File Members
All
a
b
c
d
e
f
g
i
k
m
n
o
p
r
s
t
v
w
x
Functions
a
c
d
e
f
g
i
m
o
p
r
s
t
v
w
Variables
Typedefs
Enumerations
Macros
b
c
g
m
n
o
p
r
s
t
LocalAssemblerFactoryPython.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include "
ProcessLib/Utils/LocalAssemblerFactoryTaylorHood.h
"
14
15
namespace
ProcessLib
16
{
17
namespace
BoundaryConditionAndSourceTerm
18
{
19
template
<
typename
LocalAssemblerInterface,
20
template
<
typename
/* shp */
,
typename
/* lower order shp */
,
21
int
/* global dim */
>
22
class
LocalAssemblerImplementation,
23
int GlobalDim, typename... ConstructorArgs>
24
using
LocalAssemblerFactoryPython
=
LocalAssemblerFactoryTaylorHood
<
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
LocalAssemblerFactoryTaylorHood.h
NumLib::DefaultIntegrationMethodProvider
Definition
IntegrationMethodProvider.h:33
ProcessLib::LocalAssemblerFactoryTaylorHood
Definition
LocalAssemblerFactoryTaylorHood.h:104
ProcessLib::LocalAssemblerInterface
Definition
LocalAssemblerInterface.h:37
ProcessLib
Definition
ProjectData.h:51
ProcessLib
BoundaryConditionAndSourceTerm
Python
Utils
LocalAssemblerFactoryPython.h
Generated by
1.12.0