-
- Downloads
BREAKING: change in behaviour for faPatch/fvPatch patchInternalField()
- the output parameter was previously a field and resized according to the patch size. Now the output parameter must be pre-sized prior to calling, which makes it possible to collect the patch internal fields into slices of a larger list. Signatures: void patchInternalField ( const UList<Type>& internalData, UList<Type>& pfld // OLD: Field<Type>& pfld ) const; void patchInternalField ( const UList<Type>& internalData, const labelUList& addressing, UList<Type>& pfld // OLD: Field<Type>& pfld ) const; This low-level change is not expected to affect any user code, which would normally use a higher-level interface such as from fvPatchField etc.
parent
a9b59ad2
No related branches found
No related tags found
Showing
- src/OpenFOAM/fields/pointPatchFields/constraint/processorCyclic/processorCyclicPointPatchField.C 8 additions, 5 deletions...nstraint/processorCyclic/processorCyclicPointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.C 25 additions, 14 deletions...fields/pointPatchFields/pointPatchField/pointPatchField.C
- src/OpenFOAM/fields/pointPatchFields/pointPatchField/pointPatchField.H 7 additions, 5 deletions...fields/pointPatchFields/pointPatchField/pointPatchField.H
- src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduCalculatedProcessorField/lduCalculatedProcessorField.C 8 additions, 6 deletions...lduCalculatedProcessorField/lduCalculatedProcessorField.C
- src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduCalculatedProcessorField/lduCalculatedProcessorField.H 1 addition, 1 deletion...lduCalculatedProcessorField/lduCalculatedProcessorField.H
- src/finiteArea/faMesh/faPatches/faPatch/faPatch.H 7 additions, 6 deletionssrc/finiteArea/faMesh/faPatches/faPatch/faPatch.H
- src/finiteArea/faMesh/faPatches/faPatch/faPatchTemplates.C 24 additions, 5 deletionssrc/finiteArea/faMesh/faPatches/faPatch/faPatchTemplates.C
- src/finiteArea/fields/faPatchFields/constraint/processor/processorFaPatchField.C 25 additions, 8 deletions...aPatchFields/constraint/processor/processorFaPatchField.C
- src/finiteArea/fields/faPatchFields/faPatchField/faPatchField.C 0 additions, 4 deletions...niteArea/fields/faPatchFields/faPatchField/faPatchField.C
- src/finiteVolume/fields/fvPatchFields/constraint/calculatedProcessor/calculatedProcessorFvPatchField.C 19 additions, 16 deletions...int/calculatedProcessor/calculatedProcessorFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/constraint/processor/processorFvPatchField.C 16 additions, 15 deletions...vPatchFields/constraint/processor/processorFvPatchField.C
- src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C 0 additions, 4 deletions...teVolume/fields/fvPatchFields/fvPatchField/fvPatchField.C
- src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.C 10 additions, 27 deletions...teVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.C
- src/finiteVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.H 8 additions, 12 deletions...teVolume/fvMesh/fvPatches/constraint/empty/emptyFvPatch.H
- src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H 6 additions, 5 deletionssrc/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatch.H
- src/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C 24 additions, 5 deletionssrc/finiteVolume/fvMesh/fvPatches/fvPatch/fvPatchTemplates.C
Loading
Please register or sign in to comment