Home
last modified time | relevance | path

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

/petsc/src/ts/event/tests/
H A Dex1.c21 const PetscInt n_end = 11; in main() local
101 PetscCall(TSSetMaxSteps(ts, PetscMin(n + 3, n_end))); in main()