Skip to content
Snippets Groups Projects
  1. Mar 24, 2022
  2. Mar 16, 2022
  3. Mar 03, 2022
  4. Dec 07, 2021
  5. Nov 29, 2021
  6. Oct 28, 2021
  7. Sep 30, 2021
  8. Sep 20, 2021
  9. May 05, 2021
  10. Apr 15, 2021
  11. Apr 07, 2021
  12. Mar 30, 2021
  13. Feb 22, 2021
  14. Feb 12, 2021
  15. Feb 11, 2021
  16. Dec 10, 2020
  17. Nov 22, 2020
  18. Oct 16, 2020
  19. Aug 18, 2020
  20. Jul 25, 2020
  21. Jul 24, 2020
  22. Jul 17, 2020
  23. Jun 22, 2020
  24. Jun 19, 2020
  25. Jun 15, 2020
  26. Jun 11, 2020
  27. Jun 10, 2020
  28. May 26, 2020
  29. May 25, 2020
  30. May 18, 2020
    • Dominik Thoennes's avatar
      Replaced `waLBerla_python_file_generates` with `waLBerla_generate_target_from_python` · f30f0fa4
      Dominik Thoennes authored
      This new function does the actual generation using pystencils and creates a target library that can be used as a dependency as usual. One should not list the python script itself anymore in add_executable.
      Convention: Use the AppName as a prefix for the generated lib!
      
      Example Usage:
      
      waLBerla_generate_target_from_python( NAME AppNameGeneratedLib FILE GenerateKernel.py OUT_FILES Kernel.h Kernel.cpp)
      
      waLBerla_add_executable ( NAME AppNameGeneratedLibTest DEPENDS GeneratedLib)
      f30f0fa4
  31. Mar 17, 2020
  32. Feb 21, 2020
  33. Aug 12, 2019
  34. Jul 26, 2019
  35. Jul 22, 2019
  36. Apr 11, 2019