[cig-commits] r18609 - short/3D/PyLith/trunk/examples/3d/hex8

willic3 at geodynamics.org willic3 at geodynamics.org
Mon Jun 13 14:59:19 PDT 2011


Author: willic3
Date: 2011-06-13 14:59:19 -0700 (Mon, 13 Jun 2011)
New Revision: 18609

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/step06.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/step07.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/step08.cfg
   short/3D/PyLith/trunk/examples/3d/hex8/step09.cfg
Log:
Tidied up .cfg files.



Modified: short/3D/PyLith/trunk/examples/3d/hex8/step06.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/step06.cfg	2011-06-13 20:32:10 UTC (rev 18608)
+++ short/3D/PyLith/trunk/examples/3d/hex8/step06.cfg	2011-06-13 21:59:19 UTC (rev 18609)
@@ -183,6 +183,7 @@
 [pylithapp.problem.formulation.output.subdomain]
 # Name of nodeset for ground surface.
 label = face_zpos
+
 # We keep the default output frequency behavior (skip every n steps), and
 # ask to skip 0 steps between output, so that we get output every time step.
 # We again switch the writer to produce HDF5 output.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/step07.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/step07.cfg	2011-06-13 20:32:10 UTC (rev 18608)
+++ short/3D/PyLith/trunk/examples/3d/hex8/step07.cfg	2011-06-13 21:59:19 UTC (rev 18609)
@@ -199,11 +199,13 @@
 [pylithapp.problem.formulation.output.subdomain]
 # Name of nodeset for ground surface.
 label = face_zpos
+
 # We also request velocity output in addition to displacements.
 vertex_data_fields = [displacement,velocity]
 # We keep the default output frequency behavior (skip every n steps), and
 # ask to skip 0 steps between output, so that we get output every time step.
 skip = 0
+
 # We again switch the writer to produce HDF5 output.
 # Note that we specifically ask for a submesh writer.
 writer = pylith.meshio.DataWriterHDF5SubMesh
@@ -214,6 +216,7 @@
 # We keep the default output frequency behavior (skip every n steps), and
 # ask to skip 0 steps between output, so that we get output every time step.
 skip = 0
+
 # We again switch the writer to produce HDF5 output.
 # Note that we specifically ask for a subsubmesh writer.
 writer = pylith.meshio.DataWriterHDF5SubSubMesh
@@ -223,10 +226,12 @@
 [pylithapp.timedependent.materials.upper_crust.output]
 # Average values over quadrature points.
 cell_filter = pylith.meshio.CellFilterAvgMesh
+
 # We specify that output occurs in terms of a given time frequency, and
 # ask for output every 50 years.
 output_freq = time_step
 time_step = 50.0*year
+
 # We again switch the writer to produce HDF5 output.
 writer = pylith.meshio.DataWriterHDF5Mesh
 writer.filename = output/step07-upper_crust.h5
@@ -235,10 +240,12 @@
 [pylithapp.timedependent.materials.lower_crust.output]
 # Average values over quadrature points.
 cell_filter = pylith.meshio.CellFilterAvgMesh
+
 # We specify that output occurs in terms of a given time frequency, and
 # ask for output every 50 years.
 output_freq = time_step
 time_step = 50.0*year
+
 # We again switch the writer to produce HDF5 output.
 writer = pylith.meshio.DataWriterHDF5Mesh
 writer.filename = output/step07-lower_crust.h5

Modified: short/3D/PyLith/trunk/examples/3d/hex8/step08.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/step08.cfg	2011-06-13 20:32:10 UTC (rev 18608)
+++ short/3D/PyLith/trunk/examples/3d/hex8/step08.cfg	2011-06-13 21:59:19 UTC (rev 18609)
@@ -206,6 +206,7 @@
 # ask for output every 50 years.
 output_freq = time_step
 time_step = 50.0*year
+
 # We are using HDF5 output so we must change the default writer.
 writer = pylith.meshio.DataWriterHDF5Mesh
 writer.filename = output/step08.h5
@@ -214,9 +215,11 @@
 [pylithapp.problem.formulation.output.subdomain]
 # Name of nodeset for ground surface.
 label = face_zpos
+
 # We keep the default output frequency behavior (skip every n steps), and
 # ask to skip 0 steps between output, so that we get output every time step.
 skip = 0
+
 # We again switch the writer to produce HDF5 output.
 # Note that we specifically ask for a submesh writer.
 writer = pylith.meshio.DataWriterHDF5SubMesh
@@ -227,6 +230,7 @@
 # We keep the default output frequency behavior (skip every n steps), and
 # ask to skip 0 steps between output, so that we get output every time step.
 skip = 0
+
 # We again switch the writer to produce HDF5 output.
 # Note that we specifically ask for a subsubmesh writer.
 writer = pylith.meshio.DataWriterHDF5SubSubMesh
@@ -236,10 +240,12 @@
 [pylithapp.timedependent.materials.upper_crust.output]
 # Average values over quadrature points.
 cell_filter = pylith.meshio.CellFilterAvgMesh
+
 # We specify that output occurs in terms of a given time frequency, and
 # ask for output every 50 years.
 output_freq = time_step
 time_step = 50.0*year
+
 # We again switch the writer to produce HDF5 output.
 writer = pylith.meshio.DataWriterHDF5Mesh
 writer.filename = output/step08-upper_crust.h5
@@ -248,10 +254,12 @@
 [pylithapp.timedependent.materials.lower_crust.output]
 # Average values over quadrature points.
 cell_filter = pylith.meshio.CellFilterAvgMesh
+
 # We specify that output occurs in terms of a given time frequency, and
 # ask for output every 50 years.
 output_freq = time_step
 time_step = 50.0*year
+
 # We again switch the writer to produce HDF5 output.
 writer = pylith.meshio.DataWriterHDF5Mesh
 writer.filename = output/step08-lower_crust.h5

Modified: short/3D/PyLith/trunk/examples/3d/hex8/step09.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/step09.cfg	2011-06-13 20:32:10 UTC (rev 18608)
+++ short/3D/PyLith/trunk/examples/3d/hex8/step09.cfg	2011-06-13 21:59:19 UTC (rev 18609)
@@ -206,6 +206,7 @@
 # ask for output every 50 years.
 output_freq = time_step
 time_step = 50.0*year
+
 # We are using HDF5 output so we must change the default writer.
 writer = pylith.meshio.DataWriterHDF5Mesh
 writer.filename = output/step09.h5
@@ -214,9 +215,11 @@
 [pylithapp.problem.formulation.output.subdomain]
 # Name of nodeset for ground surface.
 label = face_zpos
+
 # We keep the default output frequency behavior (skip every n steps), and
 # ask to skip 0 steps between output, so that we get output every time step.
 skip = 0
+
 # We again switch the writer to produce HDF5 output.
 # Note that we specifically ask for a submesh writer.
 writer = pylith.meshio.DataWriterHDF5SubMesh
@@ -227,6 +230,7 @@
 # We keep the default output frequency behavior (skip every n steps), and
 # ask to skip 0 steps between output, so that we get output every time step.
 skip = 0
+
 # We again switch the writer to produce HDF5 output.
 # Note that we specifically ask for a subsubmesh writer.
 writer = pylith.meshio.DataWriterHDF5SubSubMesh
@@ -236,10 +240,12 @@
 [pylithapp.timedependent.materials.upper_crust.output]
 # Average values over quadrature points.
 cell_filter = pylith.meshio.CellFilterAvgMesh
+
 # We specify that output occurs in terms of a given time frequency, and
 # ask for output every 50 years.
 output_freq = time_step
 time_step = 50.0*year
+
 # We again switch the writer to produce HDF5 output.
 writer = pylith.meshio.DataWriterHDF5Mesh
 writer.filename = output/step09-upper_crust.h5
@@ -248,10 +254,12 @@
 [pylithapp.timedependent.materials.lower_crust.output]
 # Average values over quadrature points.
 cell_filter = pylith.meshio.CellFilterAvgMesh
+
 # We specify that output occurs in terms of a given time frequency, and
 # ask for output every 50 years.
 output_freq = time_step
 time_step = 50.0*year
+
 # We again switch the writer to produce HDF5 output.
 writer = pylith.meshio.DataWriterHDF5Mesh
 writer.filename = output/step09-lower_crust.h5



More information about the CIG-COMMITS mailing list