Searched refs:wview (Results 1 – 1 of 1) sorted by relevance
210 PetscViewer wview, cview, sview, view; in main() local216 PetscCall(PetscViewerBinaryOpen(PETSC_COMM_WORLD, name, FILE_MODE_WRITE, &wview)); in main()222 PetscCall(MatView(A, wview)); in main()227 PetscCall(PetscViewerDestroy(&wview)); in main()