Skip to content
Snippets Groups Projects
  1. Jun 28, 2017
  2. Jun 27, 2017
  3. Jun 26, 2017
  4. Jun 23, 2017
  5. Jun 20, 2017
  6. Jun 09, 2017
  7. Jun 07, 2017
  8. Jun 02, 2017
  9. May 31, 2017
  10. May 30, 2017
  11. May 23, 2017
  12. May 19, 2017
  13. May 17, 2017
  14. May 16, 2017
  15. May 09, 2017
  16. May 08, 2017
  17. May 05, 2017
  18. May 04, 2017
  19. May 03, 2017
  20. Apr 28, 2017
  21. Apr 25, 2017
    • Sebastian Eibl's avatar
      extended pe solver interface · 57476454
      Sebastian Eibl authored
      getMaximumPenetration()
      getNumberOfContacts()
      getNumberOfContactsTreated()
      57476454
    • Martin Bauer's avatar
      Python Module · 88a92435
      Martin Bauer authored
      two versions available now via CMake switch:
         - by default the Python module is built without LBM module, since
           lbmpy can be used for this. Reduces compile time substantially.
         - if the LBM is needed in python, for example for the lbmpy testsuite
           it can be included by setting the CMake switch
           WALBERLA_BUILD_WITH_PYTHON_LBM
      88a92435
    • Martin Bauer's avatar
      [Bugfix] BufferSystem was not copied correctly · 0c8dad94
      Martin Bauer authored
      - Bug occurred if a BufferSystem (or communication scheme) was copied
        and the first object went out of scope.
      - Internally a pointer was kept which was still pointing to the original
        BufferSystem
      
      Fixes #16
      0c8dad94