petsc-3.5.4 2015-05-23
Report Typos and Errors

KSPSetNullSpace

Sets the null space of the operator

Synopsis

#include "petscksp.h" 
PetscErrorCode  KSPSetNullSpace(KSP ksp,MatNullSpace nullsp)
Logically Collective on KSP

Input Parameters

ksp - the Krylov space object
nullsp - the null space of the operator

Notes: If the Mat provided to KSP has a nullspace added to it with MatSetNullSpace() then KSP will automatically use the MatNullSpace and you don't need to call KSPSetNullSpace().

See Also

KSPSetOperators(), MatNullSpaceCreate(), KSPGetNullSpace(), MatSetNullSpace()

Level:advanced
Location:
src/ksp/ksp/interface/itcreate.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ksp/ksp/examples/tutorials/ex4.c.html