slepc-3.13.0 2020-03-31
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
Index of all EPS routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/eps/tutorials/ex34.c.html