Home
last modified time | relevance | path

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

/petsc/src/tao/unconstrained/tutorials/
H A Dminsurf2.c42 static PetscErrorCode My_Monitor(Tao, void *);
123 if (viewmat) PetscCall(TaoMonitorSet(tao, My_Monitor, NULL, NULL)); in main()
847 PetscErrorCode My_Monitor(Tao tao, PetscCtx ctx) in My_Monitor() function