Lines Matching refs:TSMonitorLGCtx
403 …har host[], const char label[], int x, int y, int m, int n, PetscInt howoften, TSMonitorLGCtx *ctx) in TSMonitorLGCtxCreate()
440 TSMonitorLGCtx ctx = (TSMonitorLGCtx)monctx; in TSMonitorLGTimeStep()
477 PetscErrorCode TSMonitorLGCtxDestroy(TSMonitorLGCtx *ctx) in TSMonitorLGCtxDestroy()
1023 TSMonitorLGCtx ctx = (TSMonitorLGCtx)dctx; in TSMonitorLGSolution()
1127 PetscCall(TSMonitorLGCtxSetVariableNames((TSMonitorLGCtx)ts->monitorcontext[i], names)); in TSMonitorLGSetVariableNames()
1147 PetscErrorCode TSMonitorLGCtxSetVariableNames(TSMonitorLGCtx ctx, const char *const *names) in TSMonitorLGCtxSetVariableNames()
1181 TSMonitorLGCtx ctx = (TSMonitorLGCtx)ts->monitorcontext[i]; in TSMonitorLGGetVariableNames()
1202 PetscErrorCode TSMonitorLGCtxSetDisplayVariables(TSMonitorLGCtx ctx, const char *const *displayname… in TSMonitorLGCtxSetDisplayVariables()
1254 … PetscCall(TSMonitorLGCtxSetDisplayVariables((TSMonitorLGCtx)ts->monitorcontext[i], displaynames)); in TSMonitorLGSetDisplayVariables()
1285 …if (ts->monitor[i] == TSMonitorLGSolution) PetscCall(TSMonitorLGCtxSetTransform((TSMonitorLGCtx)ts… in TSMonitorLGSetTransform()
1305 PetscErrorCode TSMonitorLGCtxSetTransform(TSMonitorLGCtx ctx, PetscErrorCode (*transform)(PetscCtx,… in TSMonitorLGCtxSetTransform()
1344 TSMonitorLGCtx ctx = (TSMonitorLGCtx)Ctx; in TSMonitorLGError()
1640 TSMonitorLGCtx ctx = (TSMonitorLGCtx)monctx; in TSMonitorLGSNESIterations()
1666 TSMonitorLGCtx ctx = (TSMonitorLGCtx)monctx; in TSMonitorLGKSPIterations()