Skip to content

Add a mesh validity checker for Gmsh reader

Stéphane Del Pino requested to merge feature/debug-helpers into develop

It checks that

  • no cell, face or edge is duplicated
  • cells orientation is correct (positive volume)

Merge request reports