Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/utils/lmvm/tests/
H A Dlmvm_copy_test.c123 Vec u, x, f, x_copy, f_copy, v1, v2, v3; in testMatLMVMCopy() local
149 PetscCall(VecDuplicate(x, &x_copy)); in testMatLMVMCopy()
150 PetscCall(VecCopy(x, x_copy)); in testMatLMVMCopy()
161 PetscCall(positiveVectorUpdate(rand, x_copy, f_copy)); in testMatLMVMCopy()
162 PetscCall(MatLMVMUpdate(A_copy, x_copy, f_copy)); in testMatLMVMCopy()
167 PetscCall(VecDestroy(&x_copy)); in testMatLMVMCopy()