precice / dealii-adapter

A coupled structural solver written with the C++ finite element library deal.II
GNU Lesser General Public License v3.0
19 stars 12 forks source link

Add a Neumann partitioned-heat solver #59

Open davidscn opened 3 years ago

davidscn commented 3 years ago

..not sure if we really want to add it here. I mainly created it in order to investigate precice/tutorials#214.

For simplicity, the solver is currently compiled into the elasticity executable and uses the same parameter file. Some clean-ups are still open.

Open TODO (as a reminder):

uekerman commented 3 years ago

Adding deal.II to the partitioned-heat-equation tutorial as well has some added value in terms of validation and system tests. Depends on what's the necessary effort and what are drawbacks in terms of simplicity of the current deal.II adapter.