You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
… vector-valued functions (#15)
* Remove parallelization (see #22)
* Remove PointSources (see #24)
* Remove tests and support for vector functions (#9)
* Remove parallelization (see #22)
* Update tests.
* Remove nearest projection.
* Working version with partitioned heat equation.
* Update CI
* update to doflinx v0.4.1 (should also work with v0.5.2)
Co-authored-by: Ishaan Desai <[email protected]>
Co-authored-by: Benjamin Rodenberg <[email protected]>
Co-authored-by: Arved Enders-Seidlitz <[email protected]>
Currently, the adapter is only working with scalar-valued data. For vector valued data there is currently a "not tested" error.
The text was updated successfully, but these errors were encountered: