20 #ifndef OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
21 #define OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
23 #include <opm/simulators/linalg/PropertyTree.hpp>
30 struct FlowLinearSolverParameters;
33 bool LinearSolverMaxIterSet,
34 bool CprMaxEllIterSet);
36 PropertyTree setupCPRW(
const std::string& conf,
const FlowLinearSolverParameters& p);
37 PropertyTree setupCPR(
const std::string& conf,
const FlowLinearSolverParameters& p);
38 PropertyTree setupAMG(
const std::string& conf,
const FlowLinearSolverParameters& p);
39 PropertyTree setupILU(
const std::string& conf,
const FlowLinearSolverParameters& p);
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: BlackoilPhases.hpp:27
PropertyTree setupPropertyTree(FlowLinearSolverParameters p, bool LinearSolverMaxIterSet, bool CprMaxEllIterSet)
Set up a property tree intended for FlexibleSolver by either reading the tree from a JSON file or cre...
Definition: setupPropertyTree.cpp:40