OGS
LowerDimShapeTable.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include "
NumLib/Fem/ShapeFunction/ShapeHex20.h
"
14
#include "
NumLib/Fem/ShapeFunction/ShapeHex8.h
"
15
#include "
NumLib/Fem/ShapeFunction/ShapeLine2.h
"
16
#include "
NumLib/Fem/ShapeFunction/ShapeLine3.h
"
17
#include "
NumLib/Fem/ShapeFunction/ShapePrism15.h
"
18
#include "
NumLib/Fem/ShapeFunction/ShapePrism6.h
"
19
#include "
NumLib/Fem/ShapeFunction/ShapePyra13.h
"
20
#include "
NumLib/Fem/ShapeFunction/ShapePyra5.h
"
21
#include "
NumLib/Fem/ShapeFunction/ShapeQuad4.h
"
22
#include "
NumLib/Fem/ShapeFunction/ShapeQuad8.h
"
23
#include "
NumLib/Fem/ShapeFunction/ShapeQuad9.h
"
24
#include "
NumLib/Fem/ShapeFunction/ShapeTet10.h
"
25
#include "
NumLib/Fem/ShapeFunction/ShapeTet4.h
"
26
#include "
NumLib/Fem/ShapeFunction/ShapeTri3.h
"
27
#include "
NumLib/Fem/ShapeFunction/ShapeTri6.h
"
28
29
namespace
NumLib
30
{
31
template
<
typename
SF>
32
struct
LowerDim
;
33
34
template
<>
35
struct
LowerDim
<
NumLib
::
ShapeLine3
>
36
{
37
using
type
=
NumLib::ShapeLine2
;
38
};
39
template
<>
40
struct
LowerDim
<
NumLib
::
ShapeQuad8
>
41
{
42
using
type
=
NumLib::ShapeQuad4
;
43
};
44
template
<>
45
struct
LowerDim
<
NumLib
::
ShapeQuad9
>
46
{
47
using
type
=
NumLib::ShapeQuad4
;
48
};
49
template
<>
50
struct
LowerDim
<
NumLib
::
ShapeHex20
>
51
{
52
using
type
=
NumLib::ShapeHex8
;
53
};
54
template
<>
55
struct
LowerDim
<
NumLib
::
ShapeTri6
>
56
{
57
using
type
=
NumLib::ShapeTri3
;
58
};
59
template
<>
60
struct
LowerDim
<
NumLib
::
ShapeTet10
>
61
{
62
using
type
=
NumLib::ShapeTet4
;
63
};
64
template
<>
65
struct
LowerDim
<
NumLib
::
ShapePrism15
>
66
{
67
using
type
=
NumLib::ShapePrism6
;
68
};
69
template
<>
70
struct
LowerDim
<
NumLib
::
ShapePyra13
>
71
{
72
using
type
=
NumLib::ShapePyra5
;
73
};
74
75
}
// namespace NumLib
ShapeHex20.h
ShapeHex8.h
ShapeLine2.h
ShapeLine3.h
ShapePrism15.h
ShapePrism6.h
ShapePyra13.h
ShapePyra5.h
ShapeQuad4.h
ShapeQuad8.h
ShapeQuad9.h
ShapeTet10.h
ShapeTet4.h
ShapeTri3.h
ShapeTri6.h
NumLib::ShapeHex20
Definition
ShapeHex20.h:22
NumLib::ShapeHex8
Definition
ShapeHex8.h:40
NumLib::ShapeLine2
Definition
ShapeLine2.h:26
NumLib::ShapeLine3
Definition
ShapeLine3.h:21
NumLib::ShapePrism15
Definition
ShapePrism15.h:22
NumLib::ShapePrism6
Definition
ShapePrism6.h:22
NumLib::ShapePyra13
Definition
ShapePyra13.h:22
NumLib::ShapePyra5
Definition
ShapePyra5.h:22
NumLib::ShapeQuad4
Definition
ShapeQuad4.h:34
NumLib::ShapeQuad8
Definition
ShapeQuad8.h:21
NumLib::ShapeQuad9
Definition
ShapeQuad9.h:21
NumLib::ShapeTet10
Definition
ShapeTet10.h:21
NumLib::ShapeTet4
Definition
ShapeTet4.h:21
NumLib::ShapeTri3
Definition
ShapeTri3.h:34
NumLib::ShapeTri6
Definition
ShapeTri6.h:22
NumLib
Definition
ProjectData.h:46
NumLib::LowerDim
Definition
LowerDimShapeTable.h:32
NumLib
Fem
FiniteElement
LowerDimShapeTable.h
Generated by
1.12.0