dolfinx
dolfinx copied to clipboard
Revise the VTK file interface in Python
VTKFile has been exposed in Python because XDMF has limited support for high-order geometries and other features.
We need to revise the interface for consistency and usability, and revise the tests.
Some consistency and usability has been fixed in #658 . The tests are quite useless, as they don't really test the io, and consumes quite a lot of time.
VTKFile has been rewritten with #1166, but there are still some minor adjustments needed to make the user interface pretty in Python