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

willic3 at geodynamics.org willic3 at geodynamics.org
Thu Jun 21 13:22:45 PDT 2007


Author: willic3
Date: 2007-06-21 13:22:45 -0700 (Thu, 21 Jun 2007)
New Revision: 7349

Added:
   short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg
Removed:
   short/3D/PyLith/trunk/examples/twocells/twotri3/implicit.cfg
Log:
Moved this, since I am now planning to have axial and shear displacement
examples as well as a fault example.



Copied: short/3D/PyLith/trunk/examples/twocells/twotri3/axialdisp.cfg (from rev 7348, short/3D/PyLith/trunk/examples/twocells/twotri3/implicit.cfg)

Deleted: short/3D/PyLith/trunk/examples/twocells/twotri3/implicit.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/twocells/twotri3/implicit.cfg	2007-06-21 20:21:22 UTC (rev 7348)
+++ short/3D/PyLith/trunk/examples/twocells/twotri3/implicit.cfg	2007-06-21 20:22:45 UTC (rev 7349)
@@ -1,49 +0,0 @@
-# -*- Python -*-
-
-# The settings in this file (implicit.cfg) will be read if it is
-# specified on the command line:
-# 'pylith implicit.cfg'
-
-# If this file is given, the settings in this file will override all
-# others except for parameters specified directly on the command line.
-
-# These setting define an implicit problem with Dirichlet (displacement)
-# boundary conditions.
-
-[pylithapp]
-
-# ----------------------------------------------------------------------
-# problem
-# Specify the problem settings.
-# This is a time-dependent problem so we use that facility.
-# ----------------------------------------------------------------------
-[pylithapp.timedependent]
-
-# We want an implicit formulation.
-formulation = pylith.problems.Implicit
-
-# This is a container for a boundary condition specified at a point.
-bc = pylith.bc.BCSingle
-
-# ----------------------------------------------------------------------
-# boundary conditions
-# Provide information on the boundary conditions.
-# ----------------------------------------------------------------------
-[pylithapp.timedependent.bc.bc]
-
-# We are fixing the 0 (x) and 1 (y) degrees of freedom.
-fixed_dof = [0, 1]
-
-# Give an ID of 10 to this boundary condition.
-id = 10
-
-# The nodes associated with this boundary condition have the name
-# 'end points' in the mesh file.
-label = end points
-
-# We are assigning the label 'Dirichlet BC' to the database.
-db.label = Dirichlet BC
-
-# The name of the file containing the spatial database for the BC
-# specification.
-db.iohandler.filename = dispbc.spatialdb



More information about the cig-commits mailing list