Searched refs:MAXKSPMONITORS (Results 1 – 2 of 2) sorted by relevance
69 #define MAXKSPMONITORS 5 macro127 KSPMonitorFn *monitor[MAXKSPMONITORS];128 PetscCtxDestroyFn *monitordestroy[MAXKSPMONITORS];129 void *monitorcontext[MAXKSPMONITORS]; /* residual calculation, allows user */
2363 …PetscCheck(ksp->numbermonitors < MAXKSPMONITORS, PetscObjectComm((PetscObject)ksp), PETSC_ERR_ARG_… in KSPMonitorSet()