[cig-commits] r7426 - in short/3D/PyLith/trunk/examples/3d: hex8 tet4

brad at geodynamics.org brad at geodynamics.org
Sat Jun 23 14:54:53 PDT 2007


Author: brad
Date: 2007-06-23 14:54:53 -0700 (Sat, 23 Jun 2007)
New Revision: 7426

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
   short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
Log:
Commented out log flag (false means write to file 'false').

Modified: short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2007-06-23 21:53:25 UTC (rev 7425)
+++ short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2007-06-23 21:54:53 UTC (rev 7426)
@@ -86,7 +86,6 @@
 pc_type = bjacobi
 ksp_monitor = true
 ksp_view = true
-log_summary = false
+#log_summary = true
 ksp_max_it = 500
 ksp_gmres_restart = 5000
-

Modified: short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2007-06-23 21:53:25 UTC (rev 7425)
+++ short/3D/PyLith/trunk/examples/3d/tet4/pylithapp.cfg	2007-06-23 21:54:53 UTC (rev 7426)
@@ -10,7 +10,7 @@
 implicit = 1
 petsc = 1
 solverlinear = 1
-meshiocubit = 1
+meshiolagrit = 1
 implicitelasticity = 1
 faultcohesivekin = 1
 #quadrature3d = 1
@@ -20,15 +20,15 @@
 # mesh_generator
 # ----------------------------------------------------------------------
 [pylithapp.mesh_generator]
-#debug = 1   ; uncomment to get very verbose mesh information
+debug = 1   ; uncomment to get very verbose mesh information
 
 # Change the default mesh importer to the LaGriT importer.
 importer = pylith.meshio.MeshIOLagrit
 
 [pylithapp.mesh_generator.importer]
 # Set filenames of mesh and pset files to import.
-filename_gmv = tet4_1000m_binary.gmv
-filename_pset = tet4_1000m_binary.pset
+filename_gmv = tet4_1000m_ascii.gmv
+filename_pset = tet4_1000m_ascii.pset
 
 # ----------------------------------------------------------------------
 # materials



More information about the cig-commits mailing list