We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca04c7 commit 433635eCopy full SHA for 433635e
partitioned-heat-conduction/precice-config.xml
@@ -31,7 +31,9 @@
31
from="Neumann-Mesh"
32
to="Dirichlet-Mesh"
33
constraint="consistent"
34
- x-dead="true" />
+ x-dead="true" >
35
+ <basis-function:thin-plate-splines />
36
+ </mapping:rbf>
37
</participant>
38
39
<participant name="Neumann">
@@ -44,7 +46,9 @@
44
46
from="Dirichlet-Mesh"
45
47
to="Neumann-Mesh"
48
49
50
51
52
53
54
<m2n:sockets from="Dirichlet" to="Neumann" exchange-directory=".." />
0 commit comments