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