MFNGetType#
Gets the MFN type as a string from the MFN object.
Synopsis#
#include "slepcmfn.h"
PetscErrorCode MFNGetType(MFN mfn,MFNType *type)
Not Collective
Input Parameter#
mfn - the matrix function solver context
Output Parameter#
type - name of
MFNmethod
Note#
type should not be retained for later use as it will be an invalid pointer
if the MFNType of mfn is changed.
See Also#
MFN: Matrix Function, MFNSetType(), PetscObjectTypeCompare(), PetscObjectTypeCompareAny()
Level#
intermediate
Location#
Index of all MFN routines Table of Contents for all manual pages Index of all manual pages