Searched refs:Hf (Results 1 – 1 of 1) sorted by relevance
372 Vec f_copy, Hf, Hf_copy; in TestUpdate() local377 PetscCall(VecDuplicate(x_prev, &Hf)); in TestUpdate()379 PetscCall(MatSolve(B, f, Hf)); in TestUpdate()382 PetscCall(VecAXPY(Hf, -1.0, Hf_copy)); in TestUpdate()383 PetscCall(VecNorm(Hf, NORM_2, &err)); in TestUpdate()387 PetscCall(VecDestroy(&Hf)); in TestUpdate()