Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dextchem.c60 static PetscErrorCode MonitorTempature(TS, PetscInt, PetscReal, Vec, void *);
140 if (tflg) PetscCall(TSMonitorSet(ts, MonitorTempature, &user, NULL)); in main()
374 PetscErrorCode MonitorTempature(TS ts, PetscInt step, PetscReal time, Vec x, PetscCtx ctx) in MonitorTempature() function