Searched refs:MAXDMMONITORS (Results 1 – 2 of 2) sorted by relevance
216 #define MAXDMMONITORS 5 macro320 PetscErrorCode (*monitor[MAXDMMONITORS])(DM, void *);321 PetscCtxDestroyFn *monitordestroy[MAXDMMONITORS];322 void *monitorcontext[MAXDMMONITORS];
9025 …PetscCheck(dm->numbermonitors < MAXDMMONITORS, PETSC_COMM_SELF, PETSC_ERR_ARG_OUTOFRANGE, "Too man… in DMMonitorSet()