Skip to content
Snippets Groups Projects
  1. Nov 01, 2019
  2. Oct 30, 2019
  3. Oct 29, 2019
  4. Oct 28, 2019
  5. Oct 25, 2019
    • 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
    • Mark OLESEN's avatar
      ENH: improve reporting for optional dictionary entries (#1468) · b0a999ca
      Mark OLESEN authored
      - now reports the dictionary, entry, default. For example,
      
        Dictionary: <case>/0/nut.boundaryField.wall Entry: Cmu Default: 0.09
        Dictionary: <case>/0/nut.boundaryField.wall Entry: kappa Default: 0.41
        Dictionary: <case>/0/nut.boundaryField.wall Entry: E Default: 9.8
      
      - suppress reporting for debug, optimisation switches since this
        generates extremely noisy output
      b0a999ca
    • Mark OLESEN's avatar
  6. Oct 24, 2019
  7. Oct 28, 2019
  8. Nov 07, 2019
  9. Oct 23, 2019
  10. Oct 22, 2019
  11. Oct 18, 2019
  12. Oct 10, 2019
  13. Oct 17, 2019
  14. Oct 11, 2019
  15. Oct 10, 2019
  16. Oct 08, 2019
    • Mark OLESEN's avatar
      ENH: code simplification, improvements for reading dictionary variables · 6b5492e3
      Mark OLESEN authored
      - Now accept '/' when reading variables without requiring
        a surrounding '{}'
      
      - fix some degenerate parsing cases when the first character is
        already bad.
      
        Eg, $"abc" would have previously parsed as a <$"> variable, even
        although a double quote is not a valid variable character.
      
        Now emits a warning and parses as a '$' token and a string token.
      6b5492e3
  17. Oct 09, 2019
  18. Oct 08, 2019