SNESShellGetContext#
Returns the user-provided context associated with a SNESSHELL
Synopsis#
#include "petscsnes.h"
PetscErrorCode SNESShellGetContext(SNES snes, void *ctx)
Not Collective
Input Parameter#
snes - should have been created with
SNESSetType
(snes,SNESSHELL
);
Output Parameter#
ctx - the user provided context
See Also#
SNESSHELL
, SNESCreateShell()
, SNESShellSetContext()
Level#
advanced
Location#
Examples#
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages