Searched refs:tmp_is (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex37.c | 47 IS tmp_is[2]; in test_view() local 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() 80 PetscCall(ISDestroy(&tmp_is[0])); in test_view() 81 PetscCall(ISDestroy(&tmp_is[1])); in test_view() 93 PetscCall(GetISs(tmp_buf, tmp_is, inv)); in test_view() 94 PetscCall(VecCreateNest(PETSC_COMM_WORLD, 2, tmp_is, tmp_buf, &X)); in test_view() 95 PetscCall(ISDestroy(&tmp_is[0])); in test_view() 96 PetscCall(ISDestroy(&tmp_is[1])); in test_view()
|