|
using | AbstractSolverType = Dune::InverseOperator<Vector, Vector> |
|
using | AbstractOperatorType = Dune::AssembledLinearOperator<Matrix, Vector, Vector> |
|
using | AbstractPreconditionerType = Dune::PreconditionerWithUpdate<Vector, Vector> |
|
|
void | create (const Matrix &matrix, bool parallel, const PropertyTree &prm, std::size_t pressureIndex, std::function< Vector()> weightCalculator, const bool forceSerial, Comm &comm) |
|
|
std::unique_ptr< AbstractSolverType > | solver_ |
|
std::unique_ptr< AbstractOperatorType > | op_ |
|
std::unique_ptr< LinearOperatorExtra< Vector, Vector > > | wellOperator_ |
|
AbstractPreconditionerType * | pre_ = nullptr |
|
std::size_t | interiorCellNum_ = 0 |
|
The documentation for this struct was generated from the following files:
- opm/simulators/linalg/ISTLSolver.hpp
- opm/simulators/linalg/ISTLSolver.cpp