#include "slepcbv.h" PetscErrorCode BVRestoreSplitRows(BV bv,IS isup,IS islo,BV *U,BV *L)Logically Collective
bv | - the basis vectors context | |
isup | - the index set that defines the upper part of the horizontal splitting | |
islo | - the index set that defines the lower part of the horizontal splitting | |
U | - the BV containing the upper rows | |
L | - the BV containing the lower rows |