Skip to content

Commit 433635e

Browse files
committed
Add basis-function tag in mapping (trial case)
1 parent 6ca04c7 commit 433635e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

partitioned-heat-conduction/precice-config.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
from="Neumann-Mesh"
3232
to="Dirichlet-Mesh"
3333
constraint="consistent"
34-
x-dead="true" />
34+
x-dead="true" >
35+
<basis-function:thin-plate-splines />
36+
</mapping:rbf>
3537
</participant>
3638

3739
<participant name="Neumann">
@@ -44,7 +46,9 @@
4446
from="Dirichlet-Mesh"
4547
to="Neumann-Mesh"
4648
constraint="consistent"
47-
x-dead="true" />
49+
x-dead="true" >
50+
<basis-function:thin-plate-splines />
51+
</mapping:rbf>
4852
</participant>
4953

5054
<m2n:sockets from="Dirichlet" to="Neumann" exchange-directory=".." />

0 commit comments

Comments
 (0)