STFilterSetDegree#

Sets the degree of the filter polynomial.

Synopsis#

#include "slepcst.h" 
PetscErrorCode STFilterSetDegree(ST st,PetscInt deg)

Logically Collective

Input Parameters#

  • st - the spectral transformation context

  • deg - polynomial degree

Options Database Key#

  • -st_filter_degree - sets the degree of the filter polynomial

See Also#

STFilterGetDegree()

Level#

intermediate

Location#

src/sys/classes/st/impls/filter/filter.c

Implementations#

STFilterSetDegree_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