-
Helen Schottenhamml authored3068ffde
README 496 B
waLBerla example application ============================ CMake Template on how to use waLBerla in your app How to build ============= mkdir build cd build cmake .. -DWALBERLA_DIR=path/to/walberla/sources How to build with code generation via pystencils / lbmpy ========================================================= mkdir build cd build cmake .. -DWALBERLA_DIR=path/to/walberla/sources -DWALBERLA_BUILD_WITH_CODEGEN=ON -DPython_ROOT_DIR=path/to/python/root/directory