20#ifndef OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
21#define OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
23#include <opm/simulators/linalg/PropertyTree.hpp>
33 bool linearSolverMaxIterSet,
34 bool linearSolverReductionSet);
Hierarchical collection of key/value pairs.
Definition PropertyTree.hpp:39
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilbioeffectsmodules.hh:43
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:182
This class carries all parameters for the NewtonIterationBlackoilInterleaved class.
Definition FlowLinearSolverParameters.hpp:98