[cig-commits] r7639 - short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog

brad at geodynamics.org brad at geodynamics.org
Tue Jul 10 15:03:38 PDT 2007


Author: brad
Date: 2007-07-10 15:03:13 -0700 (Tue, 10 Jul 2007)
New Revision: 7639

Added:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4.lagrit
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_0250m.lagrit
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_0500m.lagrit
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_1000m.lagrit
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_lagrit.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.gmv.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.pset.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.gmv.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.pset.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.gmv.gz
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.pset.gz
Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/README
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/pylithapp.cfg
   short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_cubit.cfg
Log:
Created tet4 meshes and input cfg files for tet4 sims.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/README
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/README	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/README	2007-07-10 22:03:13 UTC (rev 7639)
@@ -1,14 +1,25 @@
 Quasi-static strike-slip (no gravity) benchmark
 
+======================================================================
 FILES
+======================================================================
 
 pylithapp.cfg - General parameters for problem
+
 strikeslip_cubit.cfg - Parameters common to CUBIT generated meshes
 strikeslip_hex8_1000m.cfg - Parameters specific to hex8 1000m resolution sim
 strikeslip_hex8_0500m.cfg - Parameters specific to hex8 500m resolution sim
 strikeslip_hex8_0250m.cfg - Parameters specific to hex8 250m resolution sim
 
+strikeslip_lagrit.cfg - Parameters common to LaGriT generated meshes
+strikeslip_tet4_1000m.cfg - Parameters specific to tet4 1000m resolution sim
+strikeslip_tet4_0500m.cfg - Parameters specific to tet4 500m resolution sim
+strikeslip_tet4_0250m.cfg - Parameters specific to tet4 250m resolution sim
+
+
+======================================================================
 TO RUN SIMULATIONS
+======================================================================
 
 hex8 @ 1000m resolution
 
@@ -21,3 +32,15 @@
 hex8 @ 250m resolution
 
   pylith strikeslip_cubit.cfg strikeslip_hex8_0250m.cfg
+
+tet4 @ 1000m resolution
+
+  pylith strikeslip_lagrit.cfg strikeslip_tet4_1000m.cfg
+
+tet4 @ 500m resolution
+
+  pylith strikeslip_lagrit.cfg strikeslip_tet4_0500m.cfg
+
+tet4 @ 250m resolution
+
+  pylith strikeslip_lagrit.cfg strikeslip_tet4_0250m.cfg

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4.lagrit
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4.lagrit	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4.lagrit	2007-07-10 22:03:13 UTC (rev 7639)
@@ -0,0 +1,199 @@
+* -*- LaGriT -*-
+*
+* ----------------------------------------------------------------------
+* PARAMETERS CONTROLLING MESH
+* ----------------------------------------------------------------------
+*
+* Boundaries of domain
+define / domain_xmin /   0.0e+3
+define / domain_xmax /  24.0e+3
+define / domain_ymin /   0.0e+3
+define / domain_ymax /  24.0e+3
+define / domain_zmin / -24.0e+3
+define / domain_zmax /   0.0e+3
+*
+* ----------------------------------------------------------------------
+* CREATE GEOMETRY
+* ----------------------------------------------------------------------
+*
+* Create a mesh object and name it box
+cmo / create / box /
+*
+* Create boundary surfaces
+surface / surf_xneg / reflect / plane / &
+   domain_xmin   0.0e+0   0.0e+0 / &
+   domain_xmin   0.0e+0  10.0e+3 / &
+   domain_xmin  10.0e+3   0.0e+0
+surface / surf_xpos / reflect / plane / &
+    domain_xmax   0.0e+0   0.0e+0 / &
+    domain_xmax  10.0e+3   0.0e+0 / &
+    domain_xmax   0.0e+0  10.0e+3
+surface / surf_yneg / reflect / plane / &
+     0.0e+0  domain_ymin   0.0e+0 / &
+     0.0e+0  domain_ymin  10.0e+3 / &
+   -10.0e+3  domain_ymin   0.0e+0
+surface / surf_ypos / reflect / plane / &
+     0.0e+0   domain_ymax   0.0e+0 / &
+   -10.0e+3   domain_ymax   0.0e+0 / &
+     0.0e+0   domain_ymax  10.0e+3
+surface / surf_zneg / reflect / plane / &
+     0.0e+0    0.0e+0  domain_zmin / &
+   -10.0e+3    0.0e+0  domain_zmin / &
+     0.0e+0   10.0e+3  domain_zmin
+surface / surf_zpos / reflect / plane / &
+     0.0e+0    0.0e+0    domain_zmax / &
+     0.0e+0   10.0e+3    domain_zmax / &
+   -10.0e+3    0.0e+0    domain_zmax
+*
+* Create fault plane
+surface / surf_fault / intrface / plane / &
+  12.0e+3  0.0     0.0    / &
+  12.0e+3  1.0e+3  0.0    / &
+  12.0e+3  0.0     1.0e+3 /
+* Create material interface
+surface / surf_mantle / intrface / plane / &
+  0.0     0.0     -12.0e+3 / &
+  1.0e+3  0.0     -12.0e+3 / &
+  0.0     1.0e+3  -12.0e+3 /
+
+* ----------------------------------------------------------------------
+* Create regions
+* ----------------------------------------------------------------------
+
+** Elastic on +x side of fault
+region / r_elastic_pos / &
+  le surf_xpos and ge surf_fault  &
+  and le surf_ypos and le surf_yneg  &
+  and le surf_zpos and ge surf_mantle /
+
+** Elastic on -x side of the fault
+region / r_elastic_neg / &
+  le surf_xneg and lt surf_fault  &
+  and le surf_ypos and le surf_yneg  &
+  and le surf_zpos and ge surf_mantle /
+
+** Viscoelastic on +x side of the fault
+region / r_visco_pos / &
+  le surf_xpos and ge surf_fault  &
+  and le surf_ypos and le surf_yneg  &
+  and lt surf_mantle and le surf_zneg /
+
+** Viscoelastic on -x side of the fault
+region / r_visco_neg / &
+  le surf_xneg and lt surf_fault  &
+  and le surf_ypos and le surf_yneg  &
+  and lt surf_mantle and le surf_zneg /
+
+* ----------------------------------------------------------------------
+* Create material regions
+* ----------------------------------------------------------------------
+* Material regions do not include internal interfaces (regions do)
+*
+mregion / mr_elastic_pos / &
+  le surf_xpos and gt surf_fault  &
+  and le surf_ypos and le surf_yneg  &
+  and le surf_zpos and gt surf_mantle /
+mregion / mr_elastic_neg / &
+  le surf_xneg and lt surf_fault  &
+  and le surf_ypos and le surf_yneg  &
+  and le surf_zpos and gt surf_mantle /
+mregion / mr_visco_pos / &
+  le surf_xpos and gt surf_fault  &
+  and le surf_ypos and le surf_yneg  &
+  and lt surf_mantle and le surf_zneg /
+mregion / mr_visco_neg / &
+  le surf_xneg and lt surf_fault  &
+  and le surf_ypos and le surf_yneg  &
+  and lt surf_mantle and le surf_zneg /
+*
+* ----------------------------------------------------------------------
+* CREATE MESH
+* ----------------------------------------------------------------------
+*
+createpts / xyz / nx,ny,1 / &
+  domain_xmin  domain_ymin  domain_zmax / &
+  domain_xmax  domain_ymax  domain_zmax / &
+  1,1,0 /
+pset / rayend / seq / 0,0,0
+*
+
+loop / foreach / iregion / &
+  r_elastic_pos r_elastic_neg r_visco_pos r_visco_neg &
+  / loop_end / &
+  regnpts / iregion / dx / pset,get,rayend / xyz / &
+    0.0e+3  0.0e+3  domain_zmin / &
+    0.0e+3  1.0e+3  domain_zmin / &
+    1.0e+3  0.0e+3  domain_zmin / &
+    0,0
+cmo/setatt//itp/pset,get,rayend/dud
+pset / rayend / delete
+
+* ----------------------------------------------------------------------
+* Remove duplicate points
+* ----------------------------------------------------------------------
+filter / 1,0,0 / 10.0
+rmpoint / compress
+
+* ----------------------------------------------------------------------
+* Set node type and material
+* ----------------------------------------------------------------------
+setpts
+
+* ----------------------------------------------------------------------
+* Connect the points into a Delaunay tetrahedral mesh
+* ----------------------------------------------------------------------
+connect
+
+* ----------------------------------------------------------------------
+* Set elements to tetrahedra
+* ----------------------------------------------------------------------
+settets / geometry
+resetpts/cell_color
+
+* Remove parent/child hierarchy
+resetpts
+rmpoint / compress
+*
+* ----------------------------------------------------------------------
+* MESH QUALITY
+* ----------------------------------------------------------------------
+*
+quality
+*
+* ----------------------------------------------------------------------
+* IDENTIFY GROUPS
+* ----------------------------------------------------------------------
+*
+* Identify nodes on fault surface
+pset / tmp / surface / surf_fault /
+pset / fault / geom / xyz / pset,get,tmp / &
+   domain_xmin -0.001e+3 -16.001e+3 / &
+   domain_xmax 16.001e+3   0.001e+3 /
+pset / tmp / delete
+*
+* Identify nodes on boundaries
+pset / boundary_xneg / surface / surf_xneg /
+pset / boundary_xpos / surface / surf_xpos /
+
+pset / tmp / surface / surf_ypos /
+pset / boundary_ypos / not / tmp, boundary_xneg, boundary_xpos
+pset / tmp / delete
+
+pset / tmp / surface / surf_zneg /
+pset / tmp2 / geom / xyz / pset,get,tmp / &
+  11.999e+3 -0.001e+3 -24.001e+3 / &
+  12.001e+3 24.001e+3 -23.999e+3 /
+pset / boundary_zneg / not / tmp, &
+  boundary_xneg, boundary_xpos, boundary_ypos, tmp2
+pset / tmp / delete
+pset / tmp2 / delete
+
+pset / tmp / surface / surf_yneg /
+pset / boundary_yneg / not / tmp, boundary_xneg, boundary_xpos, &
+  boundary_zneg, fault
+pset / tmp / delete
+
+* ----------------------------------------------------------------------
+finish
+
+* End of file

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_0250m.lagrit
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_0250m.lagrit	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_0250m.lagrit	2007-07-10 22:03:13 UTC (rev 7639)
@@ -0,0 +1,28 @@
+* -*- LaGriT -*-
+*
+* ----------------------------------------------------------------------
+* PARAMETERS CONTROLLING MESH
+* ----------------------------------------------------------------------
+*
+* Mesh size and number of points along x & y
+define / dx / 250.0
+define / nx / 97
+define / ny / 97
+
+* ----------------------------------------------------------------------
+* GENERATE MESH AND MARK BOUNDARIES
+* ----------------------------------------------------------------------
+input / mesh_tet4.lagrit
+
+* ----------------------------------------------------------------------
+* WRITE MESH
+* ----------------------------------------------------------------------
+cmo / setatt / box / ipolydat / no
+dump / gmv / strikeslip_tet4_0250m.gmv / / binary
+pset / -all- / write / strikeslip_tet4_0250m.pset / binary
+
+* ----------------------------------------------------------------------
+finish
+
+* ======================================================================
+* End of file

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_0500m.lagrit
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_0500m.lagrit	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_0500m.lagrit	2007-07-10 22:03:13 UTC (rev 7639)
@@ -0,0 +1,28 @@
+* -*- LaGriT -*-
+*
+* ----------------------------------------------------------------------
+* PARAMETERS CONTROLLING MESH
+* ----------------------------------------------------------------------
+*
+* Mesh size and number of points along x & y
+define / dx / 500.0
+define / nx / 49
+define / ny / 49
+
+* ----------------------------------------------------------------------
+* GENERATE MESH AND MARK BOUNDARIES
+* ----------------------------------------------------------------------
+input / mesh_tet4.lagrit
+
+* ----------------------------------------------------------------------
+* WRITE MESH
+* ----------------------------------------------------------------------
+cmo / setatt / box / ipolydat / no
+dump / gmv / strikeslip_tet4_0500m.gmv / / binary
+pset / -all- / write / strikeslip_tet4_0500m.pset / binary
+
+* ----------------------------------------------------------------------
+finish
+
+* ======================================================================
+* End of file

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_1000m.lagrit
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_1000m.lagrit	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/mesh_tet4_1000m.lagrit	2007-07-10 22:03:13 UTC (rev 7639)
@@ -0,0 +1,28 @@
+* -*- LaGriT -*-
+*
+* ----------------------------------------------------------------------
+* PARAMETERS CONTROLLING MESH
+* ----------------------------------------------------------------------
+*
+* Mesh size and number of points along x & y
+define / dx / 1000.0
+define / nx / 25
+define / ny / 25
+
+* ----------------------------------------------------------------------
+* GENERATE MESH AND MARK BOUNDARIES
+* ----------------------------------------------------------------------
+input / mesh_tet4.lagrit
+
+* ----------------------------------------------------------------------
+* WRITE MESH
+* ----------------------------------------------------------------------
+cmo / setatt / box / ipolydat / no
+dump / gmv / strikeslip_tet4_1000m.gmv / / binary
+pset / -all- / write / strikeslip_tet4_1000m.pset / binary
+
+* ----------------------------------------------------------------------
+finish
+
+* ======================================================================
+* End of file

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/pylithapp.cfg	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/pylithapp.cfg	2007-07-10 22:03:13 UTC (rev 7639)
@@ -10,6 +10,9 @@
 petsc = 1
 solverlinear = 1
 meshiocubit = 1
+meshiolagrit = 1
+gmvfile = 1
+psetfile = 1
 implicitelasticity = 1
 faultcohesivekin = 1
 
@@ -42,34 +45,6 @@
 viscoelastic_neg = pylith.materials.ElasticIsotropic3D
 viscoelastic_pos = pylith.materials.ElasticIsotropic3D
 
-[pylithapp.timedependent.materials.elastic_pos]
-label = Elastic material +x
-db.iohandler.filename = mat_elastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 3
-
-[pylithapp.timedependent.materials.elastic_neg]
-label = Elastic material -x
-db.iohandler.filename = mat_elastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 3
-
-[pylithapp.timedependent.materials.viscoelastic_pos]
-label = Elastic material +x
-db.iohandler.filename = mat_elastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 3
-
-[pylithapp.timedependent.materials.viscoelastic_neg]
-label = Viscoelastic material -x
-db.iohandler.filename = mat_elastic.spatialdb
-quadrature = pylith.feassemble.quadrature.Quadrature3D
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 3
-
 # ----------------------------------------------------------------------
 # boundary conditions
 # ----------------------------------------------------------------------
@@ -106,14 +81,9 @@
 # ----------------------------------------------------------------------
 # faults
 # ----------------------------------------------------------------------
-[pylithapp.timedependent.interfaces]
-fault = pylith.faults.FaultCohesiveKin
-
 [pylithapp.timedependent.interfaces.fault]
 id = 10
 quadrature = pylith.feassemble.quadrature.Quadrature2Din3D
-quadrature.cell = pylith.feassemble.FIATLagrange
-quadrature.cell.dimension = 2
 mat_db.iohandler.filename = mat_elastic.spatialdb
 
 [pylithapp.timedependent.interfaces.fault.eq_src.slip_function]

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_cubit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_cubit.cfg	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_cubit.cfg	2007-07-10 22:03:13 UTC (rev 7639)
@@ -11,16 +11,36 @@
 # materials
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.materials.elastic_pos]
+label = Elastic material +x
 id = 1
+db.iohandler.filename = mat_elastic.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature3D
+quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.elastic_neg]
+label = Elastic material -x
 id = 2
+db.iohandler.filename = mat_elastic.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature3D
+quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.viscoelastic_pos]
+label = Elastic material +x
 id = 3
+db.iohandler.filename = mat_elastic.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature3D
+quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 3
 
 [pylithapp.timedependent.materials.viscoelastic_neg]
+label = Viscoelastic material -x
 id = 4
+db.iohandler.filename = mat_elastic.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature3D
+quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 3
 
 # ----------------------------------------------------------------------
 # boundary conditions
@@ -45,3 +65,5 @@
 # ----------------------------------------------------------------------
 [pylithapp.timedependent.interfaces.fault]
 label = 10
+quadrature.cell = pylith.feassemble.FIATLagrange
+quadrature.cell.dimension = 2

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_lagrit.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_lagrit.cfg	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_lagrit.cfg	2007-07-10 22:03:13 UTC (rev 7639)
@@ -0,0 +1,69 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator]
+importer = pylith.meshio.MeshIOLagrit
+
+# ----------------------------------------------------------------------
+# materials
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.materials.elastic_pos]
+label = Elastic material +x
+id = 1
+db.iohandler.filename = mat_elastic.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature3D
+quadrature.cell = pylith.feassemble.FIATSimplex
+quadrature.cell.shape = tetrahedron
+
+[pylithapp.timedependent.materials.elastic_neg]
+label = Elastic material -x
+id = 2
+db.iohandler.filename = mat_elastic.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature3D
+quadrature.cell = pylith.feassemble.FIATSimplex
+quadrature.cell.shape = tetrahedron
+
+[pylithapp.timedependent.materials.viscoelastic_pos]
+label = Elastic material +x
+id = 3
+db.iohandler.filename = mat_elastic.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature3D
+quadrature.cell = pylith.feassemble.FIATSimplex
+quadrature.cell.shape = tetrahedron
+
+[pylithapp.timedependent.materials.viscoelastic_neg]
+label = Viscoelastic material -x
+id = 4
+db.iohandler.filename = mat_elastic.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature3D
+quadrature.cell = pylith.feassemble.FIATSimplex
+quadrature.cell.shape = tetrahedron
+
+# ----------------------------------------------------------------------
+# boundary conditions
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.bc.y_neg]
+label = boundary_yneg
+
+[pylithapp.timedependent.bc.x_pos]
+label = boundary_xpos
+
+[pylithapp.timedependent.bc.x_neg]
+label = boundary_xneg
+
+[pylithapp.timedependent.bc.y_pos]
+label = boundary_ypos
+
+[pylithapp.timedependent.bc.z_neg]
+label = boundary_zneg
+
+# ----------------------------------------------------------------------
+# faults
+# ----------------------------------------------------------------------
+[pylithapp.timedependent.interfaces.fault]
+label = fault
+quadrature.cell = pylith.feassemble.FIATSimplex
+quadrature.cell.shape = triangle

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.cfg	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.cfg	2007-07-10 22:03:13 UTC (rev 7639)
@@ -0,0 +1,15 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator.importer]
+filename_gmv = strikeslip_tet4_0250m.gmv
+filename_pset = strikeslip_tet4_0250m.pset
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.output]
+filename = strikeslip_tet4_0250m.vtk

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.gmv.gz
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.gmv.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.pset.gz
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0250m.pset.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.cfg	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.cfg	2007-07-10 22:03:13 UTC (rev 7639)
@@ -0,0 +1,15 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator.importer]
+filename_gmv = strikeslip_tet4_0500m.gmv
+filename_pset = strikeslip_tet4_0500m.pset
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.output]
+filename = strikeslip_tet4_0500m.vtk

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.gmv.gz
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.gmv.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.pset.gz
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_0500m.pset.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.cfg	2007-07-10 20:19:08 UTC (rev 7638)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.cfg	2007-07-10 22:03:13 UTC (rev 7639)
@@ -0,0 +1,15 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator.importer]
+filename_gmv = strikeslip_tet4_1000m.gmv
+filename_pset = strikeslip_tet4_1000m.pset
+
+# ----------------------------------------------------------------------
+# output
+# ----------------------------------------------------------------------
+[pylithapp.problem.formulation.output.output]
+filename = strikeslip_tet4_1000m.vtk

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.gmv.gz
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.gmv.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.pset.gz
===================================================================
(Binary files differ)


Property changes on: short/3D/PyLith/benchmarks/trunk/quasistatic/strikeslipnog/strikeslip_tet4_1000m.pset.gz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream



More information about the cig-commits mailing list