Commit Graph

5 Commits

Author SHA1 Message Date
c70c12a2bb functionObjects: Simplified organization and naming 2016-05-03 23:37:28 +01:00
0534a225fd functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction
Rather than requiring each functionObject to handle failed construction
internally (using the active_ flag) the static member function "viable"
is provided which returns true if construction of the functionObject is
likely to be successful.  Failed construction is then handled by the
wrapper-class which constructs the functionObject,
e.g. "OutputFilterFunctionObject".
2016-05-02 16:28:24 +01:00
a50d78ea93 EMH: Adding a hook to functionObject called 'timeSet' at the
end of Time::operator++. This allows to know if the next timeIndex will be
a dumping time. The function object "partialWrite" modifyes the write option
of the those fields which will be written down at given intervals of the overall
outout times.
2013-06-07 10:11:07 +01:00
9d5ce4ae76 ENH: Updated function objects 2012-12-13 10:40:38 +00:00
04d80067b7 ENH: Added new Peclet function object 2012-11-28 11:27:14 +00:00