forked from geodynamics/aspect
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d483c1
commit 2926d24
Showing
1 changed file
with
10 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Changed: The implementation of visco-elasticity and | ||
visco-elasto-plasticity has been updated to properly | ||
track stresses over time. This means that iterative | ||
advection schemes need to be used, as well as the DG | ||
method for compositions. For fields, operator splitting | ||
has to be switched on, while in the case of particles, | ||
the particle property 'elastic stress' takes care of | ||
the stress update. | ||
<br> | ||
(Anne Glerum, Robert Myhill, Rene Gassmoeller, Juliane Dannberg, John Naliboff, Gerry Puckett, Esther Heckenbach 2023/12/04) |