Lines Matching refs:view
17 PetscViewer view; in test_3d() local
41 PetscCall(PetscViewerVTKOpen(comm, filename, FILE_MODE_WRITE, &view)); in test_3d()
42 PetscCall(VecView(v, view)); in test_3d()
43 PetscCall(PetscViewerDestroy(&view)); in test_3d()
60 PetscViewer view; in test_2d() local
80 PetscCall(PetscViewerVTKOpen(comm, filename, FILE_MODE_WRITE, &view)); in test_2d()
81 PetscCall(VecView(v, view)); in test_2d()
82 PetscCall(PetscViewerDestroy(&view)); in test_2d()
99 PetscViewer view; in test_2d_nocoord() local
118 PetscCall(PetscViewerVTKOpen(comm, filename, FILE_MODE_WRITE, &view)); in test_2d_nocoord()
119 PetscCall(VecView(v, view)); in test_2d_nocoord()
120 PetscCall(PetscViewerDestroy(&view)); in test_2d_nocoord()
137 PetscViewer view; in test_3d_nocoord() local
160 PetscCall(PetscViewerVTKOpen(comm, filename, FILE_MODE_WRITE, &view)); in test_3d_nocoord()
161 PetscCall(VecView(v, view)); in test_3d_nocoord()
162 PetscCall(PetscViewerDestroy(&view)); in test_3d_nocoord()