#include "petscvec.h" PetscErrorCode VecGetThreadOwnershipRange(Vec X,PetscInt thread_id,PetscInt *start,PetscInt *end)Not thread collective
X | - the vector | |
thread_id | - Thread number |
start | - the first thread local element index, pass in PETSC_NULL if not interested | |
end | - one more than the last thread local element index, pass in PETSC_NULL if not interested |
Level:beginner
Location:src/vec/vec/impls/seq/seqpthread/vecpthread.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages