Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex6k.kokkos.cxx54 PetscViewer fdA, fdP; in main() local
112 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, fileP, FILE_MODE_READ, &fdP)); in main()
115 PetscCall(MatLoad(P2, fdP)); in main()
116 PetscCall(PetscViewerDestroy(&fdP)); in main()