Searched refs:TSMonitorDrawCtx (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 583 TSMonitorDrawCtx ictx = (TSMonitorDrawCtx)ctx; in TSMonitorDrawSolution() 640 TSMonitorDrawCtx ictx = (TSMonitorDrawCtx)ctx; in TSMonitorDrawSolutionPhase() 696 PetscErrorCode TSMonitorDrawCtxDestroy(TSMonitorDrawCtx *ictx) in TSMonitorDrawCtxDestroy() 734 …r host[], const char label[], int x, int y, int m, int n, PetscInt howoften, TSMonitorDrawCtx *ctx) in TSMonitorDrawCtxCreate() 776 TSMonitorDrawCtx ctx = (TSMonitorDrawCtx)Ctx; in TSMonitorDrawSolutionFunction() 815 TSMonitorDrawCtx ctx = (TSMonitorDrawCtx)Ctx; in TSMonitorDrawError()
|
| H A D | ts.c | 291 TSMonitorDrawCtx ctx; in TSSetFromOptions() 301 TSMonitorDrawCtx ctx; in TSSetFromOptions() 319 TSMonitorDrawCtx ctx; in TSSetFromOptions() 329 TSMonitorDrawCtx ctx; in TSSetFromOptions()
|
| /petsc/src/ts/interface/sensitivity/ |
| H A D | tssen.c | 1428 TSMonitorDrawCtx ictx = (TSMonitorDrawCtx)dummy; in TSAdjointMonitorDrawSensi() 1485 TSMonitorDrawCtx ctx; in TSAdjointSetFromOptions()
|
| /petsc/include/ |
| H A D | petscts.h | 491 typedef struct _n_TSMonitorDrawCtx *TSMonitorDrawCtx; typedef 492 …wCtxCreate(MPI_Comm, const char[], const char[], int, int, int, int, PetscInt, TSMonitorDrawCtx *); 493 PETSC_EXTERN PetscErrorCode TSMonitorDrawCtxDestroy(TSMonitorDrawCtx *);
|