[cig-commits] r22179 - short/3D/PyLith/trunk/examples/3d/hex8
willic3 at geodynamics.org
willic3 at geodynamics.org
Wed Jun 5 17:59:51 PDT 2013
Author: willic3
Date: 2013-06-05 17:59:51 -0700 (Wed, 05 Jun 2013)
New Revision: 22179
Modified:
short/3D/PyLith/trunk/examples/3d/hex8/greensfns.cfg
short/3D/PyLith/trunk/examples/3d/hex8/step21.cfg
Log:
Moved step21-specific stuff out of greensfns.cfg.
Modified: short/3D/PyLith/trunk/examples/3d/hex8/greensfns.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/greensfns.cfg 2013-06-06 00:51:58 UTC (rev 22178)
+++ short/3D/PyLith/trunk/examples/3d/hex8/greensfns.cfg 2013-06-06 00:59:51 UTC (rev 22179)
@@ -50,27 +50,4 @@
db_impulse_amplitude.iohandler.filename = spatialdb/impulse_amplitude.spatialdb
db_impulse_amplitude.query_type = nearest
-# ----------------------------------------------------------------------
-# output
-# ----------------------------------------------------------------------
-# Domain
-[greensfns.formulation.output.domain]
-writer.filename = output/step21.h5
-
-# Points
-[greensfns.formulation.output.points]
-writer.filename = output/step21-points.h5
-
-# Fault
-[greensfns.interfaces.fault.output]
-writer.filename = output/step21-fault.h5
-vertex_info_fields = [area]
-
-# Materials
-[greensfns.materials.upper_crust.output]
-writer.filename = output/step21-upper_crust.h5
-
-[greensfns.materials.lower_crust.output]
-writer.filename = output/step21-lower_crust.h5
-
# End of file
Modified: short/3D/PyLith/trunk/examples/3d/hex8/step21.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/step21.cfg 2013-06-06 00:51:58 UTC (rev 22178)
+++ short/3D/PyLith/trunk/examples/3d/hex8/step21.cfg 2013-06-06 00:59:51 UTC (rev 22179)
@@ -108,10 +108,12 @@
# Define output manager for domain output.
[pylithapp.problem.formulation.output.domain]
writer = pylith.meshio.DataWriterHDF5
+writer.filename = output/step21.h5
# Define output manager for points output.
[pylithapp.problem.formulation.output.points]
writer = pylith.meshio.DataWriterHDF5
+writer.filename = output/step21-points.h5
# Point coordinates will be read from greensfns_points.txt.
reader.filename = greensfns_points.txt
@@ -123,6 +125,8 @@
# Define output manager for fault output.
[pylithapp.problem.interfaces.fault.output]
writer = pylith.meshio.DataWriterHDF5
+writer.filename = output/step21-fault.h5
+vertex_info_fields = [area]
# We will not be writing any cell_info or cell_data fields for material
# output.
@@ -130,12 +134,16 @@
cell_info_fields = []
cell_data_fields = []
writer = pylith.meshio.DataWriterHDF5
+writer.filename = output/step21-upper_crust.h5
[pylithapp.problem.materials.lower_crust.output]
cell_info_fields = []
cell_data_fields = []
writer = pylith.meshio.DataWriterHDF5
+writer.filename = output/step21-lower_crust.h5
# Mesh partition information.
[pylithapp.mesh_generator.distributor.data_writer]
filename = output/step21-partition.h5
+
+# End of file
More information about the CIG-COMMITS
mailing list