Home
last modified time | relevance | path

Searched refs:TAOSNESMonitor (Results 1 – 1 of 1) sorted by relevance

/petsc/src/tao/snes/
H A Dtaosnes.c60 static PetscErrorCode TAOSNESMonitor(SNES snes, PetscInt its, PetscReal fnorm, PetscCtx ctx) in TAOSNESMonitor() function
86 PetscCall(SNESMonitorSet(taosnes->snes, TAOSNESMonitor, tao, NULL)); in TaoSetUp_SNES()