Open
Description
Describe the current issue
Would it be possible to extend VTKFile to support printing HDivTrace functions on facets?
Currently, the .write() method returns the following error from interpolation.py:
NotImplementedError: Can't interpolate onto traces, sorry.
Describe the solution you'd like
For example, printing such HDivTrace function for a triangular mesh would result in line elements, while for a tetrahedral mesh, it would produce triangular elements.