preCICE
v3.2.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Variables
_
a
b
c
d
e
f
h
i
m
n
p
r
s
t
Typedefs
b
d
e
g
l
m
p
r
s
t
u
v
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class 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
~
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
i
k
m
n
o
p
r
s
t
v
w
Enumerations
Enumerator
c
d
e
i
l
m
n
o
r
s
u
v
w
Related Symbols
Files
File List
File Members
All
_
a
b
c
d
e
g
i
j
m
n
o
p
r
s
t
v
Functions
a
b
c
g
m
p
r
s
t
v
Variables
Typedefs
Macros
b
d
m
n
p
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Loading...
Searching...
No Matches
src
mapping
config
MappingConfigurationTypes.hpp
Go to the documentation of this file.
1
#pragma once
2
3
namespace
precice::mapping
{
4
6
11
enum class
Polynomial
{
12
ON
,
13
OFF
,
14
SEPARATE
15
};
11
enum class
Polynomial
{
…
};
16
17
enum class
BasisFunction
{
18
WendlandC0
,
19
WendlandC2
,
20
WendlandC4
,
21
WendlandC6
,
22
WendlandC8
,
23
ThinPlateSplines
,
24
Multiquadrics
,
25
InverseMultiquadrics
,
26
VolumeSplines
,
27
Gaussian
,
28
CompactThinPlateSplinesC2
,
29
};
17
enum class
BasisFunction
{
…
};
30
}
// namespace precice::mapping
precice::mapping
contains data mapping from points to meshes.
Definition
AxialGeoMultiscaleMapping.cpp:5
precice::mapping::BasisFunction
BasisFunction
Definition
MappingConfigurationTypes.hpp:17
precice::mapping::BasisFunction::WendlandC6
@ WendlandC6
precice::mapping::BasisFunction::CompactThinPlateSplinesC2
@ CompactThinPlateSplinesC2
precice::mapping::BasisFunction::WendlandC8
@ WendlandC8
precice::mapping::BasisFunction::Multiquadrics
@ Multiquadrics
precice::mapping::BasisFunction::WendlandC2
@ WendlandC2
precice::mapping::BasisFunction::WendlandC0
@ WendlandC0
precice::mapping::BasisFunction::VolumeSplines
@ VolumeSplines
precice::mapping::BasisFunction::WendlandC4
@ WendlandC4
precice::mapping::BasisFunction::InverseMultiquadrics
@ InverseMultiquadrics
precice::mapping::BasisFunction::ThinPlateSplines
@ ThinPlateSplines
precice::mapping::BasisFunction::Gaussian
@ Gaussian
precice::mapping::Polynomial
Polynomial
How to handle the polynomial?
Definition
MappingConfigurationTypes.hpp:11
precice::mapping::Polynomial::SEPARATE
@ SEPARATE
precice::mapping::Polynomial::OFF
@ OFF
precice::mapping::Polynomial::ON
@ ON