Changed handling of coupled interfaces for ldu

This commit is contained in:
Hrvoje Jasak 2013-05-31 11:12:37 +01:00
parent 1777433765
commit f4b8e41a89

View file

@ -128,7 +128,8 @@ void tetFemMatrix<Type>::check()
*this,
coupledBouCoeffs[interfaceI],
0,
Pstream::defaultCommsType
Pstream::defaultCommsType,
false // Do not switch to lhs
);
}
}
@ -145,7 +146,8 @@ void tetFemMatrix<Type>::check()
*this,
coupledBouCoeffs[interfaceI],
0,
Pstream::defaultCommsType
Pstream::defaultCommsType,
false // Do not switch to lhs
);
}
}