Skip to content

Phase II of discontinuous Galerkin data processing.

David Thompson requested to merge dcthomp/vtk:galerkin-phase-ii into master

This adds support for rendering discontinuous (and continuous) attributes on the following cell shapes:

Renderings of supported cell types.
Hexahedra Tetrahedra Wedges Pyramids Quadrilaterals Triangles

It also supports non-isoparametric elements (where the shape and color attributes do not have the same polynomial order for their parameterization):

TestCellGridRendering-Hexahedra-quadratic

Note in the image above that each of the two hexahedra have linear geometry but the color varies quadratically along each coordinate axis of the cell's parameter-space.

Edited by David Thompson

Merge request reports