#include "slepcbv.h" PetscErrorCode BVGetArray(BV bv,PetscScalar **a)Logically Collective on BV
bv | - the basis vectors context |
a | - location to put pointer to the array |
The pointer will normally point to the first entry of the first column, but if the BV has constraints then these go before the regular columns.
Location: src/sys/classes/bv/interface/bvbasic.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages