[cig-commits] r17140 - short/3D/PyLith/branches/v1.5-stable/tests_auto/2d/quad9

brad at geodynamics.org brad at geodynamics.org
Sat Aug 28 15:47:36 PDT 2010


Author: brad
Date: 2010-08-28 15:47:36 -0700 (Sat, 28 Aug 2010)
New Revision: 17140

Modified:
   short/3D/PyLith/branches/v1.5-stable/tests_auto/2d/quad9/axialdisp.cfg
Log:
Added output on ground surface.

Modified: short/3D/PyLith/branches/v1.5-stable/tests_auto/2d/quad9/axialdisp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/tests_auto/2d/quad9/axialdisp.cfg	2010-08-28 02:22:24 UTC (rev 17139)
+++ short/3D/PyLith/branches/v1.5-stable/tests_auto/2d/quad9/axialdisp.cfg	2010-08-28 22:47:36 UTC (rev 17140)
@@ -36,6 +36,10 @@
 dimension = 2
 bc = [x_neg,x_pos,y_neg]
 
+[pylithapp.timedependent.formulation]
+output = [domain,subdomain]
+output.subdomain = pylith.meshio.OutputSolnSubset
+
 [pylithapp.timedependent.formulation.time_step]
 total_time = 0.0*s
 
@@ -100,9 +104,13 @@
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------
-[pylithapp.problem.formulation.output.output.writer]
+[pylithapp.problem.formulation.output.domain.writer]
 filename = axialdisp.vtk
 
+[pylithapp.problem.formulation.output.subdomain]
+label = edge_ypos
+writer.filename = axialdisp-groundsurf.vtk
+
 [pylithapp.timedependent.materials.elastic.output]
 cell_filter = pylith.meshio.CellFilterAvgMesh
 writer.filename = axialdisp-elastic.vtk



More information about the CIG-COMMITS mailing list