openfoam/applications/utilities/parallelProcessing/decomposePar
Mark Olesen db16d80840 ENH: use objectRegistry/IOobjectList sorted instead of lookupClass
- in most cases a parallel-consistent order is required.
  Even when the order is not important, it will generally require
  fewer allocations to create a UPtrList of entries instead of a
  HashTable or even a wordList.
2023-07-31 20:11:32 +02:00
..
Make ENH: code modernization for decompose/reconstruct 2022-05-25 13:12:38 +00:00
decomposePar.C ENH: avoid spurious library loading for decomposePar, redistributePar 2023-06-19 17:05:45 +02:00
domainDecomposition.C ENH: use objectRegistry/IOobjectList sorted instead of lookupClass 2023-07-31 20:11:32 +02:00
domainDecomposition.H ENH: expose decomposePar -dry-run options -domains, -method 2021-05-19 18:16:05 +02:00
domainDecompositionDistribute.C ENH: collect and cleanup decompose and reconstruct methods (#2084) 2021-05-27 21:04:55 +02:00
domainDecompositionDryRun.C STYLE: prefer REGISTER/NO_REGISTER instead of true/false for IOobject 2023-03-10 14:16:32 +00:00
domainDecompositionDryRun.H ENH: expose decomposePar -dry-run options -domains, -method 2021-05-19 18:16:05 +02:00
domainDecompositionDryRunWrite.C STYLE: use calculatedType() and zeroGradientType() methods 2023-05-02 13:34:12 +02:00
domainDecompositionMesh.C STYLE: check iterator validity with good() instead of found() 2023-02-10 17:12:48 +01:00
domainDecompositionTemplates.C ENH: use concise forms for walking processor and cyclic boundaries 2021-02-09 17:57:49 +01:00
domainDecompositionWrite.C STYLE: use calculatedType() and zeroGradientType() methods 2023-05-02 13:34:12 +02:00