Add 3D case for partitioned heat conduction#714
Add 3D case for partitioned heat conduction#714NiklasVin wants to merge 7 commits intoprecice:developfrom
Conversation
Move the tutorials to https://github.com/precice/tutorials. See precice/tutorials#687, precice/tutorials#688 and precice/tutorials#714 --------- Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>
IshaanDesai
left a comment
There was a problem hiding this comment.
The case setup and folder structure look good. I think the tutorial is valuable as we currently do not have any other way of testing the FEniCSx adapter in 3D.
I remember there were some issues with data-mapping accuracy. Can you please briefly describe the issues, which mapping settings you tried, and what effect each had?
|
I dont remember every mapping I used but I ran a few setups similar to them I tried in the past. I figured out that the mapping defined for the Dirichlet participant (i.e. read from Neumann Mesh) primarily influenced the accuracy of the result (I suppose the reason is that the Dirichlet participant requires BC function of degree 2, and the Neumann only degree 1):
Generally I am not very happy with the results because setting the dofs directly from the preCICE data yields better results (I think the error was within the magnitude of |
Checklist:
changelog-entries/<PRnumber>.md.