[Numpy-discussion] New functions added in pull request

Antonio Lara antlarac at gmail.com
Wed Nov 25 17:31:47 EST 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20151125/cdf6c5ef/attachment.html>


More information about the NumPy-Discussion mailing list