Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex23.c210 PetscViewer wview, cview, sview, view; in main() local
216 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()