| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 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() [all …]
|
| H A D | tseig.c | 7 …PetscInt howoften; /* when > 0 uses step % howoften, when negative only final solution plotted … member 46 …t char host[], const char label[], int x, int y, int m, int n, PetscInt howoften, TSMonitorSPEigCt… in TSMonitorSPEigCtxCreate() argument 68 (*ctx)->howoften = howoften; in TSMonitorSPEigCtxCreate() 106 if (((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && ts->reason)) { in TSMonitorSPEig()
|
| H A D | ts.c | 164 PetscInt howoften = 1; in TSSetFromOptions() local 168 …r_lg_solution", "Monitor solution graphically", "TSMonitorLGSolution", howoften, &howoften, NULL)); in TSSetFromOptions() 173 …TSMonitorLGCtxNetworkCreate(ts, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 600, 400, howoften, &ctx)); in TSSetFromOptions() 178 …torLGCtxCreate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions() 186 PetscInt howoften = 1; in TSSetFromOptions() local 188 …ts_monitor_lg_error", "Monitor error graphically", "TSMonitorLGError", howoften, &howoften, NULL)); in TSSetFromOptions() 189 …torLGCtxCreate(PETSC_COMM_SELF, NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions() 197 PetscInt howoften = 1; in TSSetFromOptions() local 199 …timestep", "Monitor timestep size graphically", "TSMonitorLGTimeStep", howoften, &howoften, NULL)); in TSSetFromOptions() 200 …tscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 400, 300, howoften, &ctx)); in TSSetFromOptions() [all …]
|
| /petsc/src/ts/utils/ |
| H A D | dmnetworkts.c | 28 …t char host[], const char label[], int x, int y, int m, int n, PetscInt howoften, TSMonitorLGCtxNe… in TSMonitorLGCtxNetworkCreate() argument 83 (*ctx)->howoften = howoften; in TSMonitorLGCtxNetworkCreate() 181 if (((ctx->howoften > 0) && (!(step % ctx->howoften))) || ((ctx->howoften == -1) && reason)) { in TSMonitorLGCtxNetworkSolution()
|
| H A D | dmdats.c | 404 …if (((lgctx->howoften > 0) && (!(step % lgctx->howoften))) || ((lgctx->howoften == -1) && ts->reas… in TSMonitorLGDMDARay()
|
| /petsc/src/tao/interface/ |
| H A D | taosolver.c | 21 …PetscInt howoften; /* when > 0 uses iteration % howoften, when negative only final solution plo… member 520 PetscInt howoften = 1; in TaoSetFromOptions() local 521 …jectComm((PetscObject)tao), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &drawctx)); in TaoSetFromOptions() 533 PetscInt howoften = 1; in TaoSetFromOptions() local 534 …jectComm((PetscObject)tao), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &drawctx)); in TaoSetFromOptions() 1903 …if (!(((ictx->howoften > 0) && (!(tao->niter % ictx->howoften))) || ((ictx->howoften == -1) && tao… in TaoMonitorSolutionDraw() 1930 …if (!(((ictx->howoften > 0) && (!(tao->niter % ictx->howoften))) || ((ictx->howoften == -1) && tao… in TaoMonitorGradientDraw() 2828 …t char host[], const char label[], int x, int y, int m, int n, PetscInt howoften, TaoMonitorDrawCt… in TaoMonitorDrawCtxCreate() argument 2834 (*ctx)->howoften = howoften; in TaoMonitorDrawCtxCreate()
|
| /petsc/include/petsc/private/ |
| H A D | tsimpl.h | 533 …PetscInt howoften; /* when > 0 uses step % howoften, when negative only final solution plotted … member 547 …PetscInt howoften; /* when > 0 uses step % howoften, when negative only final solution plot… member 556 …PetscInt howoften; /* when > 0 uses step % howoften, when negative only final solution plotted… member 598 …PetscInt howoften; /* when > 0 uses step % howoften, when negative only final solution plotted … member
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 1434 …if (!(((ictx->howoften > 0) && (!(step % ictx->howoften))) || ((ictx->howoften == -1) && ts->reaso… in TSAdjointMonitorDrawSensi() 1486 PetscInt howoften = 1; in TSAdjointSetFromOptions() local 1488 …sensitivities (lambda only) graphically", "TSAdjointMonitorDrawSensi", howoften, &howoften, NULL)); in TSAdjointSetFromOptions() 1489 …tscObjectComm((PetscObject)ts), NULL, NULL, PETSC_DECIDE, PETSC_DECIDE, 300, 300, howoften, &ctx)); in TSAdjointSetFromOptions()
|
| /petsc/include/ |
| H A D | petscts.h | 1044 …PetscInt howoften; /* when > 0 uses step % howoften, when negative only final solution plotted… member
|