PCShellSetName

Sets an optional name to associate with a shell preconditioner.

Synopsis

int PCShellSetName(PC pc,char *name)
Not Collective

Input Parameters

pc - the preconditioner context
name - character string describing shell preconditioner

Keywords

PC, shell, set, name, user-provided

See Also

PCShellGetName()

Examples

src/sles/examples/tutorials/ex15.c

Location: src/pc/impls/shell/shellpc.c
PC Index
Table of Contents