Dataclasses for method creation
- Markus Holzer authored
+ 24
− 26
@@ -704,32 +704,30 @@ class LBMConfig:
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)