-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'baagaard/example-3d-subduction'
* baagaard/example-3d-subduction: (216 commits) Fix typo in Makefile.am. Updated list of changes. Fix EAR grant number. Improve color scheme. Updated code listings. Update code listings. Updates code listings. Updated code listings. Update code listings. Improve display of code listings. Add note on useful values for time step parameter in ParaView Python scripts. Add comments on why we need to move files to/from the Docker container. Added info on CUBIT/Trelis at beginning of examples. Updated script to use vectors rather than scalar components. Added tip on using trace for ParaView Python scripts. Convert slip inversion from using PETSc to PyLith Xdmf generator. Updated list of changes for v2.2.1. Updated list of changes for v2.2.1. Added overview of examples. Set version number to 2.2.1 (remove rc1). ...
- Loading branch information
Showing
187 changed files
with
13,398 additions
and
828 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[submodule "m4"] | ||
path = m4 | ||
url = git://github.com/geodynamics/autoconf_cig.git | ||
url = https://github.com/geodynamics/autoconf_cig.git | ||
[submodule "templates/materials/m4"] | ||
path = templates/materials/m4 | ||
url = git://github.com/geodynamics/autoconf_cig.git | ||
url = https://github.com/geodynamics/autoconf_cig.git | ||
[submodule "templates/friction/m4"] | ||
path = templates/friction/m4 | ||
url = git://github.com/geodynamics/autoconf_cig.git | ||
url = https://github.com/geodynamics/autoconf_cig.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
#!/bin/bash | ||
|
||
for suffix in .cc .icc .hh .c .h .am .py .i .jou .odb .ac .in .dat .sh; do | ||
for suffix in .cc .icc .hh .c .h .am .py .i .jou .odb .ac .in .dat; do | ||
for f in `find . -name "*$suffix"` aclocal.m4 COPYING ; do | ||
sed -e "s/Copyright (c) 2010-2015 University of California, Davis/Copyright (c) 2010-2017 University of California, Davis/g" $f > tmp && mv -f tmp $f | ||
sed -e "s/Copyright (c) 2010-2016 University of California, Davis/Copyright (c) 2010-2017 University of California, Davis/g" $f > tmp && mv -f tmp $f | ||
sed -e "s/Copyright (c) 2010-2017 University of California, Davis/Copyright (c) 2010-2017 University of California, Davis/g" $f > tmp && mv -f tmp $f | ||
sed -e "s/Copyright (c) 2010-2017 University of California, Davis/Copyright (c) 2010-2017 University of California, Davis/g" $f > tmp && mv -f tmp $f | ||
sed -e "s/Copyright (c) 2010-2017 University of California, Davis/Copyright (c) 2010-2017 University of California, Davis/g" $f > tmp && mv -f tmp $f | ||
sed -e "s/Matthew G. Knepley, University of Chicago/Matthew G. Knepley, Rice University/g" $f > tmp && mv -f tmp $f | ||
done | ||
done |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
Greetings, | ||
|
||
I am pleased to announce the release of PyLith 2.2.1, a finite-element | ||
code designed to solve dynamic elastic problems and quasi-static | ||
viscoelastic problems in tectonic deformation. | ||
|
||
This release provides a few new examples and bugfixes. | ||
|
||
You can download the source code and binaries from | ||
|
||
http://geodynamics.org/cig/software/pylith | ||
|
||
Detailed installation instructions for the binary packages are in the | ||
User Manual with detailed building instructions for a few platforms in | ||
the INSTALL file bundled with the PyLith Installer utility. We also | ||
offer a Docker image | ||
(https://wiki.geodynamics.org/software:pylith:docker) for running | ||
PyLith within a portable, virtual Linux environment. | ||
|
||
====================================================================== | ||
MIGRATING FROM VERSION 2.1 TO 2.2 | ||
====================================================================== | ||
|
||
No changes are needed to parameter or other input files. The default | ||
format for pylithinfo output is now JSON. | ||
|
||
====================================================================== | ||
RELEASE NOTES | ||
====================================================================== | ||
|
||
* Added new examples. | ||
|
||
- examples/3d/subduction: New suite of examples for a 3-D | ||
subduction zone. This intermediate level suite of examples | ||
illustrates a wide range of PyLith features for quasi-static simulations. | ||
|
||
- examples/2d/subduction: Added quasi-static spontaneous rupture | ||
earthquake cycle examples (Steps 5 and 6) for slip-weakening and | ||
rate- and state-friction. | ||
|
||
- These new examples make use of ParaView Python scripts to | ||
facilitate using ParaView with PyLith. | ||
|
||
* Improved the PyLith manual | ||
|
||
- Added diagram to guide users on which installation method best | ||
meets their needs. | ||
|
||
- Added instructions for how to use the Windows Subsystem for | ||
Linux to install the PyLith Linux binary on systems running | ||
Windows 10. | ||
|
||
* Fixed bug in generating Xdmf files for 2-D vector output. Converted | ||
Xdmf generator from C++ to Python for more robust generation of Xdmf | ||
files from Python scripts. | ||
|
||
* Updated spatialdata to v1.9.10. Improved error messages when reading | ||
SimpleDB and SimpleGridDB files. | ||
|
||
* Updated PyLith parameter viewer to v1.1.0. Application and | ||
documentation are now available on line at | ||
https://geodynamics.github.io/pylith_parameters. Small fix to insure | ||
hierarchy path listed matches the one for PyLith. | ||
|
||
* Updated PETSc to v3.7.6. See the PETSc documentation for a summary | ||
of all of the changes. | ||
|
||
* Switched to using CentOS 6.9 for Linux binary builds to insure | ||
compatibility with glibc 2.12 and later. | ||
|
||
See CHANGES in the top-level source directory for a list of changes | ||
for each prior release. |
Oops, something went wrong.