Searched refs:fdA (Results 1 – 1 of 1) sorted by relevance
54 PetscViewer fdA, fdP; in main() local96 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()