OpenFOAM-4.x/src/OpenFOAM
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
..
algorithms Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
containers List: Removed unused constructor from iterators 2016-04-29 17:17:45 +01:00
db functionObjectFile: Separated into functionObjectFile and functionObjectFiles 2016-04-30 09:18:42 +01:00
dimensionedTypes src/OpenFOAM: Use Zero rather than pTraits<Type> 2016-03-22 10:38:30 +00:00
dimensionSet Matrix: Switch n() and m() so that now m() = number of rows and n() = number of columns 2016-03-10 22:53:09 +00:00
fields GeometricField: Renamed internalField() -> primitiveField() and dimensionedInternalField() -> internalField() 2016-04-30 21:40:09 +01:00
global Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
graph Updated Doxygen documentation and files 2016-03-14 11:00:24 +00:00
include src/OpenFOAM: Moved function documentation comments into .H files and removed duplicates 2016-03-01 12:29:01 +00:00
interpolations Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
Make functionObjectFile: Separated into functionObjectFile and functionObjectFiles 2016-04-30 09:18:42 +01:00
matrices Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
memory Made all template declarations consistent using 'class' rather than 'typename' 2016-03-22 15:02:55 +00:00
meshes Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
primitives Replaced StaticAssert with the C++11 equivalent static_assert 2016-04-26 20:44:55 +01:00