Searched refs:tmp_buf (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex41.c | 11 Vec tmp_buf[2]; in test_vec_ops() local 42 tmp_buf[0] = c; in test_vec_ops() 43 tmp_buf[1] = d; in test_vec_ops() 45 PetscCall(VecCreateNest(PETSC_COMM_WORLD, 2, NULL, tmp_buf, &a)); in test_vec_ops() 56 tmp_buf[0] = e; in test_vec_ops() 57 tmp_buf[1] = f; in test_vec_ops() 59 PetscCall(VecCreateNest(PETSC_COMM_WORLD, 2, NULL, tmp_buf, &b)); in test_vec_ops() 69 tmp_buf[0] = a; in test_vec_ops() 70 tmp_buf[1] = b; in test_vec_ops() 72 PetscCall(VecCreateNest(PETSC_COMM_WORLD, 2, NULL, tmp_buf, &X)); in test_vec_ops() [all …]
|
| H A D | ex37.c | 46 Vec tmp_buf[2]; in test_view() local 73 tmp_buf[0] = e; in test_view() 74 tmp_buf[1] = f; in test_view() 76 PetscCall(GetISs(tmp_buf, tmp_is, PETSC_FALSE)); in test_view() 77 PetscCall(VecCreateNest(PETSC_COMM_WORLD, 2, explcit ? tmp_is : NULL, tmp_buf, &b)); in test_view() 83 tmp_buf[0] = c; in test_view() 84 tmp_buf[1] = d; in test_view() 85 PetscCall(VecCreateNest(PETSC_COMM_WORLD, 2, NULL, tmp_buf, &a)); in test_view() 90 tmp_buf[0] = a; in test_view() 91 tmp_buf[1] = b; in test_view() [all …]
|