Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/ !
H A Dex30.c897 PetscReal view_times[64]; member
945 for (PetscInt i = 0; i < 64; i++) options->view_times[i] = PETSC_MAX_REAL; in ProcessOptions()
969 …nsRealArray("-monitor_times", "Save at specific times", NULL, options->view_times, (tmp = 64, &tmp… in ProcessOptions()
2071 …view_times_k < ctx->view_times_n && time >= ctx->view_times[ctx->view_times_k] && time < ctx->view… in Monitor()