mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change default CPR preconditioner recreation behaviour.
This commit is contained in:
parent
3832b02367
commit
ba734bc9ad
@ -180,11 +180,11 @@ struct ScaleLinearSystem<TypeTag, TTag::FlowIstlSolverParams> {
|
|||||||
};
|
};
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct CprReuseSetup<TypeTag, TTag::FlowIstlSolverParams> {
|
struct CprReuseSetup<TypeTag, TTag::FlowIstlSolverParams> {
|
||||||
static constexpr int value = 3;
|
static constexpr int value = 4;
|
||||||
};
|
};
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct CprReuseInterval<TypeTag, TTag::FlowIstlSolverParams> {
|
struct CprReuseInterval<TypeTag, TTag::FlowIstlSolverParams> {
|
||||||
static constexpr int value = 10;
|
static constexpr int value = 30;
|
||||||
};
|
};
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct LinearSolver<TypeTag, TTag::FlowIstlSolverParams> {
|
struct LinearSolver<TypeTag, TTag::FlowIstlSolverParams> {
|
||||||
|
Loading…
Reference in New Issue
Block a user