mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
fixed: don't rely on a patched istl
This commit is contained in:
parent
eaca1c97ad
commit
cd8dfb11b7
@ -48,7 +48,7 @@ class MortarSchurPre : public Dune::Preconditioner<Vector,Vector> {
|
|||||||
MortarSchurPre(const Matrix& P_, const Matrix& B_,
|
MortarSchurPre(const Matrix& P_, const Matrix& B_,
|
||||||
PrecondElasticityBlock& Apre_, bool symmetric_=false) :
|
PrecondElasticityBlock& Apre_, bool symmetric_=false) :
|
||||||
Apre(Apre_), B(B_), N(B.N()), M(B.M()),
|
Apre(Apre_), B(B_), N(B.N()), M(B.M()),
|
||||||
Lpre(P_, false, false), symmetric(symmetric_)
|
Lpre(P_, false), symmetric(symmetric_)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user