- takes as input a MED file (with only one cell type)
- as output creates another file with the same topology, but with renumbered cells so that the mesh is more suitable for numerical computation.
The renumbering can be computed with reverse cuthill mckee algorithm (boost) or with nested dissection (metis)
## ***************
## *** TEST 2D ***
## ***************
-dir_renumber="~/Renumbering/MED_INSTALL/bin/salome/renumber"
-dir_mesh="."
+dir_renumber="../../../MED_INSTALL/bin/salome/renumber"
+dir_mesh="../../resources"
filename="Test2D.med"
meshname="Mesh_1"