STFilterGetType#
Gets the method to be used to build the polynomial filter.
Synopsis#
#include "slepcst.h"
PetscErrorCode STFilterGetType(ST st,STFilterType *type)
Not Collective
Input Parameter#
st - the spectral transformation context
Output Parameter#
type - the type of filter
See Also#
STFilterSetType()
Level#
intermediate
Location#
Implementations#
STFilterGetType_Filter() in src/sys/classes/st/impls/filter/filter.c
Index of all ST routines Table of Contents for all manual pages Index of all manual pages