Lines Matching refs:PETSC_VIEWER_STDOUT_WORLD
22 PetscCall(MatView(E, PETSC_VIEWER_STDOUT_WORLD)); in TransposeAXPY()
39 PetscCall(MatView(C, PETSC_VIEWER_STDOUT_WORLD)); in TransposeAXPY()
55 PetscCall(MatView(E, PETSC_VIEWER_STDOUT_WORLD)); in TransposeAXPY()
70 PetscCall(MatView(F, PETSC_VIEWER_STDOUT_WORLD)); in TransposeAXPY()
89 PetscCall(PetscViewerPushFormat(PETSC_VIEWER_STDOUT_WORLD, PETSC_VIEWER_ASCII_COMMON)); in main()
125 PetscCall(MatView(mat, PETSC_VIEWER_STDOUT_WORLD)); in main()
143 PetscCall(MatView(tmat, PETSC_VIEWER_STDOUT_WORLD)); in main()
151 PetscCall(MatView(tmat, PETSC_VIEWER_STDOUT_WORLD)); in main()
155 PetscCall(MatView(tmat, PETSC_VIEWER_STDOUT_WORLD)); in main()
164 PetscCall(MatView(C, PETSC_VIEWER_STDOUT_WORLD)); in main()
188 PetscCall(MatView(mat, PETSC_VIEWER_STDOUT_WORLD)); in main()
190 PetscCall(MatView(matB, PETSC_VIEWER_STDOUT_WORLD)); in main()
193 PetscCall(MatView(mat, PETSC_VIEWER_STDOUT_WORLD)); in main()
202 PetscCall(MatView(mat, PETSC_VIEWER_STDOUT_WORLD)); in main()
207 PetscCall(MatView(mat, PETSC_VIEWER_STDOUT_WORLD)); in main()
209 PetscCall(PetscViewerPopFormat(PETSC_VIEWER_STDOUT_WORLD)); in main()