ENH: add GeometricBoundaryField evaluateCoupled method (#2436)
- allows restricted evaluation to specific coupled patch types. Code relocated/refactored from redistributePar. STYLE: ensure use of waitRequests() also corresponds to nonBlocking ENH: additional copy/move construct GeometricField from DimensionedField STYLE: processorPointPatch owner()/neighbour() as per processorPolyPatch STYLE: orientedType with bool cast operator and noexcept
Showing
- applications/utilities/parallelProcessing/redistributePar/redistributePar.C 3 additions, 77 deletions...ties/parallelProcessing/redistributePar/redistributePar.C
- applications/utilities/preProcessing/mapFieldsPar/MapVolFields.H 15 additions, 14 deletions...tions/utilities/preProcessing/mapFieldsPar/MapVolFields.H
- src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.C 0 additions, 2 deletions...lds/DimensionedFields/DimensionedField/DimensionedField.C
- src/OpenFOAM/fields/DimensionedFields/DimensionedField/DimensionedField.H 4 additions, 4 deletions...lds/DimensionedFields/DimensionedField/DimensionedField.H
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C 107 additions, 22 deletions...s/GeometricFields/GeometricField/GeometricBoundaryField.C
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.H 9 additions, 5 deletions...s/GeometricFields/GeometricField/GeometricBoundaryField.H
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.C 128 additions, 0 deletions...AM/fields/GeometricFields/GeometricField/GeometricField.C
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H 54 additions, 4 deletions...AM/fields/GeometricFields/GeometricField/GeometricField.H
- src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H 8 additions, 0 deletions...fields/pointPatchFields/pointPatchField/pointPatchField.H
- src/OpenFOAM/meshes/pointMesh/pointMesh.H 11 additions, 6 deletionssrc/OpenFOAM/meshes/pointMesh/pointMesh.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.C 1 addition, 9 deletions.../pointMesh/pointPatches/basic/coupled/coupledPointPatch.C
- src/OpenFOAM/meshes/pointMesh/pointPatches/basic/coupled/coupledPointPatch.H 11 additions, 14 deletions.../pointMesh/pointPatches/basic/coupled/coupledPointPatch.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/cyclicSlip/cyclicSlipPointPatch.H 2 additions, 3 deletions...pointPatches/constraint/cyclicSlip/cyclicSlipPointPatch.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.C 1 addition, 15 deletions...h/pointPatches/constraint/processor/processorPointPatch.C
- src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processor/processorPointPatch.H 17 additions, 14 deletions...h/pointPatches/constraint/processor/processorPointPatch.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/constraint/processorCyclic/processorCyclicPointPatch.H 10 additions, 9 deletions...es/constraint/processorCyclic/processorCyclicPointPatch.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.C 1 addition, 7 deletions...Mesh/pointPatches/derived/coupled/coupledFacePointPatch.C
- src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H 11 additions, 15 deletions...Mesh/pointPatches/derived/coupled/coupledFacePointPatch.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/facePointPatch/facePointPatch.H 4 additions, 4 deletions...es/pointMesh/pointPatches/facePointPatch/facePointPatch.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H 3 additions, 2 deletions...OAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H
Please register or sign in to comment