slepc-3.16.1 2021-11-17
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
|
Input Parameter
| nonlinear | - the nonlinear flag
|
See Also
EPSPowerSetUpdate(), EPSPowerSetNonlinear()
Location: src/eps/impls/power/power.c
Examples
src/eps/tutorials/ex34.c.html
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages