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