Skip to content

Dataclasses for method creation

Markus Holzer requested to merge FixPystencilUpdate into master

In lbmpy large dicts are created to manage all parameters for the lb method and the pystencils kernel parameters. This MR introduces dataclasses to manage all these parameters. Furthermore, a better integration with pystencils is achieved since pystencils introduced dataclasses lately.

Fixes #1 (closed)

Edited by Jan Hönig

Merge request reports