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

[properties][cleanup] Remove property LinearSolver

parent a7dd173f
No related branches found
No related tags found
1 merge request!3984[properties][cleanup] Remove property LinearSolver
Pipeline #55699 passed
+3
...@@ -17,6 +17,9 @@ C++20 mode is enforced through CMake. ...@@ -17,6 +17,9 @@ C++20 mode is enforced through CMake.
- __Multidomain boundary__: Added the coupling condition and a test case for free-flow pore network single-phase composional non/isothermal flow. - __Multidomain boundary__: Added the coupling condition and a test case for free-flow pore network single-phase composional non/isothermal flow.
### Immediate interface changes not allowing/requiring a deprecation period: ### Immediate interface changes not allowing/requiring a deprecation period:
-__Property LinearSolver__: Property `LinearSolver` has been removed. It was not used in Dumux and
only a left-over from old IMPES-style models. The linear solver type is chosen in the main file and
idenpendently of the property system.
- __Property DefaultModelParameters__: Has been removed without replacement. Introduced in 3.0, we are not aware of any use case so far. If you have used this feature, please get in touch with us. This feature can easily be realized by a simple traits mechanism. - __Property DefaultModelParameters__: Has been removed without replacement. Introduced in 3.0, we are not aware of any use case so far. If you have used this feature, please get in touch with us. This feature can easily be realized by a simple traits mechanism.
......
...@@ -45,9 +45,6 @@ DUMUX_DEFINE_PROPERTY(SolutionVector) //!< Vector containing all primary ...@@ -45,9 +45,6 @@ DUMUX_DEFINE_PROPERTY(SolutionVector) //!< Vector containing all primary
//! from the BaseLocalResidual property and fulfill its interfaces. //! from the BaseLocalResidual property and fulfill its interfaces.
DUMUX_DEFINE_PROPERTY(LocalResidual) DUMUX_DEFINE_PROPERTY(LocalResidual)
//! TODO: Remove this property as soon as the decoupled models are integrated
DUMUX_DEFINE_PROPERTY(LinearSolver)
//////////////////////////////////////////////// ////////////////////////////////////////////////
// Basic properties regarding balance equations // Basic properties regarding balance equations
///////////////////////////////////////////////// /////////////////////////////////////////////////
......
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