Skip to content

feature/mc-linearise

Michael Turner requested to merge meshing/nektar:feature/mc-linearise into master

I got a little fed-up with having to open the xml and remove the tag section to linearise the mesh (a step needed for the linear elastic solver). Doing this manually was a nightmare with large meshes.

This module for meshconvert simply goes through all the edges and faces and removes the high-order nodes.

Merge request reports