slepc-3.6.1 2015-09-03
BVCreateVec
Creates a new Vec object with the same type and dimensions as the columns of the basis vectors object.
Synopsis
#include "slepcbv.h"
PetscErrorCode BVCreateVec(BV bv,Vec *v)
Collective on BV
Input Parameter
bv - the basis vectors context
Output Parameter
v - the new vector
Note
The user is responsible of destroying the returned vector.
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