Skip to content
Snippets Groups Projects
Commit 9e0760e5 authored by Timo Koch's avatar Timo Koch
Browse files

[changelog] Add entry on AMGBackend

parent 3637c79c
No related branches found
No related tags found
1 merge request!1850Restructure linearsolver parallel
...@@ -15,10 +15,13 @@ Differences Between DuMuX 3.2 and DuMuX 3.1 ...@@ -15,10 +15,13 @@ Differences Between DuMuX 3.2 and DuMuX 3.1
- Remove `Grid.HeapSize` as dune-ugrid removed the according feature as well. - Remove `Grid.HeapSize` as dune-ugrid removed the according feature as well.
- __Van Genuchten__: Corrected VanGenuchten-Mualem exponent in the non-wetting saturation formula (`1/3` instead of `1/2` (or `l`, see above)) - __Van Genuchten__: Corrected VanGenuchten-Mualem exponent in the non-wetting saturation formula (`1/3` instead of `1/2` (or `l`, see above))
- __Van Genuchten__: Corrected VanGenuchten-Mualem implementation of `dkrn/dSw` - __Van Genuchten__: Corrected VanGenuchten-Mualem implementation of `dkrn/dSw`
- __AMGBackend__: The internal structure of the AMGBackend and the ParallelISTLHelper has been overhauled, as only used by the AMG, we did not make the changes backwards-compatible
### Deprecated properties, to be removed after 3.2: ### Deprecated properties, to be removed after 3.2:
### Deprecated classes/files, to be removed after 3.2: ### Deprecated classes/files, to be removed after 3.2:
- __AMGBackend__: The class AMGBackend is deprecated and has been replaced by AMGBiCGSTABBackend which gets some different template arguments
- __AMGTraits__: AMGTraits are deprecated, are to be replaced by LinearSolverTraits and restructured internally. As they were only used by the AMGBackend, we did not make the internal changes backwards-compatible
### Deprecated member functions, to be removed after 3.2: ### Deprecated member functions, to be removed after 3.2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment