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

brad at geodynamics.org brad at geodynamics.org
Fri May 18 10:43:29 PDT 2007


Author: brad
Date: 2007-05-18 10:43:21 -0700 (Fri, 18 May 2007)
New Revision: 6923

Modified:
   short/3D/PyLith/trunk/examples/twotri3/implicit.cfg
   short/3D/PyLith/trunk/examples/twotri3/pylithapp.cfg
Log:
Fixed implicit settings.

Modified: short/3D/PyLith/trunk/examples/twotri3/implicit.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twotri3/implicit.cfg	2007-05-18 16:55:48 UTC (rev 6922)
+++ short/3D/PyLith/trunk/examples/twotri3/implicit.cfg	2007-05-18 17:43:21 UTC (rev 6923)
@@ -2,51 +2,7 @@
 [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
+formulation = pylith.problems.Implicit

Modified: short/3D/PyLith/trunk/examples/twotri3/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twotri3/pylithapp.cfg	2007-05-18 16:55:48 UTC (rev 6922)
+++ short/3D/PyLith/trunk/examples/twotri3/pylithapp.cfg	2007-05-18 17:43:21 UTC (rev 6923)
@@ -15,11 +15,6 @@
 fiatsimplex = 1
 
 # ----------------------------------------------------------------------
-# launcher
-# ----------------------------------------------------------------------
-#launcher.command = mpiexec
-
-# ----------------------------------------------------------------------
 # mesh_generator
 # ----------------------------------------------------------------------
 [pylithapp.mesh_generator]



More information about the cig-commits mailing list