IPGetOrthogonalization

Gets the orthogonalization settings from the IP object.

Synopsis

#include "slepcip.h" 
PetscErrorCode IPGetOrthogonalization(IP ip,IPOrthogonalizationType *type,IPOrthogonalizationRefinementType *refinement, PetscReal *eta)
Not Collective

Input Parameter

ip - inner product context

Output Parameter

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

See Also

IPOrthogonalize(), IPSetOrthogonalization(), IPOrthogonalizationType,
IPOrthogonalizationRefinementType

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