Skip to content

[BugFix] shear wave test

Markus Holzer requested to merge holzer/lbmpy:FixShearWave into master

The lattice Boltzmann step tries to figure out a stencil on its own, when no stencil is provided in the config class. This did not work in the shear wave test. The suggestion here is to just state the stencil in the config file

Merge request reports