Skip to content
Snippets Groups Projects
  1. May 22, 2023
  2. May 17, 2023
  3. Feb 22, 2023
  4. Mar 16, 2022
  5. May 05, 2021
  6. Apr 02, 2021
  7. Feb 24, 2021
  8. Feb 10, 2021
  9. Feb 04, 2021
  10. Jan 05, 2021
  11. Dec 17, 2020
  12. Dec 09, 2020
  13. Aug 12, 2020
  14. Jul 10, 2020
  15. Jun 10, 2020
  16. 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
  17. Jan 27, 2020
  18. Dec 04, 2019
  19. Jun 05, 2019
  20. May 28, 2019
  21. Apr 17, 2019
  22. Jan 22, 2019
  23. Nov 29, 2018
  24. Oct 05, 2018
  25. Jun 11, 2018
  26. Dec 20, 2017
  27. Nov 03, 2017
  28. Mar 30, 2017