changed: put MILU in separate compile unit

This commit is contained in:
Arne Morten Kvarving
2022-08-16 10:45:32 +02:00
parent 874e4f818c
commit a32a32649d
9 changed files with 440 additions and 312 deletions

View File

@@ -20,7 +20,6 @@
#ifndef OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
#define OPM_SETUPPROPERTYTREE_HEADER_INCLUDED
#include <opm/simulators/linalg/FlowLinearSolverParameters.hpp>
#include <opm/simulators/linalg/PropertyTree.hpp>
#include <string>
@@ -28,6 +27,8 @@
namespace Opm
{
class FlowLinearSolverParameters;
PropertyTree setupPropertyTree(FlowLinearSolverParameters p,
bool LinearSolverMaxIterSet,
bool CprMaxEllIterSet);