Skip to content
Snippets Groups Projects
  1. Jun 04, 2020
  2. May 19, 2020
  3. 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
  4. May 11, 2020
  5. Mar 31, 2020
  6. Mar 30, 2020
  7. Mar 17, 2020
  8. Mar 11, 2020
  9. Mar 10, 2020
  10. Mar 05, 2020
  11. Mar 04, 2020
  12. Feb 29, 2020
  13. Feb 25, 2020
  14. Feb 21, 2020
  15. Feb 12, 2020
  16. Jan 31, 2020
  17. Jan 28, 2020
  18. Jan 27, 2020
  19. Dec 04, 2019