Home
last modified time | relevance | path

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

/petsc/src/ts/tests/
H A Dex29.c28 const PetscReal *tspan2, *sol_times; in main() local
43 PetscCall(TSGetEvaluationTimes(ts, &n, &tspan2)); in main()
45 for (i = 0; i < n; i++) PetscCall(PetscPrintf(PETSC_COMM_WORLD, " %g", (double)tspan2[i])); in main()
48 …PetscCheck(PetscIsCloseAtTol(tspan2[i], sol_times[i], 1e-6, 1e2 * PETSC_MACHINE_EPSILON), PetscObj… in main()