Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dlmvm_copy_test.c93 Vec x_, y_, z_, y2_, z2_; in testUnchangedEnd() local
104 PetscCall(MatCreateVecs(A, NULL, &z2_)); in testUnchangedEnd()
106 PetscCall(MatSolve(A, x_, z2_)); in testUnchangedEnd()
108 if (*unchanged == PETSC_TRUE) PetscCall(VecEqual(z_, z2_, unchanged)); in testUnchangedEnd()
109 PetscCall(VecDestroy(&z2_)); in testUnchangedEnd()