PCPythonSetType#
Initialize a PC object implemented in Python, a PCPYTHON.
Synopsis#
#include "petscpc.h" 
PetscErrorCode PCPythonSetType(PC pc, const char pyname[])
Collective
Input Parameters#
- pc - the preconditioner ( - PC) context.
- pyname - full dotted Python name [package].module[.{class|function}] 
Options Database Key#
- -pc_python_type - - python class
See Also#
KSP: Linear System Solvers, PC, PCSHELL, PCCreate(), PCSetType(), PCPYTHON, PetscPythonInitialize()
Level#
intermediate
Location#
Examples#
src/ksp/ksp/tutorials/ex100.c
src/ksp/ksp/tutorials/ex100f.F90
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages