Searched refs:Jxhat_pred (Results 1 – 1 of 1) sorted by relevance
550 PetscReal Jx, Jxhat_comp, Jxhat_pred; in TaylorTest() local575 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()