Home
last modified time | relevance | path

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

/petsc/src/vec/is/sf/tests/
H A Dex4k.kokkos.cxx36 PetscLogDouble t_start = 0, t_end = 0, time[64]; in main() local
144 t_end = MPI_Wtime(); in main()
145 time[j] = (t_end - t_start) * 1e6 / (niter * 2); in main()
/petsc/src/ts/event/tests/
H A Dex1.c23 const PetscReal t_end = 11; in main() local
95 while (t < t_end) { in main()
118 while (t < t_end) { in main()
123 PetscCall(TSSetMaxTime(ts, PetscMin(t + 3, t_end))); in main()
H A Dex16.c20 const PetscReal t_end = 2.0; in main() local
68 PetscCall(TSSetMaxTime(ts, t_end)); in main()