Skip to content
  • Mark OLESEN's avatar
    ENH: add flexible command options for setting Debug and Info switches #1467 · da332229
    Mark OLESEN authored
    For example,
    
       $ someSolver -info-switch writeOptionalEntries
    
    - note that values changed via the command-line are changed after the
      etc/controlDict entries, but *before* any case-local
      system/controlDict entries.
    
      However, in many testing cases the command-line options eliminate
      the need for such local file modifications.
    
    ENH: cleanup handling of local debug switches in Time
    
    - add as methods directly on simpleObjectRegistry to avoid code
      duplication
    
    STYLE: adjust internal naming of ITstream parameters
    da332229