Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex48.c45 PetscInt plotStep; member
72 options->plotStep = PETSC_INT_MAX; in ProcessOptions()
312 if (stepi > ctx->plotStep && ctx->plotting) { in Monitor()
330 ctx->plotStep = stepi; in Monitor()
/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c35 PetscInt plotStep; member
424 if (stepi > rectx->plotStep && rectx->plotting) { in Monitor()
448 rectx->plotStep = stepi; in Monitor()
552 rectx->plotStep = PETSC_INT_MAX; in ProcessREOptions()