ENH: coupled: enforce consistency. See #2783

This commit is contained in:
mattijs
2023-05-24 13:30:08 +01:00
committed by Andrew Heather
parent fcbfa40b0b
commit adc38d55ac
36 changed files with 387 additions and 51 deletions

View File

@ -141,7 +141,7 @@ void Foam::fieldsDistributor::readFieldsImpl
// only need to know about themselves.
// Can broadcast decompose = yes/no from master
bitSet localValues(haveMeshOnProc)
bitSet localValues(haveMeshOnProc);
bitSet masterValues(localValues);
Pstream::broadcast(masterValues);