Changed handling of coupled interfaces for ldu
This commit is contained in:
parent
1777433765
commit
f4b8e41a89
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue