Skip to content

Implement high-order finite-element functions in XDMF3

I set out to re-implement the XDMF3 FiniteElementFunction attribute type using VTK lagrange cells, in order to support polynomials with degrees higher than 2. This is a feature requested by the community (See xdmf/xdmf#18) .

The full documentation of my approach, test files and images are available at https://github.com/StarGate01/paraview-dev .

Merge request reports