#include "slepcbv.h" PetscErrorCode BVGetSplit(BV bv,BV *L,BV *R)Logically Collective on BV
bv | - the basis vectors context |
L | - left BV containing leading columns (can be NULL) | |
R | - right BV containing remaining columns (can be NULL) |
The returned BV's must be seen as references (not copies) of the input BV, that is, modifying them will change the entries of bv as well. The returned BV's must not be destroyed. BVRestoreSplit() must be called when they are no longer needed.
Pass NULL for any of the output BV's that is not needed.
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