This directory contains a set of 3 elastic plane strain example problems. All problems share the same mesh and material properties, with the only differences being in the boundary conditions. The mesh consists of two quadrilaterals forming a rectangular mesh. The information describing the examples may be divided into four groups: 1. Global mesh information: described in file twoquad4.mesh 2. Parameter settings common to all examples: described in file pylithapp.cfg. 3. Material properties common to all examples: described in the database file matprops.cfg. 4. Example-specific parameters and boundary condition specifications. The examples and associated files are: 1. axialdisp: Axial displacements are applied to the left and right edges of the mesh. a. axialdisp.cfg: Parameter settings for this problem. b. axialdisp.spatialdb: Boundary condition database for this problem. 2. sheardisp: The left and right edges of the mesh are pinned in the x-direction. The left edge has a negative y-displacement, while the right edge has a positive y-displacement. a. sheardisp.cfg: Parameter settings for this problem. b. sheardisp.spatialdb: Boundary condition database for this problem. 3. dislocation: Fault displacements are applied between the two elements, while the left and right edges are fixed in x and y. a. dislocation.cfg: Parameter settings for this problem. b. dislocation.spatialdb: Boundary condition database for this problem. c. dislocation_disp.spatialdb: Fault slip database for this problem. d. dislocation_sliprate.spatialdb: Fault slip rate database for this problem. e. dislocation_sliptime.spatialdb: Fault slip time database for this problem. All of the files are documented. The 'pylithapp.cfg' file is read automatically when running PyLith. To add to or override these settings, you may place an additional .cfg file on the command line. To run the examples, you can type: pylith axialdisp.cfg pylith sheardisp.cfg pylith dislocation.cfg Each of these commands will produce a corresponding VTK file, which may be viewed with visualization packages such as ParaView or Mayavi. The jpeg files in this directory show results for the different examples visualized using ParaView.