[cig-commits] r15538 - in short/3D/PyLith/trunk/examples/bar_shearwave: hex8 quad4 tet4 tri3

brad at geodynamics.org brad at geodynamics.org
Wed Aug 12 15:29:04 PDT 2009


Author: brad
Date: 2009-08-12 15:29:03 -0700 (Wed, 12 Aug 2009)
New Revision: 15538

Modified:
   short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg
   short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
Log:
Added debug flags (show resource usage).

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2009-08-12 21:48:28 UTC (rev 15537)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/hex8/pylithapp.cfg	2009-08-12 22:29:03 UTC (rev 15538)
@@ -12,13 +12,17 @@
 timedependent = 1
 #explicit = 1
 #petsc = 1
-#solverlinear = 1
 meshiocubit = 1
 #explicitelasticity = 1
 #quadrature2d = 1
 #fiatlagrange = 1
 #faultcohesivekin = 1
 
+[pylithapp.journal.debug]
+pylithapp = 1
+problem = 1
+explicit = 1
+
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg	2009-08-12 21:48:28 UTC (rev 15537)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/quad4/pylithapp.cfg	2009-08-12 22:29:03 UTC (rev 15538)
@@ -12,13 +12,17 @@
 timedependent = 1
 #explicit = 1
 #petsc = 1
-#solverlinear = 1
 meshiocubit = 1
 #explicitelasticity = 1
 #quadrature2d = 1
 #fiatlagrange = 1
 #faultcohesivekin = 1
 
+[pylithapp.journal.debug]
+pylithapp = 1
+problem = 1
+explicit = 1
+
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg	2009-08-12 21:48:28 UTC (rev 15537)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tet4/pylithapp.cfg	2009-08-12 22:29:03 UTC (rev 15538)
@@ -12,14 +12,17 @@
 timedependent = 1
 #explicit = 1
 #petsc = 1
-#solverlinear = 1
-#meshiolagrit = 1
-#homogeneous = 1
+meshiolagrit = 1
 #explicitelasticity = 1
 #quadrature2d = 1
 #fiatlagrange = 1
 #faultcohesivekin = 1
 
+[pylithapp.journal.debug]
+pylithapp = 1
+problem = 1
+explicit = 1
+
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2009-08-12 21:48:28 UTC (rev 15537)
+++ short/3D/PyLith/trunk/examples/bar_shearwave/tri3/pylithapp.cfg	2009-08-12 22:29:03 UTC (rev 15538)
@@ -12,13 +12,17 @@
 timedependent = 1
 #explicit = 1
 #petsc = 1
-#solverlinear = 1
 meshiocubit = 1
 #explicitelasticity = 1
 #quadrature2d = 1
 #fiatlagrange = 1
 #faultcohesivekin = 1
 
+[pylithapp.journal.debug]
+pylithapp = 1
+problem = 1
+explicit = 1
+
 # ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list