IPGetOrthogonalization

Gets the orthogonalization settings from the IP object.

Synopsis

#include "slepcip.h" 
PetscErrorCode IPGetOrthogonalization(IP ip,IPOrthogType *type,IPOrthogRefineType *refine,PetscReal *eta)
Not Collective

Input Parameter

ip - inner product context

Output Parameter

type - type of orthogonalization technique
refine - type of refinement
eta - parameter for selective refinement

See Also

IPOrthogonalize(), IPSetOrthogonalization(), IPOrthogType,
IPOrthogRefineType

Location: src/ip/ipbasic.c
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages