Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dtaoimpl.h42 #define MAXTAOMONITORS 10 macro
64 PetscErrorCode (*monitor[MAXTAOMONITORS])(Tao, void *);
65 PetscCtxDestroyFn *monitordestroy[MAXTAOMONITORS];
66 void *monitorcontext[MAXTAOMONITORS];
/petsc/src/tao/interface/
H A Dtaosolver.c1542 …mbermonitors < MAXTAOMONITORS, PetscObjectComm((PetscObject)tao), PETSC_ERR_SUP, "Cannot attach an… in TaoMonitorSet()