|
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, size_t pressureIndex, std::function< Vector()> trueFunc, Comm &comm) |
|
|
std::unique_ptr< AbstractSolverType > | solver_ |
|
std::unique_ptr< AbstractOperatorType > | op_ |
|
std::unique_ptr< LinearOperatorExtra< Vector, Vector > > | wellOperator_ |
|
AbstractPreconditionerType * | pre_ = nullptr |
|
size_t | interiorCellNum_ = 0 |
|
The documentation for this struct was generated from the following files: