openfoam/applications/utilities/mesh/conversion
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
..
ansysToFoam ENH: use DynamicList to SLList for ansysToFoam, kivaToFoam 2025-03-12 11:50:58 +01:00
ccm COMP: dllexport symbols for conversion/ccm (fixes #3199) 2025-01-02 12:38:22 +01:00
cfx4ToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
datToFoam ENH: improve consistency of fileName handling windows/non-windows (#2057) 2021-04-19 16:33:42 +00:00
ensightToFoam ENH: simplify SubStrings class/handling (remove template parameters) 2025-03-31 16:00:07 +02:00
fireToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
fluent3DMeshToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
fluentMeshToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
foamMeshToFluent BUG: foamMeshToFluent: improve compatibility with tmerge (fixes #2820) 2023-11-03 16:26:57 +00:00
foamToFireMesh STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
foamToStarMesh STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
foamToSurface STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
gambitToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
gmshToFoam ENH: add single-time handling to timeSelector 2024-05-06 22:22:42 +02:00
ideasUnvToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
kivaToFoam ENH: use DynamicList to SLList for ansysToFoam, kivaToFoam 2025-03-12 11:50:58 +01:00
mshToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
netgenNeutralToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
plot3dToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
star4ToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
tetgenToFoam ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01:00
vtkUnstructuredToFoam ENH: vtkUnstructuredToFoam: construct&write fields. See #3195. 2024-07-10 15:20:54 +01:00
writeMeshObj COMP: snappyHexMesh: extraneous code 2024-12-23 12:03:16 +00:00