20#ifndef OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
21#define OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
23#include <opm/simulators/linalg/PropertyTree.hpp>
30struct FlowLinearSolverParameters;
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 blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
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