Searched refs:positiveVectorUpdate (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/tests/ |
| H A D | lmvm_copy_test.c | 5 static PetscErrorCode positiveVectorUpdate(PetscRandom rand, Vec x, Vec f) in positiveVectorUpdate() function 138 PetscCall(positiveVectorUpdate(rand, x, f)); in testMatLMVMCopy() 142 PetscCall(positiveVectorUpdate(rand, x, f)); in testMatLMVMCopy() 155 PetscCall(positiveVectorUpdate(rand, x, f)); in testMatLMVMCopy() 161 PetscCall(positiveVectorUpdate(rand, x_copy, f_copy)); in testMatLMVMCopy()
|