Discussion:
[Numpy-discussion] New functions added in pull request
Antonio Lara
2015-11-25 22:31:47 UTC
Permalink
Hello, I have added three new functions to the file function_base.py in the
numpy/lib folder. These are divergence, curl and laplacian (for the moment,
laplacian of a scalar field, maybe in the future I will try laplacian for a
vector field). The calculation method is based in the existing one for
numpy.gradient, with central differences.
The changes are in this pull request:

https://github.com/numpy/numpy/pull/6727

Thank you,

Antonio
Benjamin Root
2015-11-26 15:32:32 UTC
Permalink
Oooh, this will be nice to have. This would be one of the few times I would
love to see unicode versions of these function names supplied, too.
Post by Antonio Lara
Hello, I have added three new functions to the file function_base.py in
the numpy/lib folder. These are divergence, curl and laplacian (for the
moment, laplacian of a scalar field, maybe in the future I will try
laplacian for a vector field). The calculation method is based in the
existing one for numpy.gradient, with central differences.
https://github.com/numpy/numpy/pull/6727
Thank you,
Antonio
_______________________________________________
NumPy-Discussion mailing list
https://mail.scipy.org/mailman/listinfo/numpy-discussion
Loading...