20#ifndef OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
21#define OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
23#include <opm/simulators/linalg/PropertyTree.hpp>
30struct FlowLinearSolverParameters;
33 bool linearSolverMaxIterSet,
34 bool linearSolverReductionSet);
36PropertyTree setupCPRW(
const std::string& conf,
const FlowLinearSolverParameters& p);
37PropertyTree setupCPR(
const std::string& conf,
const FlowLinearSolverParameters& p);
38PropertyTree setupAMG(
const std::string& conf,
const FlowLinearSolverParameters& p);
39PropertyTree setupILU(
const std::string& conf,
const FlowLinearSolverParameters& p);
40PropertyTree setupDILU(
const std::string& conf,
const FlowLinearSolverParameters& p);
41PropertyTree setupUMFPack(
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 linearSolverReductionSet)
Set up a property tree intended for FlexibleSolver by either reading the tree from a JSON file or cre...
Definition setupPropertyTree.cpp:40