Lines Matching refs:howoften
403 …t char host[], const char label[], int x, int y, int m, int n, PetscInt howoften, TSMonitorLGCtx *… in TSMonitorLGCtxCreate() argument
414 (*ctx)->howoften = howoften; in TSMonitorLGCtxCreate()
455 if (((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && ts->reason)) { in TSMonitorLGTimeStep()
491 …t char host[], const char label[], int x, int y, int m, int n, PetscInt howoften, PetscInt retain,… in TSMonitorSPCtxCreate() argument
501 (*ctx)->howoften = howoften; in TSMonitorSPCtxCreate()
518 …t char host[], const char label[], int x, int y, int m, int n, PetscInt howoften, PetscInt Ns, Pet… in TSMonitorHGCtxCreate() argument
535 (*ctx)->howoften = howoften; in TSMonitorHGCtxCreate()
591 …if (!(((ictx->howoften > 0) && (!(step % ictx->howoften))) || ((ictx->howoften == -1) && ts->reaso… in TSMonitorDrawSolution()
734 …t char host[], const char label[], int x, int y, int m, int n, PetscInt howoften, TSMonitorDrawCtx… in TSMonitorDrawCtxCreate() argument
741 (*ctx)->howoften = howoften; in TSMonitorDrawCtxCreate()
781 …if (!(((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && ts->reason))… in TSMonitorDrawSolutionFunction()
820 …if (!(((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && ts->reason))… in TSMonitorDrawError()
1097 if (((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && ts->reason)) { in TSMonitorLGSolution()
1377 if (((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && ts->reason)) { in TSMonitorLGError()
1445 if (((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && ts->reason)) { in TSMonitorSPSwarmSolution()
1529 if (((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && ts->reason)) { in TSMonitorHGSwarmSolution()
1656 …if (((ctx->howoften > 0) && (!(n % ctx->howoften)) && (n > -1)) || ((ctx->howoften == -1) && (n ==… in TSMonitorLGSNESIterations()
1682 …if (((ctx->howoften > 0) && (!(n % ctx->howoften)) && (n > -1)) || ((ctx->howoften == -1) && (n ==… in TSMonitorLGKSPIterations()