| /petsc/src/dm/dt/tests/ |
| H A D | ex6.c | 21 …PetscCall(PetscViewerASCIIPrintf(PETSC_VIEWER_STDOUT_SELF, "Gauss-Lobatto-Legendre nodes and weigh… in main() 22 PetscCall(PetscRealView(n, la_nodes, PETSC_VIEWER_STDOUT_SELF)); in main() 23 PetscCall(PetscRealView(n, la_weights, PETSC_VIEWER_STDOUT_SELF)); in main() 25 …PetscCall(PetscViewerASCIIPrintf(PETSC_VIEWER_STDOUT_SELF, "Gauss-Lobatto-Legendre nodes and weigh… in main() 26 PetscCall(PetscRealView(n, n_nodes, PETSC_VIEWER_STDOUT_SELF)); in main() 27 PetscCall(PetscRealView(n, n_weights, PETSC_VIEWER_STDOUT_SELF)); in main() 33 PetscCall(PetscViewerASCIIPrintf(PETSC_VIEWER_STDOUT_SELF, "Difference: \n")); in main() 34 PetscCall(PetscRealView(n, la_nodes, PETSC_VIEWER_STDOUT_SELF)); in main() 35 PetscCall(PetscRealView(n, la_weights, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex17.c | 38 PetscCall(PetscDualSpaceView(joint, PETSC_VIEWER_STDOUT_SELF)); in main() 40 PetscCall(PetscQuadratureView(quad, PETSC_VIEWER_STDOUT_SELF)); in main() 42 PetscCall(MatView(mat, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/tests/ |
| H A D | ex1.c | 212 …PetscCall(PetscViewerASCIIPrintf(PETSC_VIEWER_STDOUT_SELF, "New space: %s, order %" PetscInt_FMT "… in testLagrange() 213 PetscCall(PetscViewerASCIIPushTab(PETSC_VIEWER_STDOUT_SELF)); in testLagrange() 230 PetscCall(PetscViewerASCIIPrintf(PETSC_VIEWER_STDOUT_SELF, "All nodes:\n")); in testLagrange() 231 PetscCall(PetscViewerASCIIPushTab(PETSC_VIEWER_STDOUT_SELF)); in testLagrange() 232 PetscCall(PetscQuadratureView(allNodes, PETSC_VIEWER_STDOUT_SELF)); in testLagrange() 233 PetscCall(PetscViewerASCIIPopTab(PETSC_VIEWER_STDOUT_SELF)); in testLagrange() 234 PetscCall(PetscViewerASCIIPrintf(PETSC_VIEWER_STDOUT_SELF, "All node indices:\n")); in testLagrange() 244 …PetscCall(PetscViewerASCIIPrintf(PETSC_VIEWER_STDOUT_SELF, "All matrix: %" PetscInt_FMT " nonzeros… in testLagrange() 253 PetscCall(PetscViewerASCIIPrintf(PETSC_VIEWER_STDOUT_SELF, "Interior nodes:\n")); in testLagrange() 254 PetscCall(PetscViewerASCIIPushTab(PETSC_VIEWER_STDOUT_SELF)); in testLagrange() [all …]
|
| /petsc/src/mat/tests/ |
| H A D | ex138.c | 34 PetscCall(PetscRealView(n, reductions_real, PETSC_VIEWER_STDOUT_SELF)); in main() 40 PetscCall(PetscRealView(n, reductions_real, PETSC_VIEWER_STDOUT_SELF)); in main() 46 PetscCall(PetscRealView(n, reductions_real, PETSC_VIEWER_STDOUT_SELF)); in main() 52 PetscCall(PetscScalarView(n, reductions_scalar, PETSC_VIEWER_STDOUT_SELF)); in main() 58 PetscCall(PetscScalarView(n, reductions_scalar, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex179.c | 19 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF)); in main() 21 PetscCall(MatView(B, PETSC_VIEWER_STDOUT_SELF)); in main() 26 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF)); in main() 28 PetscCall(MatView(B, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex186.c | 40 PetscCall(MatView(P, PETSC_VIEWER_STDOUT_SELF)); in main() 43 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF)); in main() 46 PetscCall(MatView(PtAP, PETSC_VIEWER_STDOUT_SELF)); in main() 49 PetscCall(MatView(RARt, PETSC_VIEWER_STDOUT_SELF)); in main() 52 PetscCall(MatView(ABC, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex35.c | 41 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF)); in main() 48 PetscCall(MatView(B, PETSC_VIEWER_STDOUT_SELF)); in main() 56 PetscCall(MatView(B, PETSC_VIEWER_STDOUT_SELF)); in main() 64 PetscCall(MatView(B, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex175.c | 29 PetscCall(MatView(C, PETSC_VIEWER_STDOUT_SELF)); in main() 32 PetscCall(MatView(Cht, PETSC_VIEWER_STDOUT_SELF)); in main() 36 PetscCall(MatView(Cht_empty, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex13.c | 46 PetscCall(ISView(perm, PETSC_VIEWER_STDOUT_SELF)); in main() 47 PetscCall(ISView(iperm, PETSC_VIEWER_STDOUT_SELF)); in main() 48 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex6.c | 48 PetscCall(ISView(perm, PETSC_VIEWER_STDOUT_SELF)); in main() 49 PetscCall(ISView(iperm, PETSC_VIEWER_STDOUT_SELF)); in main() 50 PetscCall(MatView(C, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | tmpbench.c | 18 PetscCall(PetscBenchView(bm, PETSC_VIEWER_STDOUT_SELF)); in main() 21 PetscCall(PetscBenchView(bm, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex22.c | 53 PetscCall(ISView(rperm, PETSC_VIEWER_STDOUT_SELF)); in main() 58 PetscCall(ISView(rperm, PETSC_VIEWER_STDOUT_SELF)); in main() 63 PetscCall(ISView(rperm, PETSC_VIEWER_STDOUT_SELF)); in main() 72 PetscCall(ISView(rperm, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex67f.F90 | 40 PetscCallA(MatView(B(1), PETSC_VIEWER_STDOUT_SELF, ierr)) 46 PetscCallA(MatView(B(1), PETSC_VIEWER_STDOUT_SELF, ierr))
|
| H A D | ex7.c | 64 PetscCall(ISView(perm, PETSC_VIEWER_STDOUT_SELF)); in main() 85 PetscCall(VecView(b, PETSC_VIEWER_STDOUT_SELF)); in main() 86 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex15.c | 60 PetscCall(ISView(perm, PETSC_VIEWER_STDOUT_SELF)); in main() 87 PetscCall(VecView(b, PETSC_VIEWER_STDOUT_SELF)); in main() 88 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex36f.F90 | 50 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF, ierr)) 80 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF, ierr))
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex4f.F90 | 54 PetscCallA(VecView(x, PETSC_VIEWER_STDOUT_SELF, ierr)) 82 PetscCallA(VecView(x, PETSC_VIEWER_STDOUT_SELF, ierr)) 85 PetscCallA(VecView(y, PETSC_VIEWER_STDOUT_SELF, ierr))
|
| H A D | ex4f90.F90 | 55 PetscCallA(VecView(x, PETSC_VIEWER_STDOUT_SELF, ierr)) 81 PetscCallA(VecView(x, PETSC_VIEWER_STDOUT_SELF, ierr)) 84 PetscCallA(VecView(y, PETSC_VIEWER_STDOUT_SELF, ierr))
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex8.c | 43 if (rank == 0) PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main() 48 if (rank == 0) PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main() 78 if (rank == 0) PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main() 83 if (rank == 0) PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex8.c | 25 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main() 33 PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex6.c | 25 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main() 33 PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex7.c | 25 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main() 33 PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| H A D | ex2.c | 32 PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main() 39 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main()
|
| /petsc/src/ts/tutorials/ |
| H A D | ex5.c | 215 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_SELF)); in main() 283 PetscCall(VecView(u, PETSC_VIEWER_STDOUT_SELF)); in InitialConditions() 364 PetscCall(VecView(u, PETSC_VIEWER_STDOUT_SELF)); in Monitor() 366 PetscCall(VecView(appctx->solution, PETSC_VIEWER_STDOUT_SELF)); in Monitor() 393 PetscCall(VecView(appctx->solution, PETSC_VIEWER_STDOUT_SELF)); in Monitor()
|
| H A D | ex6.c | 218 PetscCall(TSView(ts, PETSC_VIEWER_STDOUT_SELF)); in main() 284 if (appctx->debug) PetscCall(VecView(u, PETSC_VIEWER_STDOUT_SELF)); in InitialConditions() 367 PetscCall(VecView(u, PETSC_VIEWER_STDOUT_SELF)); in Monitor() 369 PetscCall(VecView(appctx->solution, PETSC_VIEWER_STDOUT_SELF)); in Monitor() 402 PetscCall(VecView(appctx->solution, PETSC_VIEWER_STDOUT_SELF)); in Monitor()
|