[cig-commits] r16422 - short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/meshes

brad at geodynamics.org brad at geodynamics.org
Mon Mar 15 15:05:22 PDT 2010


Author: brad
Date: 2010-03-15 15:05:22 -0700 (Mon, 15 Mar 2010)
New Revision: 16422

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/meshes/mesh_tet4.lagrit
Log:
Added reordering of vertices and cells by location.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/meshes/mesh_tet4.lagrit
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/meshes/mesh_tet4.lagrit	2010-03-15 22:00:20 UTC (rev 16421)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/meshes/mesh_tet4.lagrit	2010-03-15 22:05:22 UTC (rev 16422)
@@ -194,6 +194,20 @@
 pset / tmp / delete
 
 * ----------------------------------------------------------------------
+* REORDER CELLS AND VERTICES
+* ----------------------------------------------------------------------
+* Sort vertices
+sort / box / index / ascending / ikey_vertices / zic yic xic
+reorder / box / ikey_vertices
+cmo / delatt / box / ikey_vertices
+
+* Reorder cells
+createpts / median
+sort / box / index / ascending / ikey_cells / zmed ymed xmed
+reorder / box / ikey_cells
+cmo / delatt / box / ikey_cells
+
+* ----------------------------------------------------------------------
 finish
 
 * End of file



More information about the CIG-COMMITS mailing list