Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex37.c240 PetscErrorCode gen_test_vector(MPI_Comm comm, PetscInt length, PetscInt start_value, PetscInt strid… in gen_test_vector() function
285 PetscCall(gen_test_vector(PETSC_COMM_WORLD, 4, 0, 1, &x1)); in test_axpy_dot_max()
286 PetscCall(gen_test_vector(PETSC_COMM_WORLD, 5, 10, 2, &x2)); in test_axpy_dot_max()
288 PetscCall(gen_test_vector(PETSC_COMM_WORLD, 4, 4, 3, &y1)); in test_axpy_dot_max()
289 PetscCall(gen_test_vector(PETSC_COMM_WORLD, 5, 5, 1, &y2)); in test_axpy_dot_max()