Searched refs:x_copy (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | lmvm_copy_test.c | 123 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()
|