[cig-commits] r19411 - short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18

brad at geodynamics.org brad at geodynamics.org
Fri Jan 20 18:10:54 PST 2012


Author: brad
Date: 2012-01-20 18:10:54 -0800 (Fri, 20 Jan 2012)
New Revision: 19411

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg
Log:
Cleanup of pylithapp.cfg.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg	2012-01-21 01:41:46 UTC (rev 19410)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/pylithapp.cfg	2012-01-21 02:10:54 UTC (rev 19411)
@@ -28,10 +28,13 @@
 # ----------------------------------------------------------------------
 [pylithapp.mesh_generator]
 reader = pylith.meshio.MeshIOCubit
+reorder_mesh = True
+
 distributor.partitioner = parmetis
+distributor.write_partition = True
+distributor.data_writer = pylith.meshio.DataWriterHDF5ExtMesh
+distributor.data_writer.filename = output/partition.h5
 
-#reorder_mesh = True
-
 [pylithapp.mesh_generator.reader]
 coordsys.space_dim = 3
 
@@ -39,7 +42,6 @@
 # problem
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-
 dimension = 3
 
 formulation = pylith.problems.ExplicitLumped
@@ -56,24 +58,20 @@
 # materials
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-
 materials = [elastic]
 materials.elastic = pylith.materials.ElasticIsotropic3D
 
 [pylithapp.timedependent.materials.elastic]
 label = Elastic material
 id = 1
+db_properties.label = Elastic properties
 db_properties.iohandler.filename = matprops.spatialdb
-db_properties.label = Elastic material properties
 
 # ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent]
-
 bc = [x_neg,x_pos,y_neg,y_pos,z_neg]
-
-# Change the DirichletPoints BC to the AbsorbingDampers BC
 bc.x_neg = pylith.bc.AbsorbingDampers
 bc.x_pos = pylith.bc.AbsorbingDampers
 bc.y_neg = pylith.bc.AbsorbingDampers
@@ -154,9 +152,8 @@
 output = [subdomain]
 output.subdomain = pylith.meshio.OutputSolnSubset
 
-
 [pylithapp.problem.formulation.output.subdomain]
-label = face_zpos_subset
+label = face_zpos
 vertex_data_fields=[displacement,velocity]
 output_freq = time_step
 time_step = 0.04999*s



More information about the CIG-COMMITS mailing list