KSPPythonSetType#

Initialize a KSP object implemented in Python.

Synopsis#

#include "petscksp.h" 
PetscErrorCode KSPPythonSetType(KSP ksp, const char pyname[])

Collective on ksp

Input Parameters#

  • ksp - the linear solver (KSP) context.

  • pyname - full dotted Python name [package].module[.{class|function}]

Options Database Key#

  • -ksp_python_type - python class

See Also#

KSPCreate(), KSPSetType(), KSPPYTHON, PetscPythonInitialize()

Level#

intermediate

Location#

src/ksp/ksp/impls/python/pythonksp.c

Examples#

src/ksp/ksp/tutorials/ex100.c.html
src/ksp/ksp/tutorials/ex100f.F90.html


Edit on GitLab

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