OpenFOAM-5.x/src/OpenFOAM/db
Henry Weller 1441f8cab0 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
..
Callback Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
CallbackRegistry Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
dictionary dictionary: Corrected topDict() 2016-04-21 21:08:56 +01:00
dynamicLibrary Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
error Replaced StaticAssert with the C++11 equivalent static_assert 2016-04-26 20:44:55 +01:00
functionObjects functionObjects: Separated 'execute' and 'write' functions to simplify support for post-processing 2016-05-13 09:05:29 +01:00
IOobject Updated header 2016-01-19 21:58:32 +00:00
IOobjectList Info -> InfoInFunction 2016-01-19 21:58:11 +00:00
IOobjects Pstream: optimisation of data exchange 2016-04-02 18:32:11 +01:00
IOstreams Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
objectRegistry Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
regIOobject Pstream: optimisation of data exchange 2016-04-02 18:32:11 +01:00
runTimeSelection src/OpenFOAM: Removed unused files 2016-03-01 12:29:33 +00:00
Time Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
typeInfo src/OpenFOAM: Moved function documentation comments into .H files and removed duplicates 2016-03-01 12:29:01 +00:00