[cig-commits] r16624 - short/3D/PyLith/trunk/examples/3d/tet4

brad at geodynamics.org brad at geodynamics.org
Tue May 4 12:59:01 PDT 2010


Author: brad
Date: 2010-05-04 12:59:01 -0700 (Tue, 04 May 2010)
New Revision: 16624

Modified:
   short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
Log:
Turn on reordering.

Modified: short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2010-05-04 19:58:46 UTC (rev 16623)
+++ short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2010-05-04 19:59:01 UTC (rev 16624)
@@ -15,6 +15,7 @@
 implicitelasticity = 1
 faultcohesivekin = 1
 fiatsimplex = 1
+meshimporter = 1
 #quadrature3d = 1
 
 # ----------------------------------------------------------------------
@@ -26,6 +27,10 @@
 # Change the default mesh importer to the LaGriT importer.
 reader = pylith.meshio.MeshIOLagrit
 
+# Optimize ordering of mesh cells and vertices using reverse 
+# Cuthill-KcKee algorithm.
+reorder_mesh = True
+
 [pylithapp.mesh_generator.reader]
 # Set filenames of mesh and pset files to import.
 filename_gmv = tet4_1000m_binary.gmv



More information about the CIG-COMMITS mailing list