EPSGetOrthogonalization

Gets the orthogonalization settings 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 selective refinement

See Also

EPSOrthogonalize(), EPSSetOrthogonalization()

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