Skip to content
Snippets Groups Projects
  1. Sep 07, 2021
  2. Jul 20, 2021
  3. Jun 25, 2021
  4. Apr 27, 2021
  5. Apr 14, 2021
  6. Feb 25, 2021
  7. Feb 15, 2021
  8. Jan 22, 2021
  9. Jan 13, 2021
  10. Dec 11, 2020
  11. Dec 07, 2020
  12. Nov 24, 2020
  13. Nov 18, 2020
  14. Nov 13, 2020
  15. Nov 04, 2020
    • Mark OLESEN's avatar
      CONFIG: ptscotch header not found on RedHat/Fedora (fixes #1904) · 5e660c36
      Mark OLESEN authored
      - no limit to the number of ways of filing ptscotch libraries.
        RedHat/Fedora/CentOS should look for these directories:
      
            ptscotch include=/usr/include/openmpi-x86_64
            ptscotch library=/usr/lib64/openmpi/lib
      
        when MPI_ARCH_PATH=/usr/lib64/openmpi
        and mpicc --showme:compile yields -I/usr/include/openmpi-x86_64
      5e660c36
  16. Oct 29, 2020
    • Mark OLESEN's avatar
      BUG: extraneous brackets after Fluent cell types (fixes #1872) · bed1305d
      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.
      bed1305d
  17. Oct 23, 2020
    • Mark OLESEN's avatar
      BUG: incorrect boundary type for expressions variables (fixes #1889) · 9dc4f76b
      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.
      9dc4f76b
    • Mark OLESEN's avatar
      BUG: using FatalIOErrorInLookup with incorrect exit type (fixes #1898) · 3e4d9e15
      Mark OLESEN authored
      - two occurrences where FatalIOErrorInLookup used exit(FatalError)
        instead of exit(FatalIOError), which caused the error messages
        to be lost.
      3e4d9e15
  18. Oct 15, 2020
  19. Oct 12, 2020
  20. Oct 08, 2020
  21. Sep 30, 2020
  22. Sep 24, 2020
  23. Sep 16, 2020