NEPSetDSType#
Sets the type of the internal DS object based on the current settings of the nonlinear eigensolver.
Synopsis#
#include "slepcnep.h"
PetscErrorCode NEPSetDSType(NEP nep)
Collective
Input Parameter#
nep - nonlinear eigensolver context
Note#
This function need not be called explicitly, since it will be called at both NEPSetFromOptions() and NEPSetUp().
See Also#
NEPSetFromOptions(), NEPSetUp()
Level#
developer
Location#
Implementations#
NEPSetDSType_CISS() in src/nep/impls/ciss/nciss.c
Index of all NEP routines Table of Contents for all manual pages Index of all manual pages