Draft: Changes for compatibility with pystencils 2.0
@@ -16,6 +16,9 @@ def run_equivalence_test(domain_size, lbm_config, lbm_opt, base_config, time_ste
Introduce a significant number of patches for compatibility with the upcoming pystencils 2.0.
Status:
create_lb_update_rule
: Remove the workaround once field duplication is fixed in pystencilsLatticeBoltzmannBoundaryHandling
does not allow to specify a data type and always uses float64
. This leads to type errors when combined with LB fields with float32
dtype.