<p>Hi all,</p>
<p>I've used VTK to store various kinds of FEM data, e.g., functions that are linear on each triangle/tetrahedron and continuous overall (by storing "point data"), and functions that are constant on each cell and may be discontinuous (by storing "cell data").<br>
I'm now in the situation where I'd like to represent a function that is linear on each cell and may be discontinuous across faces. (Those functions represent "discontinuous Galerkin elements of order 1" in FEM.) -- Is there a way to do that in VTK?</p>
<p>Cheers,<br>
Nico</p>