KCL-BMEIS/ExeTera

field.resize functionality

atbenmurray opened this issue · 0 comments

exetera needs a resize function that carries out the numpy resize functionality. This should probably be implemented in the form of exetera.resize(a_field).
We could also potentially expose this functionality in other ways, such as a_field.resize() although that doesn't mirror the numpy api