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

brad at geodynamics.org brad at geodynamics.org
Wed Jun 2 10:18:04 PDT 2010


Author: brad
Date: 2010-06-02 10:18:03 -0700 (Wed, 02 Jun 2010)
New Revision: 16867

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg
Log:
Fixed typo. Trivial changes.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2010-06-02 17:08:19 UTC (rev 16866)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/pylithapp.cfg	2010-06-02 17:18:03 UTC (rev 16867)
@@ -138,9 +138,8 @@
 # ----------------------------------------------------------------------
 # Give basename for VTK domain output of solution over domain.
 [pylithapp.problem.formulation.output.domain]
-vertex_data_fields=[displacement,velocity]
+vertex_data_fields=[]
 output_freq = time_step
-time_step = 30.0*s
 writer.time_format = %06.3f
 
 [pylithapp.problem.formulation.output.subdomain]
@@ -162,7 +161,6 @@
 [pylithapp.timedependent.materials.elastic.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
 output_freq = time_step
-time_step = 30.0*s
 writer.time_format = %06.3f
 cell_info_fields = []
 cell_vertex_fields = []

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg	2010-06-02 17:08:19 UTC (rev 16866)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg	2010-06-02 17:18:03 UTC (rev 16867)
@@ -37,7 +37,7 @@
 cell.degree = 1
 cell.quad_order = 1
 
-[pylithapp.timedependent.bc.y_neg.qadrature]
+[pylithapp.timedependent.bc.y_neg.quadrature]
 cell = pylith.feassemble.FIATSimplex
 cell.shape = triangle
 cell.degree = 1



More information about the CIG-COMMITS mailing list