Skip to content
Snippets Groups Projects
  1. Apr 06, 2021
  2. Feb 16, 2021
  3. Feb 12, 2021
    • Soeren Peters's avatar
      Fix a few addtional compiler warnings: · 017d0711
      Soeren Peters authored
       - metis: do not pass -O3 flag on msvc compiler, as this flag is ignored anyway. Instead of /w pass w0, which is equivalent to /w.
       - RheologyK17LBMKernel: A and B are also defined in D3Q27System.h. Therefore to not hide this declaration they are renamed to A_ and B_
       - additional small clean ups...
      017d0711
  4. Feb 11, 2021
  5. Feb 05, 2021
  6. Feb 04, 2021
  7. Nov 10, 2020
  8. Nov 09, 2020
  9. Oct 22, 2020
  10. Oct 21, 2020
  11. Oct 20, 2020
  12. Oct 08, 2020
  13. Oct 07, 2020
  14. Oct 06, 2020
  15. Oct 05, 2020
  16. Oct 02, 2020
  17. Oct 01, 2020
  18. Sep 30, 2020
  19. Sep 21, 2020
  20. Sep 16, 2020
  21. Sep 10, 2020
    • Soeren Peters's avatar
      Update MuParser to version 2.3.2 from 17.06.2020. · 3243b26b
      Soeren Peters authored
      Therefore the muparser cmakeLists.txt was used, but a modified:
       - name is corresponding to the original file: muparser (in lowercases)
       - removed the install
       - adds public include directory : CMAKE_CURRENT_SOURCE_DIR/include.  --> also adapt the include from the dependent fles.
       - adds link to OpemMP
      
      CXX 11 is now required. (CMake throws an error if cpp11 is not available).
      3243b26b
Loading