openfoam/applications/utilities/mesh/manipulation
Mark Olesen e720f823d3 ENH: simplify SubStrings class/handling (remove template parameters)
- previous code used derived string iterators, but these would
  be largely ignored anyhow since the underlying std::sub_match
  str() method would just yields a std::string anyhow.

  The SubStrings::str(size_t) method wasn't used in any code, so now
  just use std::string iterators only.

  This change simplfies overall handling, since it removes an unneeded
  template dependency.
2025-03-31 16:00:07 +02:00
..
attachMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
autoPatch ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
checkMesh COMP: remove 'special purpose' minMaxOp (#3326) 2025-02-24 08:57:36 +01:00
createBaffles ENH: simplify add/remove patch/zone groups 2023-08-29 11:24:16 +02:00
createPatch ENH: createPatch: allow duplicating face (for ACMI) 2024-10-24 14:04:55 +00:00
deformedGeom GIT: Header file updates 2019-10-31 14:48:44 +00:00
flattenMesh ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
insideCells ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
mergeMeshes STYLE: use spanstream instead of stringstream in more places 2024-03-07 15:04:54 +01:00
mergeOrSplitBaffles ENH: patch/zone indices with select/ignore combination 2023-08-02 12:34:41 +02:00
mirrorMesh ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
moveDynamicMesh ENH: use concise forms for walking processor and cyclic boundaries 2021-02-09 17:57:49 +01:00
moveEngineMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00
moveMesh ENH: moveMesh -endTime option to restrict duration of motion testing 2022-07-13 19:09:44 +02:00
objToVTK ENH: simplify SubStrings class/handling (remove template parameters) 2025-03-31 16:00:07 +02:00
orientFaceZone STYLE: invert ASCII/BINARY checks. Helps if adding other formats 2023-11-23 22:42:20 +01:00
polyDualMesh ENH: use SubList for CompactListList access 2024-03-06 09:14:42 +01:00
refineMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
renumberMesh ENH: add single-time handling to timeSelector 2024-05-06 22:22:42 +02:00
rotateMesh ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
setSet ENH: use updated HashTable methods 2023-10-11 18:11:37 +00:00
setsToZones ENH: add single-time handling to timeSelector 2024-05-06 22:22:42 +02:00
singleCellMesh BUG: memory leak and interpolated fields not updated (fixes #3089) 2024-01-17 17:31:35 +01:00
splitMesh COMP: combine uindirectPrimitivePatch.H into indirectPrimitivePatch.H 2022-05-10 10:47:01 +02:00
splitMeshRegions STYLE: prefer listReduce() to using listCombineReduce() when possible 2025-03-06 16:54:31 +01:00
stitchMesh ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
subsetMesh ENH: snappyHexMesh: add buffer layers before snapping 2024-12-12 16:13:32 +00:00
topoSet ENH: add single-time handling to timeSelector 2024-05-06 22:22:42 +02:00
transformPoints ENH: transformPoints: added comment. See #3206 2024-07-31 14:40:01 +01:00
zipUpMesh GIT: Header file updates 2019-10-31 14:48:44 +00:00