<p>Hi all,</p>
<p>I&#39;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 &quot;point data&quot;), and functions that are constant on each cell and may be discontinuous (by storing &quot;cell data&quot;).<br>

I&#39;m now in the situation where I&#39;d like to represent a function that is linear on each cell and may be discontinuous across faces. (Those functions represent &quot;discontinuous Galerkin elements of order 1&quot; in FEM.) -- Is there a way to do that in VTK?</p>

<p>Cheers,<br>
Nico</p>