mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Default to trueimpes as this seems slightly faster for Norne.
This commit is contained in:
@@ -59,7 +59,7 @@ setupPropertyTree(const FlowLinearSolverParameters& p)
|
||||
// Support old UseCpr if not configuration was set
|
||||
if (!EWOMS_PARAM_IS_SET(TypeTag, std::string, LinearSolverConfiguration) && p.use_cpr_)
|
||||
{
|
||||
conf = "cpr_quasiimpes";
|
||||
conf = "cpr_trueimpes";
|
||||
}
|
||||
|
||||
if((conf == "cpr_trueimpes") || (conf == "cpr_quasiimpes")){
|
||||
|
||||
Reference in New Issue
Block a user