diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bf8f7c3d973404970efba5e521617380d2a1883..6524802e0a6dc605a30c9910d4ade2f041f2c71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ C++20 mode is enforced through CMake. - __Multidomain boundary__: A init function was added to coupling managers of free-flow porenetwork as well as free-flow porousmedium to allow for transient problems. - __Nonlinear least squares__: Added a nonlinear least squares solver (in `nonlinear/leastsquares.hh`) that can be used to for example fit a curve to data points. The fitting function is general and can be, for example, a whole PDE solver. The solver is based on a Levenberg-Marquardt algorithm. - __Multidomain boundary__: Added the coupling condition and a test case for free-flow pore network single-phase composional non/isothermal flow. +- __Geomechanics__: is split into solidmechanics and poromechanics. The geomechanics folder is now deprecated and will be removed after releases 3.10. ### Immediate interface changes not allowing/requiring a deprecation period: -__Property LinearSolver__: Property `LinearSolver` has been removed. It was not used in Dumux and