]> SALOME platform Git repositories - tools/medcoupling.git/commit
Salome HOME
creation of a renumbering tool that :
authorvbd <vbd>
Tue, 15 Sep 2009 10:19:02 +0000 (10:19 +0000)
committervbd <vbd>
Tue, 15 Sep 2009 10:19:02 +0000 (10:19 +0000)
commit8b539cbe20df243000b6f9b7e8912b97dad2136e
tree9f994a7a5838f3b4d7b625a670b4c6e82b774617
parenteb01444eb94f0ba718529166a66f6c8ee0d86395
creation of a renumbering tool that :
- 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)
resources/Test2D.med [new file with mode: 0644]
resources/Test2Dpoly.med [new file with mode: 0644]
resources/Test3D.med [new file with mode: 0644]
resources/Test3Dpoly.med [new file with mode: 0644]
src/RENUMBER/testRenumbering.py