[bugfix] remove redundant copyjacToNoGhost in ISTLSolverEbos::solve

It uses a null pointer and make flow segfault. The copying is already
done in ISTLSolverEbos::prepare.
This commit is contained in:
Markus Blatt 2020-06-24 15:25:24 +02:00
parent 3766f19de3
commit 27ace20378

View File

@ -517,7 +517,6 @@ protected:
typedef WellModelMatrixAdapter< Matrix, Vector, Vector, WellModel, true > Operator;
assert (noGhostMat_);
copyJacToNoGhost(*matrix_, *noGhostMat_);
Operator opA(*noGhostMat_, wellModel,
comm_ );