[cig-commits] r16649 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d

brad at geodynamics.org brad at geodynamics.org
Wed May 5 15:40:59 PDT 2010


Author: brad
Date: 2010-05-05 15:40:59 -0700 (Wed, 05 May 2010)
New Revision: 16649

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg
Log:
Added reordering of mesh.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg	2010-05-05 22:40:45 UTC (rev 16648)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/pylithapp.cfg	2010-05-05 22:40:59 UTC (rev 16649)
@@ -11,6 +11,7 @@
 petsc = 1
 meshiocubit = 1
 elasticityexplicit = 1
+meshimporter = 1
 #quadrature2d = 1
 #fiatlagrange = 1
 faultcohesivedyn = 1
@@ -25,6 +26,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.mesh_generator]
 reader = pylith.meshio.MeshIOCubit
+reorder_mesh = True
 
 [pylithapp.mesh_generator.reader]
 coordsys.space_dim = 2
@@ -61,7 +63,7 @@
 bc.y_pos = pylith.bc.AbsorbingDampers
 
 [pylithapp.timedependent.formulation.time_step]
-total_time = 12.00*s
+total_time = 12.01*s
 dt = 0.01*s
 
 



More information about the CIG-COMMITS mailing list