fc4d7b92c3
Corrected documentation comment for disabled copy constructors
2019-05-29 15:58:42 +01:00
9140984cf4
Added "= delete" to disabled bitwise copy constructors and assignment operators
...
Currently these deleted function declarations are still in the private section
of the class declarations but will be moved by hand to the public section over
time as this is too complex to automate reliably.
2019-05-28 15:26:45 +01:00
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
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
d0609cd6ae
mirrorMesh: Added "-dict" option
...
Updated and simplified tutorials/incompressible/pimpleFoam/RAS/elipsekkLOmega
case to use mirrorMesh -dict
2018-05-30 18:38:50 +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
fe1fade8cb
Corrected spelling in comments
...
Resolves bug-report https://bugs.openfoam.org/view.php?id=2844
2018-02-13 20:39:56 +00:00
000401acba
mirrorMesh: Updated Make/options
2017-10-27 15:20:08 +01:00
19da21ed93
mirrorMesh: Added support for cellLevel and pointLevel to support dynamic mesh refinement
...
Patch contributed by Mattijs Janssens
Resolves bug-report https://bugs.openfoam.org/view.php?id=2712
2017-10-27 14:58:26 +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
4500971827
Further standardization of loop index naming: pointI -> pointi, patchI -> patchi
2016-05-18 21:20:42 +01:00
8c4f6b8fcb
Standardized cell, patch and face loop index names
2016-04-25 10:28:32 +01:00
6a27f7af46
boundaryField() -> boundaryFieldRef()
2016-04-24 22:07:37 +01:00
a24eec402c
mirrorFvMesh: Corrected parallel operation
...
Patch provided by Bruno Santos
Resolves bug-report http://www.openfoam.org/mantisbt/view.php?id=1494
2015-11-29 21:40:37 +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
def52a306a
Formatting: Rationalized the indentation of #include
2015-02-10 20:35:50 +00:00
446e5777f0
Add the OpenFOAM source tree
2014-12-10 22:40:10 +00:00