You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Previously, the tracer physics used the current time tracer gradient to compute the DCDD stabilization. Using the previous time gradient instead allows to reduce the number of non-linear iterations while still converging to proper solutions.
Testing
All tests still pass.
Documentation
Not applicable.
Former-commit-id: c2c8cfd
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
11
11
12
12
### Changed
13
13
14
+
- MINOR The tracer gradient used for DCDD stabilization calculations is now from the previous solution, which reduces the number of non-linear iterations. [#1293](https://github.com/chaos-polymtl/lethe/pull/1293)
15
+
16
+
## [Master] - 2024-09-25
17
+
18
+
### Changed
19
+
14
20
- MINOR Remove the GIFs from the repository to reduce its size. [#1289](https://github.com/chaos-polymtl/lethe/pull/1289)
0 commit comments