Lines Matching refs:vl
16 PetscViewer vx, vl; in main() local
33 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, "testfile", FILE_MODE_READ, &vl)); in main()
35 PetscCall(ISLoad(il, vl)); in main()
39 PetscCall(PetscViewerDestroy(&vl)); in main()
46 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, "testfile", FILE_MODE_READ, &vl)); in main()
49 PetscCall(ISLoad(il, vl)); in main()
54 PetscCall(PetscViewerDestroy(&vl)); in main()
56 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, "testfile", FILE_MODE_READ, &vl)); in main()
59 PetscCall(ISLoad(il, vl)); in main()
64 PetscCall(PetscViewerDestroy(&vl)); in main()
73 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, "testfile_noheader", FILE_MODE_READ, &vl)); in main()
74 PetscCall(PetscViewerBinarySetSkipHeader(vl, PETSC_TRUE)); in main()
77 PetscCall(ISLoad(il, vl)); in main()
82 PetscCall(PetscViewerDestroy(&vl)); in main()
101 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, filename, FILE_MODE_READ, &vl)); in main()
104 PetscCall(ISLoad(il, vl)); in main()
109 PetscCall(PetscViewerDestroy(&vl)); in main()