OpenFOAM-4.x/applications/utilities/mesh/manipulation
Henry Weller fe43b80536 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
..
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 Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +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 GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +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 Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
stitchMesh boundaryField() -> boundaryFieldRef() 2016-04-24 22:07:37 +01:00
subsetMesh utilities/mesh/manipulation: Rationalized "End" message 2016-04-21 21:06:45 +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