Home
last modified time | relevance | path

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

/petsc/src/tao/tutorials/
H A Dex4.c550 PetscReal Jx, Jxhat_comp, Jxhat_pred; in TaylorTest() local
575 Jxhat_pred = Jx + h * gdotdx; in TaylorTest()
577 J = PetscAbsReal(Jxhat_comp - Jxhat_pred); in TaylorTest()
578 …comm, "J(xhat): %g, predicted: %g, diff %g\n", (double)Jxhat_comp, (double)Jxhat_pred, (double)J)); in TaylorTest()