OpenFOAM-5.x/src/OpenFOAM/fields/GeometricFields
Henry Weller 3a56ebf33d tmp: Improved reference count checks to provide better error diagnostics
in case of tmp misuse.

Simplified tmp reuse pattern in field algebra to use tmp copy and
assignment rather than the complex delayed call to 'ptr()'.

Removed support for unused non-const 'REF' storage of non-tmp objects due to C++
limitation in constructor overloading: if both tmp(T&) and tmp(const T&)
constructors are provided resolution is ambiguous.

The turbulence libraries have been upgraded and '-DCONST_TMP' option
specified in the 'options' file to switch to the new 'tmp' behavior.
2016-02-24 12:47:36 +00:00
..
GeometricField tmp: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00
geometricOneField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
GeometricScalarField tmp: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00
GeometricSphericalTensorField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
GeometricSymmTensorField symmTensor: Add support for the innerSqr function 2015-02-28 16:09:55 +00:00
GeometricTensorField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
geometricZeroField Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
pointFields Add the OpenFOAM source tree 2014-12-10 22:40:10 +00:00
SlicedGeometricField tmp: Improved reference count checks to provide better error diagnostics 2016-02-24 12:47:36 +00:00
transformGeometricField Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00