openfoam/applications/tools
Mark Olesen 31b172217c ENH: support predicate checks for argList (similar to dictionary methods)
- Favour use of argList methods that are more similar to dictionary
  method names with the aim of reducing the cognitive load.

  * Silently deprecate two-parameter get() method in favour of the
    more familiar getOrDefault.
  * Silently deprecate opt() method in favour of get()

  These may be verbosely deprecated in future versions.
2020-06-02 13:51:18 +02:00
..
foamCalc ENH: support predicate checks for argList (similar to dictionary methods) 2020-06-02 13:51:18 +02:00
foamExprParserInfo ENH: improved separation of scanner/parser debug selection 2019-12-19 13:16:26 +01:00
README.md ENH: improved separation of scanner/parser debug selection 2019-12-19 13:16:26 +01:00

The applications/tools directory contains tools that may be useful for developers or advanced users, but which will not normally be built.

The user should note that the types of tools, their behaviour and syntax are subject to much more fluctuation than regular utilities.