openfoam/etc
Mark Olesen 0c84e50583 ENH: refine renumberMesh and renumberMethod (addenda to !669)
- provide no_topology() characteristic to avoid triggering potentially
  expensive mesh connectivity calculations when they are not required.

- remove/deprecate unused pointField references from the renumber
  methods. These appear to have crept in from outer similarities
  with decompositionMethod, but have no meaning for renumbering.

- remove/deprecate various unused aggregation renumberings since these
  have been previously replaced by pre-calling calcCellCells, or
  using bandCompression directly.

- make regionFaceOrder for block-wise renumbering optional and
  treat as experimental (ie, default is now disabled).

  The original idea was to sort the intra-region and inter-region faces
  separately. However, this will mostly lead to non-upper triangular
  ordering between regions, which checkMesh and others don't really like.

ENH: add timing information for various renumberMesh stages

ENH: add reset of clockTime and cpuTime increment

- simplifies section-wise timings

ENH: add globalIndex::null() and fieldTypes::processorType conveniences

- provides more central management of these characteristics
2024-03-10 17:45:44 +01:00
..
caseDicts ENH: refine renumberMesh and renumberMethod (addenda to !669) 2024-03-10 17:45:44 +01:00
codeTemplates Use factory Clone for patch fields 2024-01-23 11:22:19 +00:00
config.csh CONFIG: add user/group libraries into path separately (#2948) 2024-02-06 22:16:22 +01:00
config.sh ENH: adjust renumbering methods, extend renumberMesh options 2024-03-06 17:58:47 +01:00
templates RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
thermoData thermophysicalModels: Changed specie thermodynamics from mole to mass basis 2017-02-17 11:22:14 +00:00
bashrc RELEASE: Updated version to v2312 2023-12-21 11:51:03 +00:00
cellModels RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
colourTables RELEASE: Updated headers to v2312 2023-12-20 19:42:55 +01:00
controlDict CONFIG: adjust compile-time value of maxThreadFileBufferSize to 0 2024-02-07 20:20:52 +01:00
cshrc RELEASE: Updated version to v2312 2023-12-21 11:51:03 +00:00
openfoam CONFIG: support call of 'openfoam' wrapper in other in-project locations 2023-04-18 20:19:29 +02:00