EPSPowerGetNonlinear#
Returns a flag indicating if the problem is nonlinear.
Synopsis#
#include "slepceps.h"
PetscErrorCode EPSPowerGetNonlinear(EPS eps,PetscBool *nonlinear)
Not Collective
Input Parameter#
eps - the eigenproblem solver context
Output Parameter#
nonlinear - the nonlinear flag
See Also#
EPSPowerSetUpdate(), EPSPowerSetNonlinear()
Level#
advanced
Location#
Examples#
Implementations#
EPSPowerGetNonlinear_Power() in src/eps/impls/power/power.c
Index of all EPS routines Table of Contents for all manual pages Index of all manual pages