MFNSetBV#
Associates a basis vectors object to the matrix function solver.
Synopsis#
#include "slepcmfn.h"
PetscErrorCode MFNSetBV(MFN mfn,BV bv)
Collective
Input Parameters#
mfn - the matrix function solver context
bv - the basis vectors object
Note#
Use MFNGetBV() to retrieve the basis vectors context (for example, to free it at the end of the computations).
See Also#
Level#
advanced
Location#
Index of all MFN routines Table of Contents for all manual pages Index of all manual pages