-
- Downloads
ENH: additional contiguous traits (#1378)
- change contiguous from a series of global functions to separate templated traits classes: - is_contiguous - is_contiguous_label - is_contiguous_scalar The static constexpr 'value' and a constexpr conversion operator allow use in template expressions. The change also makes it much easier to define general traits and to inherit from them. The is_contiguous_label and is_contiguous_scalar are special traits for handling data of homogeneous components of the respective types.
Showing
- applications/test/Hashing/Test-Hashing.C 9 additions, 9 deletionsapplications/test/Hashing/Test-Hashing.C
- applications/test/List/Test-List.C 2 additions, 2 deletionsapplications/test/List/Test-List.C
- applications/test/contiguous/Make/options 6 additions, 1 deletionapplications/test/contiguous/Make/options
- applications/test/contiguous/Test-contiguous.C 36 additions, 18 deletionsapplications/test/contiguous/Test-contiguous.C
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCellEnum.C 1 addition, 1 deletion...oiMesh/conformalVoronoiMesh/indexedCell/indexedCellEnum.C
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedCell/indexedCellEnum.H 6 additions, 6 deletions...oiMesh/conformalVoronoiMesh/indexedCell/indexedCellEnum.H
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex/indexedVertex.H 11 additions, 17 deletions...oiMesh/conformalVoronoiMesh/indexedVertex/indexedVertex.H
- applications/utilities/mesh/generation/foamyMesh/conformalVoronoiMesh/conformalVoronoiMesh/indexedVertex/indexedVertexEnum.H 9 additions, 7 deletions...sh/conformalVoronoiMesh/indexedVertex/indexedVertexEnum.H
- src/OpenFOAM/algorithms/indexedOctree/volumeType.H 7 additions, 5 deletionssrc/OpenFOAM/algorithms/indexedOctree/volumeType.H
- src/OpenFOAM/containers/IndirectLists/IndirectListBase/IndirectListBaseIO.C 3 additions, 3 deletions...iners/IndirectLists/IndirectListBase/IndirectListBaseIO.C
- src/OpenFOAM/containers/Lists/FixedList/FixedList.H 16 additions, 2 deletionssrc/OpenFOAM/containers/Lists/FixedList/FixedList.H
- src/OpenFOAM/containers/Lists/FixedList/FixedListIO.C 3 additions, 4 deletionssrc/OpenFOAM/containers/Lists/FixedList/FixedListIO.C
- src/OpenFOAM/containers/Lists/List/List.C 5 additions, 5 deletionssrc/OpenFOAM/containers/Lists/List/List.C
- src/OpenFOAM/containers/Lists/List/List.H 1 addition, 1 deletionsrc/OpenFOAM/containers/Lists/List/List.H
- src/OpenFOAM/containers/Lists/List/ListIO.C 2 additions, 2 deletionssrc/OpenFOAM/containers/Lists/List/ListIO.C
- src/OpenFOAM/containers/Lists/UList/UList.C 2 additions, 2 deletionssrc/OpenFOAM/containers/Lists/UList/UList.C
- src/OpenFOAM/containers/Lists/UList/UList.H 3 additions, 3 deletionssrc/OpenFOAM/containers/Lists/UList/UList.H
- src/OpenFOAM/containers/Lists/UList/UListIO.C 4 additions, 4 deletionssrc/OpenFOAM/containers/Lists/UList/UListIO.C
- src/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C 9 additions, 9 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/combineGatherScatter.C
- src/OpenFOAM/db/IOstreams/Pstreams/exchange.C 4 additions, 3 deletionssrc/OpenFOAM/db/IOstreams/Pstreams/exchange.C
Loading
Please register or sign in to comment