EPSEVSLGetDamping#
Gets the type of damping.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSEVSLGetDamping(EPS eps,EPSEVSLDamping *damping)
Not Collective
Input Parameter#
eps - the eigensolver context
Output Parameter#
damping - the type of damping
See Also#
Level#
intermediate
Location#
Implementations#
EPSEVSLGetDamping_EVSL() in src/eps/impls/external/evsl/evsl.c
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages