Commit Graph

8 Commits

Author SHA1 Message Date
mattijs
c4b5880f9c BUG: cyclicACMI: make conservative. Remove faceAreas0 2016-06-06 14:30:00 +01:00
Henry Weller
c02bf70ea7 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
Henry Weller
56fa7c0906 Update code to use the simpler C++11 template syntax removing spaces between closing ">"s 2016-01-10 22:41:16 +00:00
Henry Weller
735ce9cce7 src/finiteVolume: Update ...ErrorIn -> ...ErrorInFunction
Avoids the clutter and maintenance effort associated with providing the
function signature string.
2015-11-10 16:55:03 +00:00
andy
468da226bb ENH: ACMI updates 2014-04-04 16:34:44 +01:00
andy
a0ea2488c6 ENH: ACMI - update non-overlap patch in initEvaluate 2013-09-13 12:59:30 +01:00
andy
a0d2760809 ENH: Added updateCoeffs and manipulateMatrix functions 2013-05-31 14:40:25 +01:00
andy
0158cc6134 ENH: AMI - added supporting ACMI patches and boundary conditions 2013-05-28 12:45:16 +01:00