Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex6k.kokkos.cxx54 PetscViewer fdA, fdP; in main() local
96 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, fileA, FILE_MODE_READ, &fdA)); in main()
99 PetscCall(MatLoad(A2, fdA)); in main()
100 PetscCall(PetscViewerDestroy(&fdA)); in main()