Skip to content

Commit 872c0a2

Browse files
committed
Merge branch 'baagaard/update-packaging-v2.1.2'
* baagaard/update-packaging-v2.1.2: (29 commits) Added comment on new command. Turn on error in not converged for 2d/gravity and 2d/subduction. Small fix to script rewrite in packager. Flip path replacement in packager. Update copyright in pylith*.in files. Adjust rewriting of scripts for Jenkins (different absolute path). Added setup_cwd.sh for testing binary builds. Updated mode (+x). Updated PETSc version info. Updated to PETSc 3.7.2. Updated spatialdata version requirement. Updated version number and user manual authors in preface. Updated mode (+x). Updated copyright (after merge). Fixed typo in examples/2d/gravity/README. Updated mode (+x). Updated mode. Updated copyright to 2016. Increment version number in configure. Cleanup of some copyright dates. ...
2 parents a4a5c59 + 136e239 commit 872c0a2

File tree

2,091 files changed

+2348
-18301
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,091 files changed

+2348
-18301
lines changed

CHANGES

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,51 @@ MIGRATING FROM VERSION 2.0 TO 2.1
99
The points file for OutputSolnPoints must now contain station names as
1010
the first column.
1111

12+
----------------------------------------------------------------------
13+
Version 2.1.2
14+
----------------------------------------------------------------------
15+
16+
* Bugfixes for finite-strain formulation.
17+
18+
+ Added output of the Cauchy stresses (cauchy_stress). The second
19+
Piola-Kirchoff stresses are output via the stress field.
20+
21+
+ Material properties and state variables were not retrieved
22+
properly when updating state variables.
23+
24+
* Bugfixes for setting initial stress and state variables for
25+
viscoelastic materials. The deviatoric stress state is carried
26+
forward using the state variables, so the initial deviatoric stress
27+
should not be considered when computing the stresses.
28+
29+
* Created new examples showing how to use gravity, initial stress, and
30+
finite-strain in 2-D (examples/2d/gravity).
31+
32+
* Reintroduced check (that had been inadvertently removed in v2.x) for
33+
ambiguous description of fault surface based on groups of vertices
34+
defining faces of cells.
35+
36+
* Flush the output of the progress monitor so progress reports are
37+
updated promptly.
38+
39+
* Updates to the user manual.
40+
41+
+ Added section on the debugging examples covered in recent
42+
tutorials.
43+
44+
+ Added tables describing the spatial database values for each
45+
material.
46+
47+
+ Included a more complete discussion of the finite-strain
48+
formulation.
49+
50+
* PETSc
51+
52+
+ Updated to PETSc v3.7.2 (knepley/pylith branch).
53+
54+
+ Fixed Trilinos/ML configuration and code so that it can be built
55+
without a Fortran compiler.
56+
1257
----------------------------------------------------------------------
1358
Version 2.1.0
1459
----------------------------------------------------------------------

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2010-2015 University of California, Davis
1+
Copyright (c) 2010-2016 University of California, Davis
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This code was developed as part of the Computational Infrastructure
1010
# for Geodynamics (http://geodynamics.org).
1111
#
12-
# Copyright (c) 2010-2015 University of California, Davis
12+
# Copyright (c) 2010-2016 University of California, Davis
1313
#
1414
# See COPYING for license information.
1515
#

applications/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This code was developed as part of the Computational Infrastructure
1010
# for Geodynamics (http://geodynamics.org).
1111
#
12-
# Copyright (c) 2010-2015 University of California, Davis
12+
# Copyright (c) 2010-2016 University of California, Davis
1313
#
1414
# See COPYING for license information.
1515
#

applications/pylith.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This code was developed as part of the Computational Infrastructure
1111
# for Geodynamics (http://geodynamics.org).
1212
#
13-
# Copyright (c) 2010-2012 University of California, Davis
13+
# Copyright (c) 2010-2016 University of California, Davis
1414
#
1515
# See COPYING for license information.
1616
#

applications/utilities/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This code was developed as part of the Computational Infrastructure
1010
# for Geodynamics (http://geodynamics.org).
1111
#
12-
# Copyright (c) 2010-2015 University of California, Davis
12+
# Copyright (c) 2010-2016 University of California, Davis
1313
#
1414
# See COPYING for license information.
1515
#

applications/utilities/powerlaw_gendb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# This code was developed as part of the Computational Infrastructure
1010
# for Geodynamics (http://geodynamics.org).
1111
#
12-
# Copyright (c) 2010-2015 University of California, Davis
12+
# Copyright (c) 2010-2016 University of California, Davis
1313
#
1414
# See COPYING for license information.
1515
#

applications/utilities/pylith_eqinfo.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This code was developed as part of the Computational Infrastructure
1111
# for Geodynamics (http://geodynamics.org).
1212
#
13-
# Copyright (c) 2010-2012 University of California, Davis
13+
# Copyright (c) 2010-2016 University of California, Davis
1414
#
1515
# See COPYING for license information.
1616
#

applications/utilities/pylith_genxdmf.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This code was developed as part of the Computational Infrastructure
1111
# for Geodynamics (http://geodynamics.org).
1212
#
13-
# Copyright (c) 2010-2012 University of California, Davis
13+
# Copyright (c) 2010-2016 University of California, Davis
1414
#
1515
# See COPYING for license information.
1616
#

applications/utilities/pylithinfo.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# This code was developed as part of the Computational Infrastructure
1111
# for Geodynamics (http://geodynamics.org).
1212
#
13-
# Copyright (c) 2010-2012 University of California, Davis
13+
# Copyright (c) 2010-2016 University of California, Davis
1414
#
1515
# See COPYING for license information.
1616
#

0 commit comments

Comments
 (0)