Quad mesh nodes reordered upon reading XDMF file

The function mesh::Geometry::input_global_indices returns the ‘input’ global index. (C++ :Mesh (dolfinx::mesh) — DOLFINx 0.3.1 documentation, Python: dolfinx.cpp.mesh — DOLFINx 0.3.1.0 documentation). With this you can figure out the relationship between the re-ordered and input indices.

3 Likes