Searched refs:testMAXPY (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex2k.c | 29 PetscBool testMDot, testMAXPY; in main() local 54 PetscCall(PetscStrncmp(testName, "VecMAXPY", sizeof(testName), &testMAXPY)); in main() 55 …PetscCheck(testMDot || testMAXPY, PETSC_COMM_WORLD, PETSC_ERR_USER_INPUT, "Unsupported test name: … in main() 82 else if (testMAXPY) PetscCall(VecMAXPY(x, N, vals, ys)); in main() 91 else if (testMAXPY) PetscCall(VecMAXPY(x, N, vals, ys)); in main()
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_vec.py | 218 def testMAXPY(self): member in BaseTestVec
|