openfoam/applications/utilities/parallelProcessing/decomposePar
Henry Weller 3c053c2fe6 GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField()
These new names are more consistent and logical because:

primitiveField():
primitiveFieldRef():
    Provides low-level access to the Field<Type> (primitive field)
    without dimension or mesh-consistency checking.  This should only be
    used in the low-level functions where dimensional consistency is
    ensured by careful programming and computational efficiency is
    paramount.

internalField():
internalFieldRef():
    Provides access to the DimensionedField<Type, GeoMesh> of values on
    the internal mesh-type for which the GeometricField is defined and
    supports dimension and checking and mesh-consistency checking.
2016-04-30 21:40:09 +01:00
..
Make ENH: decomposePar,reconsturctPar: added -allRegions option 2012-09-26 12:08:43 +01:00
decomposePar.C Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
decomposeParDict GIT: Repo update 2014-12-11 08:35:10 +00:00
dimFieldDecomposer.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
dimFieldDecomposer.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
dimFieldDecomposerDecomposeFields.C Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
domainDecomposition.C Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
domainDecomposition.H Made all template declarations consistent using 'class' rather than 'typename' 2016-03-22 15:02:55 +00:00
domainDecompositionDistribute.C GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
domainDecompositionMesh.C Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
domainDecompositionTemplates.C Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
lagrangianFieldDecomposer.C Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
lagrangianFieldDecomposer.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
lagrangianFieldDecomposerDecomposeFields.C Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
pointFieldDecomposer.C applications: Update ...ErrorIn -> ...ErrorInFunction 2015-11-10 17:53:31 +00:00
pointFieldDecomposer.H Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
pointFieldDecomposerDecomposeFields.C GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
readFields.C Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
readFields.H Formatting: Rationalized the indentation of #include 2015-02-10 20:35:50 +00:00