BVRestoreSplitRows#
Restore the BV objects obtained with BVGetSplitRows().
Synopsis#
#include "slepcbv.h"
PetscErrorCode BVRestoreSplitRows(BV bv,IS isup,IS islo,BV *U,BV *L)
Logically Collective
Input Parameters#
Note#
The arguments must match the corresponding call to BVGetSplitRows().
See Also#
Level#
advanced
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