Skip to content
Snippets Groups Projects
  1. Jul 11, 2019
  2. Jul 10, 2019
    • Sebastian Eibl's avatar
      Merge branch 'UnionRefactoration' into 'master' · 7932bf65
      Sebastian Eibl authored
      Union refactoration
      
      See merge request walberla/walberla!158
      7932bf65
    • Tobias Leemann's avatar
      [API] Union redesign · f0a69f7d
      Tobias Leemann authored and Sebastian Eibl's avatar Sebastian Eibl committed
      [API] removed rpos from all body constructors
      
      Changes: Bodies that are part of a union now store all attributes relative to its respective coordinate frame. This affects gpos and q (Rotation), which are implicitly relative once a body becomes part of the union. These properties became private and the global Position can be accessed via getGlobalPos() which performs a recursive calcuation of the position of this body in the world frame. This avoids error-prone update procedures, if a Union is tranlated or rotated.
      f0a69f7d
  3. Jul 05, 2019
  4. Jul 04, 2019
  5. Jul 03, 2019
  6. Jul 01, 2019
  7. Jun 13, 2019
  8. Jun 07, 2019
  9. Jun 05, 2019
  10. Jun 04, 2019
  11. Jun 03, 2019
  12. May 28, 2019
  13. May 21, 2019
  14. May 17, 2019
  15. May 16, 2019
    • Martin Bauer's avatar
      Removed IntelMPI Workaround from CMake · a1b603d4
      Martin Bauer authored
      - workaround seems to be not necessary any more, for recent IntelMPI versions
      - the workaround did not play with CMake's try_compile function, which tries to compile some test programs to check for compiler features
        The workaround added '-include mpi.h' to the compile flags, which are also used by try_compile, but try_compile does not set include directories with "-I"
        This lead to the problem, that for example the OpenMP flag was not correctly determined, since there the try_compile mechanism is used
      a1b603d4
    • Sebastian Eibl's avatar
      improved performance of Singleton · 1727a98f
      Sebastian Eibl authored
      1727a98f
    • Martin Bauer's avatar
      Support for Boost 1.70.0 and Python 3.7 · 33fe0883
      Martin Bauer authored
      33fe0883
  16. May 09, 2019
  17. May 07, 2019
  18. May 03, 2019