Skip to content
Snippets Groups Projects
  1. Apr 27, 2021
  2. Apr 14, 2021
  3. Jan 22, 2021
  4. Jan 13, 2021
  5. Nov 25, 2020
  6. Nov 18, 2020
  7. Oct 29, 2020
    • Mark OLESEN's avatar
      BUG: extraneous brackets after Fluent cell types (fixes #1872) · d19515bf
      Mark OLESEN authored
      ENH: limit output to 25 cell types per line for readability
      
      - makes it easier to trace potential format errors etc
      
      STYLE: downgrade warning about polyhedrals to a simple info message
      
      - can assume that polyhedral support is widespread enough to not
        warrant a warning.
      d19515bf
  8. Oct 23, 2020
    • Mark OLESEN's avatar
      BUG: incorrect boundary type for expressions variables (fixes #1889) · 1ea4fc98
      Mark OLESEN authored
      - had calculated boundaries (default) for the evaluated variables,
        which meant they retained their initialized values (usually Zero).
      
        This normally goes unnoticed, since the boundary values are largely
        irrelevant in the volField expressions. However, when applying
        functions that balk at a zero value - eg, log() - this raises a
        floating point exception.
      
        These boundary should be zeroGradient, since the evaluated variables
        correspond to the internalField only. Could continue to use
        calculated, but then need to set the calculated boundary values from
        the patch internal field manually.
      1ea4fc98
    • Mark OLESEN's avatar
      BUG: using FatalIOErrorInLookup with incorrect exit type (fixes #1898) · e3ac8fb4
      Mark OLESEN authored
      - two occurrences where FatalIOErrorInLookup used exit(FatalError)
        instead of exit(FatalIOError), which caused the error messages
        to be lost.
      e3ac8fb4
  9. Oct 12, 2020
    • Mark OLESEN's avatar
      CONFIG: ptscotch header not found on ArchLinux (fixes #1877) · be6756f3
      Mark OLESEN authored
      - on ArchLinux, everything is installed under /usr/include/scotch.
      
        The detection script uses SCOTCH_ARCH_PATH as an initial guess for
        ptscotch as well. However, on the second pass, it has an absolute
        value ("/usr") instead of a logical one ("scotch-system").
        This resulted in the logic for handling scotch+ptscotch subdirs
        being bypassed.
      be6756f3
  10. Oct 08, 2020
  11. Sep 30, 2020
  12. Sep 24, 2020
  13. Sep 16, 2020
  14. Aug 06, 2020
  15. Jul 27, 2020
  16. Jun 26, 2020
  17. Jun 04, 2020
  18. May 26, 2020
  19. May 14, 2020
  20. May 12, 2020
  21. May 11, 2020
  22. May 06, 2020
  23. May 05, 2020
  24. Apr 27, 2020