mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-28 20:13:49 -06:00
Prevent copying of a matrix.
This commit is contained in:
parent
b73f1c86fc
commit
70d5d18560
@ -80,7 +80,7 @@ namespace Opm
|
||||
/// \tparam P The type of the parallel information.
|
||||
/// \param parallelInformation the information about the parallelization.
|
||||
template<int category=Dune::SolverCategory::sequential, class O, class P>
|
||||
void constructPreconditionerAndSolve(O& opA, DuneMatrix istlAe,
|
||||
void constructPreconditionerAndSolve(O& opA, DuneMatrix& istlAe,
|
||||
Vector& x, Vector& istlb,
|
||||
const P& parallelInformation,
|
||||
Dune::InverseOperatorResult& result) const
|
||||
|
Loading…
Reference in New Issue
Block a user