Python package for the analysis and visualisation of finite-difference fields.
BSD 3-Clause "New" or "Revised" License
19
stars
13
forks
source link
Generalisation of the methods and tests for n-dimensional field #435
Closed
swapneelap closed 1 year ago
TODO:
The following methods/properties need to be updated to support n-dimensional fields:
grad
https://github.com/ubermag/discretisedfield/blob/053de0c2b94c17d00458b4bc31bb3c0edf61af35/discretisedfield/field.py#L2454-L2458div
: relation betweendims
andvdims
https://github.com/ubermag/discretisedfield/blob/053de0c2b94c17d00458b4bc31bb3c0edf61af35/discretisedfield/field.py#L2522-L2526curl
: relation betweendims
andvdims
https://github.com/ubermag/discretisedfield/blob/053de0c2b94c17d00458b4bc31bb3c0edf61af35/discretisedfield/field.py#L2593-L2602laplace
https://github.com/ubermag/discretisedfield/blob/053de0c2b94c17d00458b4bc31bb3c0edf61af35/discretisedfield/field.py#L2664-L2678