geodynamics / pylith

PyLith is a finite element code for the solution of dynamic and quasi-static tectonic deformation problems.
Other
150 stars 96 forks source link

Add check for extra vertices, edges, faces, not connected to anything else in mesh #747

Open baagaard-usgs opened 4 weeks ago

baagaard-usgs commented 4 weeks ago

PETSc has several topology related checks, but is missing one to ensure that all vertices, edges, and faces are in higher dimension entities. We want to call this routine when we perform our topology and other related checks when reading in mesh files.

baagaard-usgs commented 2 weeks ago