Home
last modified time | relevance | path

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

/petsc/src/ts/utils/
H A Ddmdats.c369 PetscErrorCode TSMonitorLGDMDARay(TS ts, PetscInt step, PetscReal ptime, Vec u, PetscCtx ctx) in TSMonitorLGDMDARay() function
/petsc/include/
H A Dpetscts.h1001 PETSC_EXTERN PetscErrorCode TSMonitorLGDMDARay(TS, PetscInt, PetscReal, Vec, void *);
/petsc/src/ts/interface/
H A Dts.c389 PetscCall(TSMonitorSet(ts, TSMonitorLGDMDARay, rayctx, TSMonitorDMDARayDestroy)); in TSSetFromOptions()