e84300d124
Code simplification: GeometricField<Type, pointPatchField, pointMesh> -> PointField<Type>
...
Using the PointField<Type> partial specialisation of GeometricField<Type,
pointPatchField, pointMesh> simplified the code and improves readability.
2022-12-02 15:24:50 +00:00
3995456979
parallelProcessing: Various improvements
...
boundaryProcAddressing has been removed. This has not been needed for a
long time. decomposePar has been optimised for mininum IO, rather than
minimum memory usage. decomposePar has also been corrected so that it
can decompose sequences of time-varying meshes.
2022-03-10 20:31:30 +00:00
def4772281
Documentation: Centred the Class Declaration comment
...
Patch contributed by Institute of Fluid Dynamics,
Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
2020-08-28 13:28:58 +01:00
213319ae30
Standardised the class declaration section comments to correspond to the foamNewSource template
2019-06-19 15:01:35 +01:00
8e9f692aa4
Standardised the class declaration section comments to correspond to the foamNewSource template
2019-06-13 21:26:33 +01:00
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
bf54ab67e1
Updated OpenFOAM Foundation web-link in headers
2018-07-06 21:42:54 +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
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