LutzGross / esys-escript.github.io

Other
29 stars 13 forks source link

Create a Data object from a numpy array #43

Open aellery opened 2 years ago

aellery commented 2 years ago

A user on Launchpad has requested a function that takes in a numpy array (or arrays) and outputs a Data object.


should be the inverse of 'toList' or 'toNumpy'

something like:

makeDataFromNumpy(, )

check dimension! exception for MPI!