precice / fenicsx-adapter

Experimental preCICE-adapter for the open source computing platform FEniCSx
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Develop minimal working version without support for parallel runs and vector-valued functions #15

Closed PhilipHildebrand closed 1 year ago

PhilipHildebrand commented 1 year ago

This PR is for merging the fixed error computation of the partitioned-heat-equation tutorial into develop. Furthermore, any tests of the adapter regarding vector functions have been removed, because vector functions are currently not working. Important to note is that executing the tests via python3 setup.py test fails for some reason; executing the tests/ test suites individually does work however.

BenjaminRodenberg commented 1 year ago

Some of the problems with the linter are originating from dead links. This is related to https://github.com/precice/fenicsx-adapter/issues/12 and we should fix this directly on develop. I will quickly create a corresponding PR.

BenjaminRodenberg commented 1 year ago

Some of the problems with the linter are originating from dead links. This is related to #12 and we should fix this directly on develop. I will quickly create a corresponding PR.

I took care about this in #18 and synchronized this PR to develop. The links should be working now.