Yet Another Flow Solver
The documentation is build based on jupyter-book. To build the documentation run from the repo folder
jupyter-book build ./
Before merge to master, all tests have to pass:
CPU:
sanitizers
valgrind
GPU:
cuda-memcheck --report-api-errors all
cuda-memcheck --tool initcheck
cuda-memcheck --tool racecheck
cuda-memcheck --tool synccheck
cuda-memcheck --leak-check full