154029ddd0
BOT: Cleaned up header files
2019-02-06 12:28:23 +00:00
8eddcc072a
ENH: avoid readScalar, readLabel etc from dictionary ( #762 , #1033 )
...
- use the dictionary 'get' methods instead of readScalar for
additional checking
Unchecked: readScalar(dict.lookup("key"));
Checked: dict.get<scalar>("key");
- In templated classes that also inherit from a dictionary, an additional
'template' keyword will be required. Eg,
this->coeffsDict().template get<scalar>("key");
For this common use case, the predefined getXXX shortcuts may be
useful. Eg,
this->coeffsDict().getScalar("key");
2018-10-12 08:14:47 +02:00
1036cf9612
ENH: avoid raw dictionary lookup in functionObjects (issue #762 )
...
Style changes:
- use lookupObjectRef instead of using const_cast
- use tmp::New factory
2018-08-04 00:23:18 +02:00
f9fe71815a
STYLE: consistent use of '= delete' for removed constructors/assignments
...
- make the purpose more explicit, and reduces some work for the
compiler as well.
2018-05-30 12:03:17 +02:00
e6951da06f
ENH: valueAverage FO - update window to use user time
2017-06-23 11:56:22 +01:00
3fc66cb710
ENH: make resetOnRestart optional for valueAverage (issue #360 )
...
ENH: ensure averaging flags are not 'sticky' (see issue #331 )
2016-12-22 13:00:05 +01:00
0211b0a43b
STYLE: correct the documented input names in header files ( fixes #360 )
2016-12-21 12:15:03 +01:00
1b2cfde773
STYLE: minor typo in mapFields documentation
2016-12-08 09:19:32 +00:00
1f826361c6
STYLE: Consistency updates to change input of <var>Name to <var>. Fixes #306
2016-11-22 14:50:33 +00:00
fb0b764466
STYLE: Documentation updates
2016-10-20 11:08:50 +01:00
95347013a8
ENH: function object clean-up
2016-10-19 15:28:55 +01:00
54042b08df
ENH: Function objects - first pass at updating read functionality
...
Note: should be using the result of the parent::read(dict) when
deciding whether to read local entries...
2016-09-30 13:24:58 +01:00
b9940cbbb1
COMP: Multiple changes - first clean build after latest merge - UNTESTED
2016-09-23 15:36:53 +01:00