ENH: writeObjects: add flag to report registered objects
- Dec 18, 2024
-
-
Co-authored-by:
Kutalmis Bercin <kutalmis.bercin@esi-group.com>
c77cc498
-
This update introduces a Boolean flag to report registered objects without writing objects, which could be useful for debugging purposes.
A typical example of the new keyword is as follows:
writeObjects1
{
// Optional entries
writeOption log;
...
}
This then reports the existing objects in the simulation registry to the output stream.
No change in existing input/output.
Co-authored-by:
Kutalmis Bercin <kutalmis.bercin@esi-group.com>