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