553e3f84ab
BUG: timeControlFunctionObject swallows dictionary modifications ( closes #716 )
...
- runTimeModifiable change to the dictionary not being propagated to
the underlying functionObjects
2018-01-24 20:45:59 +01:00
be4776ea65
BUG: Function objects - updated to enable user time emtries, e.g. if using engineTime. Fixes #437
2017-03-21 13:32:55 +00:00
64df20d94a
BUG: timeControl: add tolerance to timeStart, timeEnd. Fixes #367 .
2017-01-04 11:17:12 +00:00
fb78378959
ENH: Function objects - ensure objects are up-to-date when writing
2016-11-24 12:36:52 +00:00
ae1a6dd12d
functionObjects: Simplified the handling of the post-processing mode
...
Replaced the 'postProcess' argument to the 'write' and 'execute'
functions with the single static member 'postProcess' in the
functionObject base-class.
2016-06-13 08:36:03 +01:00
5af1a7e4f3
functionObjects::partialWrite: Redundant and removed
...
the equivalent functionality is provided by the writeRegisteredObject
functionObject in a MUCH simpler, easier and extensible manner.
functionObject: Removed the now redundant 'timeSet' function.
2016-05-18 12:23:29 +01:00
2b501b7e85
timeControlFunctionObject: Updated the control logic in the 'end' function
...
to correspond to the new default behavior of the 'end' function in
functionObject which now calls 'execute' then 'write'.
2016-05-18 09:05:24 +01:00
ded5f35dd6
functionObjects: Separated 'execute' and 'write' functions to simplify support for post-processing
2016-05-13 09:05:29 +01:00