"Smith, Barry F. via petsc-users" <[email protected]> writes:
> Currently none of the XXXViewFromOptions() have manual pages or Fortran > stubs/interfaces. It is probably easier to remove them as inline functions > and instead write them as full functions which just call > PetscObjectViewFromOptions() with manual pages then the Fortran > stubs/interfaces will be built automatically. PetscObjectViewFromOptions has a custom interface because it takes a string. Fortran users could call that today, rather than wait for stubs to be written.
