slepc-3.20.2 2024-03-15
Report Typos and Errors

STShellSetContext

Sets the context for a shell ST

Synopsis

#include "slepcst.h" 
PetscErrorCode STShellSetContext(ST st,void *ctx)
Logically Collective

Input Parameters

st  - the shell ST
ctx  - the context

Fortran Notes

To use this from Fortran you must write a Fortran interface definition for this function that tells Fortran the Fortran derived data type that you are passing in as the ctx argument.

See Also

STShellGetContext()

Level

advanced

Location

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

Examples

src/eps/tutorials/ex10.c
src/eps/tutorials/ex35.c
src/eps/tutorials/ex36.c


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