Merge pull request #5150 from akva2/istlsolver_drop_ebos

ISTLSolverEbos: rename to ISTLSolver
This commit is contained in:
Bård Skaflestad
2024-02-01 17:43:34 +01:00
committed by GitHub
9 changed files with 36 additions and 33 deletions

View File

@@ -66,7 +66,7 @@ namespace Opm::Properties {
template<>
struct LinearSolverBackend<TTag::TestRestartTypeTag, TTag::FlowIstlSolverParams> {
using type = ISTLSolverEbos<TTag::TestRestartTypeTag>;
using type = ISTLSolver<TTag::TestRestartTypeTag>;
};
}