Skip to main content
Ctrl+K
SLEPc Home SLEPc Home
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • About
  • Installation
  • Documentation
  • C/Fortran API
  • slepc4py API
  • Material
  • Contact
  • GitLab
  • UPV
  • Feed
  • STDestroy

STDestroy#

Destroys ST context that was created with STCreate().

Synopsis#

#include "slepcst.h" 
PetscErrorCode STDestroy(ST *st)

Collective

Input Parameter#

  • st - the spectral transformation context

See Also#

STCreate(), STSetUp()

Level#

beginner

Location#

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

Implementations#

STDestroy_Cayley() in src/sys/classes/st/impls/cayley/cayley.c
STDestroy_Filter() in src/sys/classes/st/impls/filter/filter.c
STDestroy_Precond() in src/sys/classes/st/impls/precond/precond.c
STDestroy_Shell() in src/sys/classes/st/impls/shell/shell.c


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

On this page
  • Synopsis
  • Input Parameter
  • See Also
  • Level
  • Location
  • Implementations
Edit on GitLab

This Page

  • Show Source

© Copyright 2002-2025, Universitat Politecnica de Valencia, Spain.

Created using Sphinx 7.3.7.

Built with the PyData Sphinx Theme 0.16.1.