mattflow icon indicating copy to clipboard operation
mattflow copied to clipboard

A numerical CFD solver for the Shallow Water Equations

Results 3 mattflow issues
Sort by recently updated
recently updated
newest added

Bumps [joblib](https://github.com/joblib/joblib) from 0.13.2 to 1.2.0. Changelog Sourced from joblib's changelog. Release 1.2.0 Fix a security issue where eval(pre_dispatch) could potentially run arbitrary code. Now only basic numerics are supported....

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

when I run the demo in colab,the code"utils.preprocessing(Nx=90, Ny=90, Ng=1, max_x=0.7, min_x=-0.7, max_y=0.7, min_y=-0.7)" reffered to TypeError: preprocessing() got an unexpected keyword argument 'Nx'.How can I solve it?