Skip to content
Snippets Groups Projects
  1. Apr 25, 2017
    • 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
    • Martin Bauer's avatar
  2. Apr 20, 2017
  3. Apr 12, 2017
  4. Apr 11, 2017
  5. Apr 10, 2017
  6. Apr 07, 2017
  7. Apr 04, 2017
  8. Apr 03, 2017
  9. Mar 31, 2017
  10. Mar 30, 2017