Searched refs:TSMonitorLGCtxNetwork (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/utils/ |
| H A D | dmnetworkts.c | 17 PetscErrorCode TSMonitorLGCtxNetworkDestroy(TSMonitorLGCtxNetwork *ctx) in TSMonitorLGCtxNetworkDestroy() 28 …t[], const char label[], int x, int y, int m, int n, PetscInt howoften, TSMonitorLGCtxNetwork *ctx) in TSMonitorLGCtxNetworkCreate() 115 TSMonitorLGCtxNetwork ctx = (TSMonitorLGCtxNetwork)dctx; in TSMonitorLGCtxNetworkSolution()
|
| /petsc/include/ |
| H A D | petscts.h | 1046 typedef struct _n_TSMonitorLGCtxNetwork *TSMonitorLGCtxNetwork; typedef 1047 PETSC_EXTERN PetscErrorCode TSMonitorLGCtxNetworkDestroy(TSMonitorLGCtxNetwork *); 1048 …tworkCreate(TS, const char[], const char[], int, int, int, int, PetscInt, TSMonitorLGCtxNetwork *);
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 172 TSMonitorLGCtxNetwork ctx; in TSSetFromOptions()
|