#include "petscvec.h" PetscErrorCode VecNestSetSubVecs(Vec X,PetscInt N,PetscInt *idxm,Vec *sx)Not collective
The components in the vector array sx do not have to be of the same size as corresponding components in X. The user can also free the array "sx" after the call.
Level:developer
Location:src/vec/vec/impls/nest/vecnest.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages