openfoam/applications/utilities/parallelProcessing/decomposePar
Mark Olesen 3228e423c2 ENH: separate registry and revised file locations for finite-area
- The internal storage location of finite-area changes from being
  piggybacked on the polyMesh registry to a having its own dedicated
  registry:

  * allows a clearer separation of field types without name clashes.
  * prerequisite for supporting multiple finite-area regions (future)

Old Locations:
```
   0/Us
   constant/faMesh
   system/faMeshDefinition
   system/faSchemes
   system/faSolution
```

New Locations:
```
   0/finite-area/Us
   constant/finite-area/faMesh
   system/finite-area/faMeshDefinition  (or system/faMeshDefinition)
   system/finite-area/faSchemes
   system/finite-area/faSolution
```

NOTES:
    The new locations represent a hard change (breaking change) that
    is normally to be avoided, but seamless compatibility handling
    within the code was found to be unworkable.

    The `foamUpgradeFiniteArea` script provides assistance with migration.

    As a convenience, the system/faMeshDefinition location continues
    to be supported (may be deprecated in the future).
2024-04-16 14:38:31 +02:00
..
Make ENH: code modernization for decompose/reconstruct 2022-05-25 13:12:38 +00:00
decomposePar.C ENH: separate registry and revised file locations for finite-area 2024-04-16 14:38:31 +02:00
domainDecomposition.C ENH: make ITstream positioning methods noexcept 2024-03-06 11:01:57 +01: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 ENH: extend globalMeshData::calcCellCells handling 2024-02-24 21:07:58 +01:00
domainDecompositionDryRun.H ENH: expose decomposePar -dry-run options -domains, -method 2021-05-19 18:16:05 +02:00
domainDecompositionDryRunWrite.C ENH: adjust renumbering methods, extend renumberMesh options 2024-03-06 17:58:47 +01: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