30 May
2015
30 May
'15
2:01 p.m.
Its not here: http://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/Vec/index.html On Sat, May 30, 2015 at 12:53 PM, Barry Smith <[email protected]> wrote:
On May 30, 2015, at 9:55 AM, Mark Adams <[email protected]> wrote:
There does not appear to be such a beast.
I am reading from this array. I guess the compiler will not check that this is "const", so its not safe (Fortran after all). Should I just copy this vector or should there be a VecGetArrayReadF90?
There is a VecGetArrayReadF90().
Mark