openfoam/applications/utilities/postProcessing
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
..
dataConversion ENH: handle 64-bit memory information (#3060) 2023-12-15 17:21:38 +01:00
lagrangian ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
lumped STYLE: prefer isHeaderClass<Type>() check instead of Type::typeName 2023-05-19 00:48:14 +02:00
miscellaneous ENH: createROMfields: new reduced-order model utility to reconstruct fields 2023-11-24 19:57:11 +00:00
noise ENH: noiseModels - replaced graph usage by writeFile 2022-10-04 13:10:39 +00:00
optimisation STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
postProcess ENH: use sorted order for fieldSelection::selectionNames() (#2819) 2023-07-31 20:11:32 +02:00