Closed BenjaminRodenberg closed 1 year ago
Now that we have ported the partitioned-heat-conduction
tutorial from this repo into the tutorials, do we still want to pursue the strategy of developing tutorials here and porting them later?
From my current perspective: No. I think the API is sufficiently stable that we should be able to develop the remaining tutorials directly in the tutorials repository. If we find out that we run into problems, we can just reopen this issue. We can still create an issue in the tutorials repo to keep track of the tutorials that still need to be ported. This is also a nice overview, if somebody wants to do a thesis or HiWi project on porting one of the tutorials.
Agreeing with @BenjaminRodenberg and hence closing this issue.
To make development easier we develop the FEniCS-X tutorials here. As soon as this adapter is stable, we will migrate the tutorials to https://github.com/precice/tutorials. Our goal is to port all FEniCS tutorials to FEniCS-X. This is the complete list:
partitioned-heat-conduction
: As a test for simple geometries and scalar valued coupling datapartitioned-heat-conduction-complex
: As a test for complex geometries and vector valued coupling data.volume-coupled-diffusion
: As a test case for volume couplingperpendicular-flap
: For FSIflow-over-heated
: For CHTWe should follow the folder structure and naming of the
tutorials
repository and put everything into the folderfenicsx-adapter/tutorials
. The second participant (openfoam, su2...) and the preCICE configuration file should not be pushed into this repository, but just manually copied from the tutorials.