[cig-commits] r6921 - short/3D/PyLith/trunk/examples/twotri3

willic3 at geodynamics.org willic3 at geodynamics.org
Fri May 18 08:58:02 PDT 2007


Author: willic3
Date: 2007-05-18 08:58:01 -0700 (Fri, 18 May 2007)
New Revision: 6921

Added:
   short/3D/PyLith/trunk/examples/twotri3/implicit.cfg
Log:
Example testing Implicit formulation.



Added: short/3D/PyLith/trunk/examples/twotri3/implicit.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twotri3/implicit.cfg	2007-05-18 15:55:56 UTC (rev 6920)
+++ short/3D/PyLith/trunk/examples/twotri3/implicit.cfg	2007-05-18 15:58:01 UTC (rev 6921)
@@ -0,0 +1,52 @@
+# -*- Python -*-
+[pylithapp]
+
+# ----------------------------------------------------------------------
+# journal
+# ----------------------------------------------------------------------
+[pylithapp.journal.info]
+eqdeformation = 1
+implicit = 1
+petsc = 1
+meshioascii = 1
+homogeneous = 1
+implicitelasticity = 1
+quadrature2d = 1
+fiatsimplex = 1
+
+# ----------------------------------------------------------------------
+# launcher
+# ----------------------------------------------------------------------
+#launcher.command = mpiexec
+
+# ----------------------------------------------------------------------
+# mesh_generator
+# ----------------------------------------------------------------------
+[pylithapp.mesh_generator]
+debug = 1
+
+[pylithapp.mesh_generator.importer]
+filename = twotri3.mesh
+coordsys.space_dim = 2
+
+# ----------------------------------------------------------------------
+# problem
+# ----------------------------------------------------------------------
+[pylithapp.eqdeformation]
+total_time = 1.0*s
+default_dt = 1.0*s
+dimension = 2
+formulation = implicit
+
+# ----------------------------------------------------------------------
+# materials
+# ----------------------------------------------------------------------
+[pylithapp.eqdeformation.materials]
+material = pylith.materials.ElasticPlaneStrain
+
+[pylithapp.eqdeformation.materials.material]
+label = elastic material
+id = 1
+db.iohandler.filename = matprops.spatialdb
+quadrature = pylith.feassemble.quadrature.Quadrature2D
+quadrature.cell.shape = triangle



More information about the cig-commits mailing list