Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex249.c12 PetscViewer matfd, rowfd, colfd; in main() local
32 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_SELF, colfile, FILE_MODE_READ, &colfd)); in main()
45 PetscCall(ISLoad(icol[i], colfd)); in main()
50 PetscCall(PetscViewerDestroy(&colfd)); in main()