OpenFOAM-5.x/src/OpenFOAM
Henry Weller 75ea76187b GeometricField::GeometricBoundaryField -> GeometricField::Boundary
When the GeometricBoundaryField template class was originally written it
was a separate class in the Foam namespace rather than a sub-class of
GeometricField as it is now.  Without loss of clarity and simplifying
code which access the boundary field of GeometricFields it is better
that GeometricBoundaryField be renamed Boundary for consistency with the
new naming convention for the type of the dimensioned internal field:
Internal, see commit a25a449c9e

This is a very simple text substitution change which can be applied to
any code which compiles with the OpenFOAM-dev libraries.
2016-04-28 07:22:02 +01:00
..
algorithms Standardized cell, patch, face and processor loop index names 2016-04-25 12:00:53 +01:00
containers Replaced StaticAssert with the C++11 equivalent static_assert 2016-04-26 20:44:55 +01:00
db Replaced StaticAssert with the C++11 equivalent static_assert 2016-04-26 20:44:55 +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::GeometricBoundaryField -> GeometricField::Boundary 2016-04-28 07:22:02 +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 src/OpenFOAM/primitives/spatialVectorAlgebra: New classes to support spatial vector algebra 2016-03-15 18:14:03 +00: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