openfoam/applications/utilities/mesh/advanced
Mark Olesen b98f53ceca ENH: make ITstream positioning methods noexcept
ENH: add rank() method for compound tokens

ENH: add IOstream::minPrecision(unsigned)

- reduced typing, more expressive, no namespace ambiguity with max()

    new: IOstream::minPrecision(10);
    old: IOstream::defaultPrecision(max(10u, IOstream::defaultPrecision()));

STYLE: namespace qualify min/max for some buffer sizing [clang/hipp]
2024-03-06 11:01:57 +01:00
..
collapseEdges ENH: report dictionary name actually used (for -dict option) 2020-06-02 14:29:36 +02:00
combinePatchFaces STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
modifyMesh ENH: use updated HashTable methods 2023-10-11 18:11:37 +00:00
PDRMesh ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
refineHexMesh GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
refinementLevel STYLE: prefer emplace_back() to append() + last() 2023-08-29 11:24:16 +02:00
refineWallLayer GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
removeFaces GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
selectCells ENH: relocate zero_one to pTraits, allows reuse for scalar clamping 2023-02-27 15:41:25 +01:00
snappyRefineMesh ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
splitCells GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00