Home
last modified time | relevance | path

Searched refs:TSMonitorLGCtxNetwork (Results 1 – 3 of 3) sorted by relevance

/petsc/src/ts/utils/
H A Ddmnetworkts.c17 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 Dpetscts.h1046 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 Dts.c172 TSMonitorLGCtxNetwork ctx; in TSSetFromOptions()