Skip to content
Snippets Groups Projects
Martin Bauer's avatar
Martin Bauer authored
- when reading from ghost layers (previously the only option) a pull
  communication is required
- if a kernel writes to the ghost layer a "push" communication has to be
  done
- the new PackInfo generator can now derive push and pull packinfos from
  a given kernel
00a6047f

pystencils-walberla

pipeline status

Formulate stencil kernels in pystencils and generate optimized C++ Code for waLBerla from it. Look at the waLBerla documentation on how to use it.

Install with

pip install pystencils-walberla

and enable WALBERLA_BUILD_WITH_CODEGEN in waLBerla's CMake.