XDMF support for isoparametric elements

Issue #464 resolved
Chris Richardson created an issue

Add support initially for elements with a quadratic geometry (i.e. geometry can be described by a P2 Vector function).

Comments (3)

  1. Chris Richardson reporter

    a.png

    I've got a prototype working in XDMFFile::write_quadratic(u_geom, u_val) which writes a P2 Function on a geometry defined on a VectorFunctionSpace(mesh, "CG", 2).

  2. Log in to comment