openfoam/applications/solvers
Mark Olesen 3d608bf06a ENH: remove reliance on the Xfer class (issue #639)
This class is largely a pre-C++11 holdover. It is now possible to
simply use move construct/assignment directly.

In a few rare cases (eg, polyMesh::resetPrimitives) it has been
replaced by an autoPtr.
2018-03-05 13:28:53 +01:00
..
basic ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
combustion ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
compressible BUG: Fixing creating of turbulence after overset specific in createFields.H for overRhoPimpleDyMFoam 2017-12-22 12:53:40 -08:00
discreteMethods GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
DNS COMP: update lnInclude directories when building (issue #364) 2016-12-22 11:26:29 +01:00
doc STYLE: finiteArea doc and style updates 2017-12-18 11:25:53 +00:00
electromagnetics ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
financial GIT: Initial state after latest Foundation merge 2016-09-20 14:49:08 +01:00
finiteArea COMP: incorrect executable path sphereSurfactantFoam (closes #695) 2018-01-08 10:51:00 +01:00
heatTransfer Merge remote-tracking branch 'origin/master' into develop 2017-12-06 12:52:12 +00:00
incompressible ENH: fvMatrix::setReferences() single value variant 2018-03-02 13:27:34 +01:00
lagrangian ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
multiphase STYLE: use autoPtr::New and tmp::New for simple return types 2018-02-26 14:00:30 +01:00
stressAnalysis ENH: cleanup autoPtr class (issue #639) 2018-02-26 12:00:00 +01:00