Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dkspimpl.h69 #define MAXKSPMONITORS 5 macro
127 KSPMonitorFn *monitor[MAXKSPMONITORS];
128 PetscCtxDestroyFn *monitordestroy[MAXKSPMONITORS];
129 void *monitorcontext[MAXKSPMONITORS]; /* residual calculation, allows user */
/petsc/src/ksp/ksp/interface/
H A Ditfunc.c2363 …PetscCheck(ksp->numbermonitors < MAXKSPMONITORS, PetscObjectComm((PetscObject)ksp), PETSC_ERR_ARG_… in KSPMonitorSet()