Skip to content

Commit

Permalink
Use mapping:nearest-neighbor in partitioned-heat-conduction. (precice…
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Oct 14, 2023
1 parent ddbc09f commit 5111abe
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions partitioned-heat-conduction/precice-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,15 @@
<receive-mesh name="Neumann-Mesh" from="Neumann" />
<write-data name="Heat-Flux" mesh="Dirichlet-Mesh" />
<read-data name="Temperature" mesh="Dirichlet-Mesh" />
<mapping:rbf
direction="read"
from="Neumann-Mesh"
to="Dirichlet-Mesh"
constraint="consistent"
x-dead="true">
<basis-function:thin-plate-splines />
</mapping:rbf>
<mapping:nearest-neighbor direction="read" from="Neumann-Mesh" to="Dirichlet-Mesh" constraint="consistent" />
</participant>

<participant name="Neumann">
<provide-mesh name="Neumann-Mesh" />
<receive-mesh name="Dirichlet-Mesh" from="Dirichlet" />
<write-data name="Temperature" mesh="Neumann-Mesh" />
<read-data name="Heat-Flux" mesh="Neumann-Mesh" />
<mapping:rbf
direction="read"
from="Dirichlet-Mesh"
to="Neumann-Mesh"
constraint="consistent"
x-dead="true" >
<basis-function:thin-plate-splines />
</mapping:rbf>
<mapping:nearest-neighbor direction="read" from="Dirichlet-Mesh" to="Neumann-Mesh" constraint="consistent" />
</participant>

<m2n:sockets acceptor="Dirichlet" connector="Neumann" exchange-directory=".." />
Expand Down

0 comments on commit 5111abe

Please sign in to comment.