EPSGetOrthogonalization

Gets the orthogonalization type from the EPS object.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSGetOrthogonalization(EPS eps,EPSOrthogonalizationType *type,EPSOrthogonalizationRefinementType *refinement, PetscReal *eta)
Not Collective

Input Parameter

eps -Eigensolver context

Output Parameter

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

See Also

EPSSetOrthogonalization()

Level:intermediate
Location:
src/eps/interface/opts.c
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages