STGetType#

Gets the ST type name (as a string) from the ST context.

Synopsis#

#include "slepcst.h" 
PetscErrorCode STGetType(ST st,STType *type)

Not Collective

Input Parameter#

  • st - the spectral transformation context

Output Parameter#

  • type - name of the spectral transformation

Note#

type should not be retained for later use as it will be an invalid pointer if the STType of st is changed.

See Also#

ST: Spectral Transformation, STSetType(), PetscObjectTypeCompare(), PetscObjectTypeCompareAny()

Level#

intermediate

Location#

src/sys/classes/st/interface/stset.c


Index of all ST routines Table of Contents for all manual pages Index of all manual pages