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 <bsmith@mcs.anl.gov> wrote:

> On May 30, 2015, at 9:55 AM, Mark Adams <mfadams@lbl.gov> 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