Home
last modified time | relevance | path

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

/petsc/src/ts/interface/
H A Dtsmon.c403 …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()
[all …]
H A Dts.c177 TSMonitorLGCtx ctx; in TSSetFromOptions()
185 TSMonitorLGCtx ctx; in TSSetFromOptions()
196 TSMonitorLGCtx ctx; in TSSetFromOptions()
205 TSMonitorLGCtx ctx; in TSSetFromOptions()
216 TSMonitorLGCtx ctx; in TSSetFromOptions()
225 TSMonitorLGCtx ctx; in TSSetFromOptions()
/petsc/include/
H A Dpetscts.h992 typedef struct _n_TSMonitorLGCtx *TSMonitorLGCtx; typedef
997 TSMonitorLGCtx lgctx;
1023 …rLGCtxCreate(MPI_Comm, const char[], const char[], int, int, int, int, PetscInt, TSMonitorLGCtx *);
1024 PETSC_EXTERN PetscErrorCode TSMonitorLGCtxDestroy(TSMonitorLGCtx *);
1029 PETSC_EXTERN PetscErrorCode TSMonitorLGCtxSetVariableNames(TSMonitorLGCtx, const char *const *);
1031 PETSC_EXTERN PetscErrorCode TSMonitorLGCtxSetDisplayVariables(TSMonitorLGCtx, const char *const *);
1033 PETSC_EXTERN PetscErrorCode TSMonitorLGCtxSetTransform(TSMonitorLGCtx, PetscErrorCode (*)(void *, V…
/petsc/src/ts/utils/
H A Ddmdats.c372 TSMonitorLGCtx lgctx = rayctx->lgctx; in TSMonitorLGDMDARay()
/petsc/src/ts/tutorials/
H A Dextchemfield.c460 TSMonitorLGCtx ctx; in MonitorCell()
/petsc/doc/manual/
H A Dgetting_started.md1057 TSMonitorLGCtx *ctx;