diff --git a/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSource.C b/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSource.C index 351d49594c..1552b8f8ab 100644 --- a/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSource.C +++ b/src/finiteVolume/cfdTools/general/fieldSources/timeActivatedExplicitSource/TimeActivatedExplicitSource.C @@ -220,6 +220,8 @@ void Foam::TimeActivatedExplicitSource::setCellSet() { case smPoints: { + Info<< indent << "- selecting cells using points" << endl; + labelHashSet cellOwners; forAll(points_, i) { @@ -228,7 +230,16 @@ void Foam::TimeActivatedExplicitSource::setCellSet() { cellOwners.insert(cellI); } + + label globalCellI = returnReduce(cellI, maxOp