Code review comment for lp:~jobh/dolfin/fast-array

Revision history for this message
Garth Wells (garth-wells) wrote :

I'm not keen on ownership flags - they were a real mess before and it's been a lot better since we go rid of them.

Would be it be possible to (1) re-use the Array so we avoid dynamic allocation or (2) have an Array-like structure that always owns the data? The class Array was introduced to better interface with Python, but I recall that we later became aware that the Numpy interface has has a flag to prevent resizing, which would make typemaps more robust.

« Back to merge proposal