openfoam/applications/utilities/mesh/manipulation
Henry Weller ce0cd35185 Patches contributed by Mattijs Janssens:
splitMeshRegions: handle flipping of faces for surface fields

subsetMesh: subset dimensionedFields

decomposePar: use run-time selection of decomposition constraints. Used to
    keep cells on particular processors. See the decomposeParDict in

$FOAM_UTILITIES/parallel/decomposePar:
  - preserveBaffles: keep baffle faces on same processor
  - preserveFaceZones: keep faceZones owner and neighbour on same processor
  - preservePatches: keep owner and neighbour on same processor. Note: not
    suitable for cyclicAMI since these are not coupled on the patch level
  - singleProcessorFaceSets: keep complete faceSet on a single processor
  - refinementHistory: keep cells originating from a single cell on the
    same processor.

decomposePar: clean up decomposition of refinement data from snappyHexMesh

reconstructPar: reconstruct refinement data (refineHexMesh, snappyHexMesh)

reconstructParMesh: reconstruct refinement data (refineHexMesh, snappyHexMesh)

redistributePar:
  - corrected mapping surfaceFields
  - adding processor patches in order consistent with decomposePar

argList: check that slaves are running same version as master

fvMeshSubset: move to dynamicMesh library

fvMeshDistribute:
  - support for mapping dimensionedFields
  - corrected mapping of surfaceFields

parallel routines: allow parallel running on single processor

Field: support for
  - distributed mapping
  - mapping with flipping

mapDistribute: support for flipping

AMIInterpolation: avoid constructing localPoints
2016-05-15 16:36:48 +01:00
..
attachMesh Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
autoPatch Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
checkMesh checkMesh: Updated the closed-ness test for ACMI to use FV 2016-05-13 16:23:02 +01:00
createBaffles Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
createPatch Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
deformedGeom Updated headers 2016-04-30 21:53:19 +01:00
flattenMesh utilities/mesh/manipulation: Rationalized "End" message 2016-04-21 21:06:45 +01:00
insideCells Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
mergeMeshes Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
mergeOrSplitBaffles Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
mirrorMesh Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
moveDynamicMesh boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
moveEngineMesh ddtScheme::fvcDdtPhiCoeff: Zero ddtCorr on AMIs 2015-03-24 15:23:01 +00:00
moveMesh Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00
objToVTK applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
orientFaceZone Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
polyDualMesh Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
refineMesh Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
renumberMesh Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
rotateMesh Updated headers 2016-04-21 21:07:28 +01:00
setSet Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
setsToZones Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
singleCellMesh applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
splitMesh Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
splitMeshRegions Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
stitchMesh Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
subsetMesh Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
topoSet Updated headers 2016-04-21 21:07:28 +01:00
transformPoints transformPoints: Added "End" message 2016-04-21 21:05:47 +01:00
zipUpMesh Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00