30bea84fac
C++11 conformance and consistency: Added "move" constructors and assignment operators to OpenFOAM containers
...
Replaced all uses of complex Xfer class with C++11 "move" constructors and
assignment operators. Removed the now redundant Xfer class.
This substantial changes improves consistency between OpenFOAM and the C++11 STL
containers and algorithms, reduces memory allocation and copy overhead when
returning containers from functions and simplifies maintenance of the core
libraries significantly.
2019-05-25 17:40:39 +01:00
fdbf3c134f
Rationalized dictionary and configuration file headers
2018-07-09 15:40:05 +01:00
bf54ab67e1
Updated OpenFOAM Foundation web-link in headers
2018-07-06 21:42:54 +01:00
786318cabd
utilities: Centralized annotated utility dictionaries to etc/caseDicts/annotated
2018-06-11 17:20:08 +01:00
87e32ab499
Code style: Updated line comments to start with a space
...
//This is a comment -> // This is a comment
2018-05-01 11:57:50 +01:00
7656c076c8
C++11: Replaced the C NULL with the safer C++11 nullptr
...
Requires gcc version 4.7 or higher
2016-08-05 17:19:38 +01:00
822d6adba7
steadyParticleTracksTemplates: Corrected correspondence between function declaration and definition
2016-07-04 10:44:08 +01:00
9abbe4d31d
utilities particleTracks, steadyParticleTracks: Updated and corrected
2016-06-27 20:44:11 +01:00
c201df1284
applications/utilities: Reorganized
2016-06-13 17:02:43 +01:00
ee588446e5
tutorials: Removed references to 'sampleDict'
2016-06-13 14:53:56 +01:00
3cd9b4f5d7
Change field loop index from "fieldI" to "fieldi"
2016-05-02 18:20:48 +01:00
a8bf4be58a
Standardized cell, patch, face and processor loop index names
2016-04-25 12:00:53 +01:00
94c05a1e6c
Update code to use the simpler C++11 template syntax removing spaces between closing ">"s
2016-01-10 22:41:16 +00:00
10aea96ae5
applications: Update ...ErrorIn -> ...ErrorInFunction
...
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 17:53:31 +00:00
446e5777f0
Add the OpenFOAM source tree
2014-12-10 22:40:10 +00:00