precice / systemtests

Testing preCICE / solver combinations using Docker
GNU General Public License v3.0
3 stars 4 forks source link

Add build step for non-linear deal.II example #243

Open MakisH opened 4 years ago

MakisH commented 4 years ago

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.