[cig-commits] r11546 - short/3D/PyLith/trunk/tests/3d/bar_hex8

brad at geodynamics.org brad at geodynamics.org
Tue Mar 25 09:47:33 PDT 2008


Author: brad
Date: 2008-03-25 09:47:32 -0700 (Tue, 25 Mar 2008)
New Revision: 11546

Modified:
   short/3D/PyLith/trunk/tests/3d/bar_hex8/dislocation_dyn.cfg
Log:
Updated parameters.

Modified: short/3D/PyLith/trunk/tests/3d/bar_hex8/dislocation_dyn.cfg
===================================================================
--- short/3D/PyLith/trunk/tests/3d/bar_hex8/dislocation_dyn.cfg	2008-03-25 16:10:59 UTC (rev 11545)
+++ short/3D/PyLith/trunk/tests/3d/bar_hex8/dislocation_dyn.cfg	2008-03-25 16:47:32 UTC (rev 11546)
@@ -5,16 +5,15 @@
 # journal
 # ----------------------------------------------------------------------
 [pylithapp.journal.info]
-timedependent = 1
-explicit = 1
-petsc = 1
-solverlinear = 1
+#timedependent = 1
+#explicit = 1
+#petsc = 1
+#solverlinear = 1
 meshiocubit = 1
-homogeneous = 1
-explicitelasticity = 1
+#explicitelasticity = 1
 quadrature2d = 1
 fiatlagrange = 1
-faultcohesivekin = 1
+#faultcohesivekin = 1
 
 # ----------------------------------------------------------------------
 # mesh_generator
@@ -130,22 +129,26 @@
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-[pylithapp.problem.formulation.output.output.writer]
-filename = output/dislocation.vtk
-time_format = %05.2f
+[pylithapp.problem.formulation.output.output]
+skip = 2
+writer.filename = output/dislocation.vtk
+writer.time_format = %05.2f
 
 # Give basename for VTK fault output.
-[pylithapp.timedependent.interfaces.fault.output.writer]
-filename = dislocation-fault.vtk
-time_format = %05.2f
+[pylithapp.timedependent.interfaces.fault.output]
+skip = 2
+writer.filename = output/dislocation-fault.vtk
+writer.time_format = %05.2f
 
 # Give basename for VTK output of state variables.
 [pylithapp.timedependent.materials.one.output]
 cell_filter = pylith.meshio.CellFilterAvg
-writer.filename = dislocation-statevars-one.vtk
+writer.filename = output/dislocation-statevars-one.vtk
 writer.time_format = %05.2f
+skip = 100
 
 [pylithapp.timedependent.materials.two.output]
 cell_filter = pylith.meshio.CellFilterAvg
-writer.filename = dislocation-statevars-two.vtk
+writer.filename = output/dislocation-statevars-two.vtk
 writer.time_format = %05.2f
+skip = 100



More information about the cig-commits mailing list