#include "petscvec.h" PetscErrorCode VecNestSetSubVecs(Vec X,PetscInt N,PetscInt *idxm,Vec *sx)Not collective
X | - nest vector | |
N | - number of component vecs in sx | |
idxm | - indices of component vecs that are to be replaced | |
sx | - array of vectors |
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