Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex30.c898 PetscInt view_times_n, view_times_k; member
968 options->view_times_n = 0; in ProcessOptions()
970 if (flg) options->view_times_n = tmp; in ProcessOptions()
2071 …if (ctx->view_times_k < ctx->view_times_n && time >= ctx->view_times[ctx->view_times_k] && time < … in Monitor()