mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Cleanup FullyImplicitSolver.
This commit is contained in:
parent
2e7e6c6344
commit
2a967a321c
@ -21,27 +21,14 @@
|
||||
#ifndef OPM_FULLYIMPLICITSOLVER_HEADER_INCLUDED
|
||||
#define OPM_FULLYIMPLICITSOLVER_HEADER_INCLUDED
|
||||
|
||||
// #include <cassert>
|
||||
|
||||
#include <opm/autodiff/AutoDiffBlock.hpp>
|
||||
// #include <opm/autodiff/AutoDiffHelpers.hpp>
|
||||
// #include <opm/autodiff/BlackoilPropsAdInterface.hpp>
|
||||
// #include <opm/autodiff/LinearisedBlackoilResidual.hpp>
|
||||
// #include <opm/autodiff/NewtonIterationBlackoilInterface.hpp>
|
||||
|
||||
// #include <array>
|
||||
|
||||
// struct UnstructuredGrid;
|
||||
// struct Wells;
|
||||
#include <opm/autodiff/NewtonRelaxation.hpp>
|
||||
#include <opm/core/utility/parameters/ParameterGroup.hpp>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
namespace parameter { class ParameterGroup; }
|
||||
// class DerivedGeology;
|
||||
// class RockCompressibility;
|
||||
// class NewtonIterationBlackoilInterface;
|
||||
|
||||
/// A fully implicit solver suitable for general models.
|
||||
/// A fully implicit solver class suitable for general models.
|
||||
template <class PhysicalModel>
|
||||
class FullyImplicitSolver
|
||||
{
|
||||
|
@ -24,7 +24,6 @@
|
||||
#define OPM_FULLYIMPLICITSOLVER_IMPL_HEADER_INCLUDED
|
||||
|
||||
#include <opm/autodiff/FullyImplicitSolver.hpp>
|
||||
#include <opm/core/utility/parameters/ParameterGroup.hpp>
|
||||
|
||||
namespace Opm
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user