[cig-commits] r19837 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210

brad at geodynamics.org brad at geodynamics.org
Wed Mar 21 12:07:21 PDT 2012


Author: brad
Date: 2012-03-21 12:07:21 -0700 (Wed, 21 Mar 2012)
New Revision: 19837

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
Log:
Switch to HDF5 writer with external datasets.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2012-03-21 17:25:02 UTC (rev 19836)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2012-03-21 19:07:21 UTC (rev 19837)
@@ -30,7 +30,7 @@
 
 distributor.partitioner = parmetis
 distributor.write_partition = True
-distributor.data_writer = pylith.meshio.DataWriterHDF5Mesh
+distributor.data_writer = pylith.meshio.DataWriterHDF5ExtMesh
 distributor.data_writer.filename = output/partition.h5
 
 [pylithapp.mesh_generator.reader]
@@ -137,7 +137,7 @@
 vertex_data_fields=[displacement,velocity]
 output_freq = time_step
 time_step = 0.04999*s
-writer = pylith.meshio.DataWriterHDF5SubMesh
+writer = pylith.meshio.DataWriterHDF5ExtSubMesh
 
 # Fault
 [pylithapp.timedependent.interfaces.fault.output]
@@ -145,7 +145,7 @@
 vertex_data_fields = [slip,slip_rate,traction]
 output_freq = time_step
 time_step = 0.04999*s
-writer = pylith.meshio.DataWriterHDF5SubSubMesh
+writer = pylith.meshio.DataWriterHDF5ExtSubSubMesh
 
 # State variables.
 [pylithapp.timedependent.materials.elastic.output]
@@ -154,7 +154,7 @@
 cell_filter = pylith.meshio.CellFilterAvgMesh
 output_freq = time_step
 time_step = 15.0*s
-writer = pylith.meshio.DataWriterHDF5Mesh
+writer = pylith.meshio.DataWriterHDF5ExtMesh
 
 # ----------------------------------------------------------------------
 # PETSc



More information about the CIG-COMMITS mailing list