Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/network/
H A Dex1.c28 PetscErrorCode UserMonitor(SNES snes, PetscInt its, PetscReal fnorm, void *appctx) in UserMonitor() function
775 PetscCall(SNESMonitorSet(snes_power, UserMonitor, &user, NULL)); in main()
776 PetscCall(SNESMonitorSet(snes_water, UserMonitor, &user, NULL)); in main()
777 PetscCall(SNESMonitorSet(snes, UserMonitor, &user, NULL)); in main()