slepc-3.10.1 2018-10-23
Report Typos and Errors

BVRestoreSplit

Restore the BV objects obtained with BVGetSplit().

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVRestoreSplit(BV bv,BV *L,BV *R)
Logically Collective on BV

Input Parameters

bv  - the basis vectors context
L  - left BV obtained with BVGetSplit()
R  - right BV obtained with BVGetSplit()

Note

The arguments must match the corresponding call to BVGetSplit().

See Also

BVGetSplit()

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