OpenFOAM-5.x/src/OpenFOAM/fields/Fields
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
..
complexFields Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
diagTensorField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
DynamicField Replaced StaticAssert with the C++11 equivalent static_assert 2016-04-26 20:44:55 +01:00
Field Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
labelField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
oneField GeometricField: Rationalized and simplified access to the dimensioned internal field 2016-04-27 21:32:45 +01:00
quaternionField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
scalarField Field: Simplified tmp reuse and cleanup 2016-02-25 15:07:14 +00:00
sphericalTensorField Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
symmTensorField Field: Simplified tmp reuse and cleanup 2016-02-25 15:07:14 +00:00
symmTransformField Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
tensorField Field: Simplified tmp reuse and cleanup 2016-02-25 15:07:14 +00:00
transformField septernion: Changed definition of the forward transformation for consistency with spatialTransform 2016-04-15 11:27:18 +01:00
transformList Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
triadField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
uniformField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vector2DField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
vectorField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
zeroField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
fieldTypes.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
primitiveFields.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
primitiveFieldsFwd.H Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00