#include "petscvec.h" int VecGetOwnershipRange(Vec x,int *low,int *high)Not Collective
low | - the first local element, pass in PETSC_NULL if not interested | |
high | - one more than the last local element, pass in PETSC_NULL if not interested |
Level:beginner
Location:src/vec/interface/vector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages