slepc-3.15.1 2021-05-28
Report Typos and Errors

EPSPowerGetUpdate

Returns a flag indicating if the residual is updated monolithically for nonlinear problems.

Synopsis

#include "slepceps.h" 
PetscErrorCode EPSPowerGetUpdate(EPS eps,PetscBool *update)
Not Collective

Input Parameter

eps  - the eigenproblem solver context

Input Parameter

update  - the update 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