OpenFOAM-4.x/src/OpenFOAM/db
Henry Weller 91aba2db2e functionObjects: rewritten to all be derived from 'functionObject'
- Avoids the need for the 'OutputFilterFunctionObject' wrapper
  - Time-control for execution and writing is now provided by the
    'timeControlFunctionObject' which instantiates the processing
    'functionObject' and controls its operation.
  - Alternative time-control functionObjects can now be written and
    selected at run-time without the need to compile wrapped version of
    EVERY existing functionObject which would have been required in the
    old structure.
  - The separation of 'execute' and 'write' functions is now formalized in the
    'functionObject' base-class and all derived classes implement the
    two functions.
  - Unnecessary implementations of functions with appropriate defaults
    in the 'functionObject' base-class have been removed reducing
    clutter and simplifying implementation of new functionObjects.
  - The 'coded' 'functionObject' has also been updated, simplified and tested.
  - Further simplification is now possible by creating some general
    intermediate classes derived from 'functionObject'.
2016-05-15 16:40:01 +01:00
..
Callback Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
CallbackRegistry Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
dictionary dictionary: Corrected topDict() 2016-04-21 21:08:56 +01:00
dynamicLibrary Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
error Replaced StaticAssert with the C++11 equivalent static_assert 2016-04-26 20:44:55 +01:00
functionObjects functionObjects: rewritten to all be derived from 'functionObject' 2016-05-15 16:40:01 +01:00
IOobject Updated header 2016-01-19 21:58:32 +00:00
IOobjectList Info -> InfoInFunction 2016-01-19 21:58:11 +00:00
IOobjects Pstream: optimisation of data exchange 2016-04-02 18:32:11 +01:00
IOstreams Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
objectRegistry Patches contributed by Mattijs Janssens: 2016-05-15 16:36:48 +01:00
regIOobject Pstream: optimisation of data exchange 2016-04-02 18:32:11 +01:00
runTimeSelection src/OpenFOAM: Removed unused files 2016-03-01 12:29:33 +00:00
Time Standardized the naming of functions which control the writing of fields etc. 2016-05-12 17:38:01 +01:00
typeInfo src/OpenFOAM: Moved function documentation comments into .H files and removed duplicates 2016-03-01 12:29:01 +00:00