ENH: add parallel sync checks for finite-area
- reduce the amount of communication when checking zones and patches by performing the synchonization check on the gathered strings (master only) and reduce or broadcast the result. STYLE: simplify coupled() checks depending only on parRun
parent
90ba706b
Branches
Tags
Showing
- src/OpenFOAM/fields/pointPatchFields/constraint/processor/processorPointPatchField.H 1 addition, 8 deletions...tchFields/constraint/processor/processorPointPatchField.H
- src/OpenFOAM/fields/pointPatchFields/constraint/processorCyclic/processorCyclicPointPatchField.H 1 addition, 8 deletions...nstraint/processorCyclic/processorCyclicPointPatchField.H
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C 36 additions, 34 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.C
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H 4 additions, 3 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H
- src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.H 1 addition, 8 deletions...esh/polyPatches/constraint/processor/processorPolyPatch.H
- src/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C 28 additions, 21 deletionssrc/OpenFOAM/meshes/polyMesh/zones/ZoneMesh/ZoneMesh.C
- src/dynamicMesh/fvMeshDistribute/fvMeshDistributeTemplates.C 20 additions, 10 deletionssrc/dynamicMesh/fvMeshDistribute/fvMeshDistributeTemplates.C
- src/finiteArea/faMesh/faBoundaryMesh/faBoundaryMesh.C 90 additions, 0 deletionssrc/finiteArea/faMesh/faBoundaryMesh/faBoundaryMesh.C
- src/finiteArea/faMesh/faBoundaryMesh/faBoundaryMesh.H 5 additions, 0 deletionssrc/finiteArea/faMesh/faBoundaryMesh/faBoundaryMesh.H
- src/finiteArea/fields/faPatchFields/constraint/processor/processorFaPatchField.H 1 addition, 8 deletions...aPatchFields/constraint/processor/processorFaPatchField.H
- src/finiteArea/fields/faePatchFields/constraint/processor/processorFaePatchField.H 7 additions, 16 deletions...PatchFields/constraint/processor/processorFaePatchField.H
- src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.H 2 additions, 9 deletions...vPatchFields/constraint/processor/processorFvPatchField.H
- src/finiteVolume/fields/fvsPatchFields/constraint/processor/processorFvsPatchField.H 7 additions, 16 deletions...PatchFields/constraint/processor/processorFvsPatchField.H
- src/finiteVolume/fields/fvsPatchFields/constraint/processorCyclic/processorCyclicFvsPatchField.H 7 additions, 16 deletions...constraint/processorCyclic/processorCyclicFvsPatchField.H
Please register or sign in to comment