openfoam/applications/utilities/postProcessing/dataConversion/foamToVTK
Mark Olesen 7e0acfa4ed ENH: handle 64-bit memory information (#3060)
- on large memory systems (eg, 6TB) the process information
  exceeds an 'int' range, so adjust parsing of the /proc/..
  to use int64

ENH: update/modernize OSspecific system information

ENH: minor update of profiling code

- std::string, noexcept, lazier evaluations

STYLE: use direct call of memInfo
2023-12-15 17:21:38 +01:00
..
Make COMP: missing linkage, unneeded linkage 2022-04-29 13:26:36 +02:00
convertAreaFields.H COMP: fix library linkage (#2784), silence some unused variable warnings 2023-05-19 00:46:52 +02:00
convertLagrangian.H ENH: specialise bitOr<unsigned char> reduction 2023-07-19 14:06:23 +02:00
convertProcessorPatches.H ENH: output finiteArea patchID with foamToVTK -with-ids 2023-05-09 19:30:58 +02:00
convertSurfaceFields.H ENH: output finiteArea patchID with foamToVTK -with-ids 2023-05-09 19:30:58 +02:00
convertTopoSet.H ENH: output finiteArea patchID with foamToVTK -with-ids 2023-05-09 19:30:58 +02:00
convertVolumeFields.H STYLE: use UPtrList::test() instead of separate bounds checking 2023-07-19 14:10:31 +02:00
createMeshAccounting.H ENH: centralized handling of -allRegions, -regions, -region (#2072) 2021-05-07 09:46:33 +02:00
foamToVTK.C ENH: handle 64-bit memory information (#3060) 2023-12-15 17:21:38 +01:00
readFields.C ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
readFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
reportFields.H GIT: Header file updates 2019-10-31 14:48:44 +00:00
writeAreaFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
writeDimFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
writePointFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
writeSurfaceFields.H ENH: foamToVTK improvements for (-no-internal, -no-boundary) 2023-01-31 12:45:39 +01:00
writeVolFields.H STYLE: use UPtrList::test() instead of separate bounds checking 2023-07-19 14:10:31 +02:00