PCShellSetName#
Sets an optional name to associate with a PCSHELL preconditioner.
Synopsis#
#include "petscpc.h" 
PetscErrorCode PCShellSetName(PC pc, const char name[])
Not Collective
Input Parameters#
- pc - the preconditioner context 
- name - character string describing shell preconditioner 
Note#
This is separate from the name you can provide with PetscObjectSetName()
See Also#
KSP: Linear System Solvers, PCSHELL, PCShellGetName(), PetscObjectSetName(), PetscObjectGetName()
Level#
intermediate
Location#
Examples#
Implementations#
PCShellSetName_Shell() in src/ksp/pc/impls/shell/shellpc.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages