#include "petscpc.h" PetscErrorCode PCSASetVectors(PC pc,PetscInt nvects,PetscReal *vects)Collective on PC
pc | - the solver context | |
nects | - the number of vectors | |
vects | - the vectors |
Notes: 'vects' is a dense tall skinny matrix with 'nvects' columns and the number of local equations rows. 'vects' is stored in row major order.
Level:intermediate
Location:src/ksp/pc/impls/prometheus/petscprom.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages