Skip to content
Snippets Groups Projects
  1. Jan 05, 2021
  2. Dec 17, 2020
  3. Jun 10, 2020
  4. 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
  5. Jul 26, 2019
  6. Jun 27, 2019
  7. Jun 25, 2019
  8. Jun 18, 2019
  9. Jun 14, 2019
  10. Jun 13, 2019
  11. Jun 05, 2019
  12. Apr 25, 2019
  13. Jan 24, 2019
  14. Jan 22, 2019