Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex48.c43 PetscReal plotStartTime; member
70 options->plotStartTime = 0.0; in ProcessOptions()
92 …e", "Time to delay start of plotting", "mhd.c", options->plotStartTime, &options->plotStartTime, N… in ProcessOptions()
318 …if (((time - ctx->plotStartTime) / ctx->plotDt >= (PetscReal)ctx->plotIdx && time >= ctx->plotStar… in Monitor()