Home
last modified time | relevance | path

Searched refs:TSMonitorLGCtxDestroy (Results 1 – 6 of 6) sorted by relevance

/petsc/src/ts/utils/
H A Ddmdats.c348 if (rayctx->lgctx) PetscCall(TSMonitorLGCtxDestroy(&rayctx->lgctx)); in TSMonitorDMDARayDestroy()
/petsc/src/ts/interface/
H A Dts.c179 … PetscCall(TSMonitorSet(ts, TSMonitorLGSolution, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
190 PetscCall(TSMonitorSet(ts, TSMonitorLGError, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
201 … PetscCall(TSMonitorSet(ts, TSMonitorLGTimeStep, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
210 … PetscCall(TSMonitorSet(ts, TSMonitorLGTimeStep, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
221 …Call(TSMonitorSet(ts, TSMonitorLGSNESIterations, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
230 …cCall(TSMonitorSet(ts, TSMonitorLGKSPIterations, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in TSSetFromOptions()
H A Dtsmon.c477 PetscErrorCode TSMonitorLGCtxDestroy(TSMonitorLGCtx *ctx) in TSMonitorLGCtxDestroy() function
/petsc/src/ts/tutorials/
H A Dextchemfield.c480 PetscCall(TSMonitorSet(ts, TSMonitorLGSolution, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy)); in MonitorCell()
/petsc/include/
H A Dpetscts.h1024 PETSC_EXTERN PetscErrorCode TSMonitorLGCtxDestroy(TSMonitorLGCtx *);
/petsc/doc/manual/
H A Dgetting_started.md1060 TSMonitorSet(ts, TSMonitorLGTimeStep, ctx, (PetscCtxDestroyFn *)TSMonitorLGCtxDestroy);