[cig-commits] r20020 - in short/3D/PyLith/benchmarks/trunk: dynamic/performance/halfspace_strikeslip/parameters dynamic/scecdynrup/tpv14 dynamic/scecdynrup/tpv16 dynamic/scecdynrup/tpv18 dynamic/scecdynrup/tpv205 dynamic/scecdynrup/tpv205-2d dynamic/scecdynrup/tpv210 dynamic/scecdynrup/tpv210-2d quasistatic/sceccrustdeform/reversenog/parameters quasistatic/sceccrustdeform/savageprescott quasistatic/sceccrustdeform/strikeslipnog/parameters static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Tue May 1 10:20:36 PDT 2012


Author: brad
Date: 2012-05-01 10:20:36 -0700 (Tue, 01 May 2012)
New Revision: 20020

Modified:
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/tet4_lagrit.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tpv13_tri3.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv13_tet4.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/reversenog/parameters/reverseslip_lagrit.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/tet4.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/strikeslip_lagrit.cfg
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg
Log:
Switch FIATSimplex from shape to dimension for consistency with FIATLagrange.

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/pylithapp.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -22,7 +22,7 @@
 
 # mesh generator
 [pylithapp.mesh_generator]
-reorder_mesh = True
+#reorder_mesh = True
 
 # ----------------------------------------------------------------------
 # problem

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/tet4_lagrit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/tet4_lagrit.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/performance/halfspace_strikeslip/parameters/tet4_lagrit.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -32,7 +32,7 @@
 [pylithapp.timedependent.materials.elastic]
 
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 quadrature.cell.quad_order = 1
 
 # ----------------------------------------------------------------------
@@ -41,31 +41,31 @@
 [pylithapp.timedependent.bc.x_pos]
 label = elemfaces_xmax
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.x_neg]
 label = elemfaces_xmin
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.y_pos]
 label = elemfaces_ymax
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.y_neg]
 label = elemfaces_ymin
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.z_neg]
 label = elemfaces_zmin
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 # ----------------------------------------------------------------------
@@ -74,7 +74,7 @@
 [pylithapp.timedependent.interfaces.fault]
 label = elemfaces_fault
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv14/tet4.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -18,38 +18,38 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.elastic]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 # ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 [pylithapp.timedependent.bc.x_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 [pylithapp.timedependent.bc.y_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 [pylithapp.timedependent.bc.z_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.main_fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 [pylithapp.timedependent.interfaces.branch_fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv16/tet4.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -13,7 +13,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.elastic]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 
 # ----------------------------------------------------------------------
@@ -21,27 +21,27 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.x_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.z_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 
@@ -50,4 +50,4 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv18/tet4.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -18,34 +18,34 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.elastic]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 # ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.x_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.z_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 # ----------------------------------------------------------------------
@@ -53,11 +53,11 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.main_fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 [pylithapp.timedependent.interfaces.branch_fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/pylithapp.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -1,5 +1,4 @@
 # -*- Python -*-
-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -13,7 +13,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.elastic]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 
 # ----------------------------------------------------------------------
@@ -21,27 +21,27 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.x_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.z_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 
@@ -50,5 +50,5 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205/tet4_100m.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -1,4 +1,3 @@
-# -*- Python -*-
 [pylithapp]
 
 # ----------------------------------------------------------------------

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv205-2d/tri3.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -13,7 +13,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.elastic]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 
@@ -22,22 +22,22 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.x_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.y_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 1
 
 
@@ -46,7 +46,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tet4.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -11,7 +11,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.elastic.quadrature]
 cell = pylith.feassemble.FIATSimplex
-cell.shape = tetrahedron
+cell.dimension = 3
 cell.degree = 1
 cell.quad_order = 1
 
@@ -20,31 +20,31 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos.quadrature]
 cell = pylith.feassemble.FIATSimplex
-cell.shape = triangle
+cell.dimension = 2
 cell.degree = 1
 cell.quad_order = 1
 
 [pylithapp.timedependent.bc.x_neg.quadrature]
 cell = pylith.feassemble.FIATSimplex
-cell.shape = triangle
+cell.dimension = 2
 cell.degree = 1
 cell.quad_order = 1
 
 [pylithapp.timedependent.bc.y_pos.quadrature]
 cell = pylith.feassemble.FIATSimplex
-cell.shape = triangle
+cell.dimension = 2
 cell.degree = 1
 cell.quad_order = 1
 
 [pylithapp.timedependent.bc.y_neg.quadrature]
 cell = pylith.feassemble.FIATSimplex
-cell.shape = triangle
+cell.dimension = 2
 cell.degree = 1
 cell.quad_order = 1
 
 [pylithapp.timedependent.bc.z_neg.quadrature]
 cell = pylith.feassemble.FIATSimplex
-cell.shape = triangle
+cell.dimension = 2
 cell.degree = 1
 cell.quad_order = 1
 
@@ -53,7 +53,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault.quadrature]
 cell = pylith.feassemble.FIATSimplex
-cell.shape = triangle
+cell.dimension = 2
 cell.degree = 1
 cell.quad_order = 1
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv13_tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv13_tet4.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210/tpv13_tet4.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -5,27 +5,27 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos_grav]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.x_neg_grav]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_pos_grav]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_neg_grav]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.z_neg_grav]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 2
 
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tpv13_tri3.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tpv13_tri3.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tpv13_tri3.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -6,17 +6,17 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos_grav]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.x_neg_grav]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_neg_grav]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
 

Modified: short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/dynamic/scecdynrup/tpv210-2d/tri3.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -11,7 +11,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.elastic]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 
 # ----------------------------------------------------------------------
@@ -19,17 +19,17 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.bc.x_pos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.x_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
 [pylithapp.timedependent.bc.y_neg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 quadrature.cell.quad_order = 2
 
 
@@ -38,7 +38,7 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = line
+quadrature.cell.dimension = 1
 
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/reversenog/parameters/reverseslip_lagrit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/reversenog/parameters/reverseslip_lagrit.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/reversenog/parameters/reverseslip_lagrit.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -24,14 +24,14 @@
 id = 1
 db_properties.iohandler.filename = mat_elastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.viscoelastic]
 label = Viscoelastic material
 id = 2
 db_properties.iohandler.filename = mat_maxwell.spatialdb
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 # ----------------------------------------------------------------------
 # boundary conditions
@@ -57,7 +57,7 @@
 [pylithapp.timedependent.interfaces.fault]
 label = fault
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/tet4.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/savageprescott/tet4.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -7,15 +7,15 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials]
 elastic.quadrature.cell = pylith.feassemble.FIATSimplex
-elastic.quadrature.cell.shape = tetrahedron
+elastic.quadrature.cell.dimension = 3
 maxwell.quadrature.cell = pylith.feassemble.FIATSimplex
-maxwell.quadrature.cell.shape = tetrahedron
+maxwell.quadrature.cell.dimension = 3
 
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 # End of file

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/strikeslip_lagrit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/strikeslip_lagrit.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/sceccrustdeform/strikeslipnog/parameters/strikeslip_lagrit.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -26,28 +26,28 @@
 id = 1
 db_properties.iohandler.filename = mat_elastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.elastic_neg]
 label = Elastic material -x
 id = 2
 db_properties.iohandler.filename = mat_elastic.spatialdb
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.viscoelastic_pos]
 label = Viscoelastic material +x
 id = 3
 db_properties.iohandler.filename = mat_maxwell.spatialdb
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.viscoelastic_neg]
 label = Viscoelastic material -x
 id = 4
 db_properties.iohandler.filename = mat_maxwell.spatialdb
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 
 # ----------------------------------------------------------------------
 # boundary conditions
@@ -73,7 +73,7 @@
 [pylithapp.timedependent.interfaces.fault]
 label = fault
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 
 # ----------------------------------------------------------------------
 # output

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg	2012-05-01 17:20:05 UTC (rev 20019)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/tet4.cfg	2012-05-01 17:20:36 UTC (rev 20020)
@@ -11,12 +11,12 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.uppercrust]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.materials.lowercrust]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = tetrahedron
+quadrature.cell.dimension = 3
 quadrature.cell.quad_order = 1
 
 # ----------------------------------------------------------------------
@@ -24,17 +24,17 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault_middle]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.interfaces.fault_xpos]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 [pylithapp.timedependent.interfaces.fault_xneg]
 quadrature.cell = pylith.feassemble.FIATSimplex
-quadrature.cell.shape = triangle
+quadrature.cell.dimension = 2
 quadrature.cell.quad_order = 1
 
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list