mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
improve encapsulation
This commit is contained in:
parent
9ce8d1ceca
commit
0e2f7649e2
@ -27,6 +27,8 @@
|
|||||||
|
|
||||||
#include <opm/simulators/linalg/bda/rocalutionSolverBackend.hpp>
|
#include <opm/simulators/linalg/bda/rocalutionSolverBackend.hpp>
|
||||||
|
|
||||||
|
#include <rocalution.hpp>
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
namespace Accelerator
|
namespace Accelerator
|
||||||
|
@ -24,7 +24,12 @@
|
|||||||
#include <opm/simulators/linalg/bda/BdaSolver.hpp>
|
#include <opm/simulators/linalg/bda/BdaSolver.hpp>
|
||||||
#include <opm/simulators/linalg/bda/WellContributions.hpp>
|
#include <opm/simulators/linalg/bda/WellContributions.hpp>
|
||||||
|
|
||||||
#include <rocalution.hpp>
|
namespace rocalution {
|
||||||
|
template<class Matrix, class Vector, class Scalar> class BiCGStab;
|
||||||
|
template<class Matrix, class Vector, class Scalar> class ILU;
|
||||||
|
template<class Scalar> class LocalMatrix;
|
||||||
|
template<class Scalar> class LocalVector;
|
||||||
|
}
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user