Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmimpl.h216 #define MAXDMMONITORS 5 macro
320 PetscErrorCode (*monitor[MAXDMMONITORS])(DM, void *);
321 PetscCtxDestroyFn *monitordestroy[MAXDMMONITORS];
322 void *monitorcontext[MAXDMMONITORS];
/petsc/src/dm/interface/
H A Ddm.c9025 …PetscCheck(dm->numbermonitors < MAXDMMONITORS, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Too man… in DMMonitorSet()