slepc-3.13.2 2020-05-12
BVGetRandomContext
Gets the PetscRandom object associated with the BV.
Synopsis
#include "slepcbv.h"
PetscErrorCode BVGetRandomContext(BV bv,PetscRandom* rand)
Not Collective
Input Parameter
| bv | - the basis vectors context
|
Output Parameter
| rand | - the random number generator context
|
See Also
BVSetRandomContext(), BVSetRandom(), BVSetRandomColumn()
Location: src/sys/classes/bv/interface/bvbasic.c
Examples
src/pep/tutorials/ex16.c.html
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages