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

[will not merge] Backport linear and non-linear examples to deal.II 9.1 #32

Closed MakisH closed 3 years ago

MakisH commented 4 years ago

We recently updated added a non-linear example (see #24) and updated the minimum requirements to deal.II 9.2.0. This was good, as we always try to support the latest version of every solver.

However:

This is intended as a separate branch that we can give to users that quickly want to test the adapter/a tutorial, without having to upgrade deal.II. The Pull Request is here to easily see the diff.

davidscn commented 4 years ago

Everything correct here! The only left TODO is to apply the clang-format as provided in the repo here, which is the deal.II standard. At least for consistency, it would be nice. I could do it as well, if you don't have the configuration.

MakisH commented 4 years ago

The only left TODO is to apply the clang-format as provided in the repo here, which is the deal.II standard.

Done, thanks!