Lines Matching refs:view
19 PetscViewer view; in test_3d() local
43 PetscCall(PetscViewerVTKOpen(comm, filename, FILE_MODE_WRITE, &view)); in test_3d()
44 PetscCall(VecView(v, view)); in test_3d()
45 PetscCall(PetscViewerDestroy(&view)); in test_3d()
62 PetscViewer view; in test_2d() local
82 PetscCall(PetscViewerVTKOpen(comm, filename, FILE_MODE_WRITE, &view)); in test_2d()
83 PetscCall(VecView(v, view)); in test_2d()
84 PetscCall(PetscViewerDestroy(&view)); in test_2d()
101 PetscViewer view; in test_2d_nocoord() local
120 PetscCall(PetscViewerVTKOpen(comm, filename, FILE_MODE_WRITE, &view)); in test_2d_nocoord()
121 PetscCall(VecView(v, view)); in test_2d_nocoord()
122 PetscCall(PetscViewerDestroy(&view)); in test_2d_nocoord()
139 PetscViewer view; in test_3d_nocoord() local
162 PetscCall(PetscViewerVTKOpen(comm, filename, FILE_MODE_WRITE, &view)); in test_3d_nocoord()
163 PetscCall(VecView(v, view)); in test_3d_nocoord()
164 PetscCall(PetscViewerDestroy(&view)); in test_3d_nocoord()