ENH: extend type aliases to include geometric boundary fields (#2348)
STYLE: LduInterfaceFieldPtrsList as alias instead of a class STYLE: define patch lists typedefs when defining the base patch - eg, polyPatchList typedef within polyPatch.H INT: relocate GeometricField::Boundary -> GeometricBoundaryField - was internal to GeometricField but moving it outside simplifies forward declarations etc. Code adapted from openfoam.org
Showing
- applications/utilities/parallelProcessing/decomposePar/domainDecomposition.C 1 addition, 1 deletion...ies/parallelProcessing/decomposePar/domainDecomposition.C
- applications/utilities/parallelProcessing/redistributePar/parFvFieldReconstructorFields.C 2 additions, 4 deletions...rocessing/redistributePar/parFvFieldReconstructorFields.C
- src/OpenFOAM/fields/DimensionedFields/DimensionedField/SlicedDimensionedField.H 101 additions, 0 deletions...mensionedFields/DimensionedField/SlicedDimensionedField.H
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C 87 additions, 62 deletions...s/GeometricFields/GeometricField/GeometricBoundaryField.C
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.H 238 additions, 0 deletions...s/GeometricFields/GeometricField/GeometricBoundaryField.H
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.C 0 additions, 1 deletion...AM/fields/GeometricFields/GeometricField/GeometricField.C
- src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricField.H 20 additions, 169 deletions...AM/fields/GeometricFields/GeometricField/GeometricField.H
- src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.C 17 additions, 74 deletions...ometricFields/SlicedGeometricField/SlicedGeometricField.C
- src/OpenFOAM/fields/GeometricFields/SlicedGeometricField/SlicedGeometricField.H 19 additions, 50 deletions...ometricFields/SlicedGeometricField/SlicedGeometricField.H
- src/OpenFOAM/fields/GeometricFields/pointFields/pointFieldsFwd.H 12 additions, 0 deletions...nFOAM/fields/GeometricFields/pointFields/pointFieldsFwd.H
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduInterfaceField/LduInterfaceField.H 5 additions, 4 deletions...LduMatrix/LduMatrix/LduInterfaceField/LduInterfaceField.H
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduInterfaceField/LduInterfaceFieldPtrsList.H 5 additions, 21 deletions...x/LduMatrix/LduInterfaceField/LduInterfaceFieldPtrsList.H
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H 2 additions, 2 deletionssrc/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrix.H
- src/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixATmul.C 0 additions, 1 deletionsrc/OpenFOAM/matrices/LduMatrix/LduMatrix/LduMatrixATmul.C
- src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterface.H 6 additions, 3 deletions...rices/lduMatrix/lduAddressing/lduInterface/lduInterface.H
- src/OpenFOAM/matrices/lduMatrix/lduAddressing/lduInterface/lduInterfacePtrsList.H 7 additions, 4 deletions...uMatrix/lduAddressing/lduInterface/lduInterfacePtrsList.H
- src/OpenFOAM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.H 3 additions, 3 deletions...AM/meshes/pointMesh/pointBoundaryMesh/pointBoundaryMesh.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H 7 additions, 2 deletions...OAM/meshes/pointMesh/pointPatches/pointPatch/pointPatch.H
- src/OpenFOAM/meshes/pointMesh/pointPatches/pointPatch/pointPatchList.H 1 addition, 49 deletions...meshes/pointMesh/pointPatches/pointPatch/pointPatchList.H
- src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H 1 addition, 2 deletions...nFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H