naturalHHD icon indicating copy to clipboard operation
naturalHHD copied to clipboard

The natural Helmholtz-Hodge decomposition

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

After installation I get the follwing Python error : `ModuleNotFoundError: No module named 'gsw'`. This could be fixed easily if gsw was a dependancy of the pynhhd library.

This is a very good work for HHD! But I'm not sure how to generate a vector field file containing binary floating-point numbers for _**main.cpp**_. Could you provide an example...

On line 90 in the file structured.py there is an error in the computation of the divergence in the divcurl function. The code should be `np.add(dudx,dwdz,dudx)`. As well as this...