Home
last modified time | relevance | path

Searched refs:PETSC_VIEWER_STDOUT_SELF (Results 1 – 25 of 109) sorted by relevance

12345

/petsc/src/dm/dt/tests/
H A Dex6.c21 …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 Dex17.c38 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 Dex1.c212 …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 Dex138.c34 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 Dex179.c19 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 Dex186.c40 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 Dex35.c41 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 Dex175.c29 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 Dex13.c46 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 Dex6.c48 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 Dtmpbench.c18 PetscCall(PetscBenchView(bm, PETSC_VIEWER_STDOUT_SELF)); in main()
21 PetscCall(PetscBenchView(bm, PETSC_VIEWER_STDOUT_SELF)); in main()
H A Dex22.c53 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 Dex67f.F9040 PetscCallA(MatView(B(1), PETSC_VIEWER_STDOUT_SELF, ierr))
46 PetscCallA(MatView(B(1), PETSC_VIEWER_STDOUT_SELF, ierr))
H A Dex7.c64 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 Dex15.c60 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 Dex36f.F9050 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF, ierr))
80 PetscCall(MatView(A, PETSC_VIEWER_STDOUT_SELF, ierr))
/petsc/src/vec/vec/tutorials/
H A Dex4f.F9054 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 Dex4f90.F9055 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 Dex8.c43 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 Dex8.c25 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main()
33 PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main()
H A Dex6.c25 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main()
33 PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main()
H A Dex7.c25 PetscCall(VecView(x, PETSC_VIEWER_STDOUT_SELF)); in main()
33 PetscCall(VecView(y, PETSC_VIEWER_STDOUT_SELF)); in main()
H A Dex2.c32 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 Dex5.c215 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 Dex6.c218 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()

12345