petsc-3.3-p7 2013-05-11

KSPGetNullSpace

Gets the null space of the operator

Synopsis

#include "petscksp.h" 
PetscErrorCode  KSPGetNullSpace(KSP ksp,MatNullSpace *nullsp)
Not Collective

Input Parameters

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

See Also

KSPSetOperators(), MatNullSpaceCreate(), KSPSetNullSpace()

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