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

Enable Vector valued coupling #9

Open arvedes opened 2 years ago

arvedes commented 2 years ago

Currently, the adapter is only working with scalar-valued data. For vector valued data there is currently a "not tested" error.

BenjaminRodenberg commented 1 year ago

In #15 we removed support for vector valued data. We are now raising an exception. Adding support for vector valued data is still on the agenda but not necessary for our first, simple test (partitioned heat equation).