openfoam/applications/utilities/mesh/generation/blockMesh
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
..
Make COMP: fix some linkage issues for mingw 2020-06-16 23:56:41 +02:00
blockMesh.C ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
blockMeshOBJ.H ENH: blockMesh enhancements 2021-07-28 13:14:44 +02:00
blockMeshVTK.H ENH: add blockFaces.vtp output for blockMesh -write-vtk 2021-11-25 20:02:09 +01:00
cleanMeshDirectory.H ENH: minor simplifications for handling region meshes 2023-12-07 17:42:24 +01:00
findBlockMeshDict.H ENH: minor simplifications for handling region meshes 2023-12-07 17:42:24 +01:00
handleCyclicPatches.H ENH: relocate blockMesh polyMesh generation into library (for code reuse) 2020-10-05 12:36:04 +02:00
mergePatchPairs.H ENH: use emplace_set, emplace_back to simplify code 2023-07-27 16:52:03 +02:00
printMeshSummary.H ENH: generate local orientation vectors for blockMesh VTK output (#1903) 2020-10-28 16:04:12 +01:00