We currently only test for the linear example of deal.II: https://github.com/precice/systemtests/blob/eb8ca76de65cc9bf17ec9b381acd4418eaf3a1c6/adapters/Dockerfile.dealii-adapter#L14-L19 It would be very helpful to at least build also the non-linear version. This way we could catch issues such as https://github.com/precice/dealii-adapter/issues/30. Adding a complete system test would also be nice.
We currently only test for the linear example of deal.II:
systemtests/adapters/Dockerfile.dealii-adapter
Lines 14 to 19 in eb8ca76
It would be very helpful to at least build also the non-linear version. This way we could catch issues such as precice/dealii-adapter#30.
Adding a complete system test would also be nice.