Home
last modified time | relevance | path

Searched refs:PetscRealView (Results 1 – 12 of 12) sorted by relevance

/petsc/src/dm/dt/tests/
H A Dex6.c22 PetscCall(PetscRealView(n, la_nodes, PETSC_VIEWER_STDOUT_SELF)); in main()
23 PetscCall(PetscRealView(n, la_weights, PETSC_VIEWER_STDOUT_SELF)); 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()
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 Dex7.c62 if (M * N > 0) PetscCall(PetscRealView(M * N, L, viewer)); in CheckPullback()
67 if (Nk * Mk > 0) PetscCall(PetscRealView(Nk * Mk, Lstar, viewer)); in CheckPullback()
72 if (Nk > 0) PetscCall(PetscRealView(Nk, Lstarw, viewer)); in CheckPullback()
179 if (Nk) PetscCall(PetscRealView(Nk, w, viewer)); in main()
183 if (N * k > 0) PetscCall(PetscRealView(N * k, v, viewer)); in main()
295 if (Nj) PetscCall(PetscRealView(Nj, u, viewer)); in main()
299 if (Njk) PetscCall(PetscRealView(Njk, uWw, viewer)); in main()
303 if (N * (j + k) > 0) PetscCall(PetscRealView(N * (j + k), x, viewer)); in main()
331 if ((Nk * Njk) > 0) PetscCall(PetscRealView(Nk * Njk, uWwmat, viewer)); in main()
436 if (Nkm) PetscCall(PetscRealView(Nkm, wIntv0, viewer)); in main()
[all …]
H A Dex2.c47 … PetscCall(PetscRealView(nsrc_points - 1, R + j * (nsrc_points - 1), PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex1.c185 PetscCall(PetscRealView(npoints, weights, PETSC_VIEWER_STDOUT_WORLD)); in main()
/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()
/petsc/src/vec/is/sf/tests/
H A Dex20.c33 PetscCall(PetscRealView(nroots * dim, rootcoords, viewer)); in main()
35 PetscCall(PetscRealView(nleaves * dim, leafcoords, viewer)); in main()
/petsc/src/mat/tutorials/
H A Dex10.c58 PetscCall(PetscRealView(cend - cstart, norms + cstart, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/dm/field/tutorials/
H A Dex1.c18 PetscCall(PetscRealView(N, rB, viewer)); in ViewResults()
20 PetscCall(PetscRealView(N * dim, rD, viewer)); in ViewResults()
22 PetscCall(PetscRealView(N * dim * dim, rH, viewer)); in ViewResults()
/petsc/src/sys/error/
H A Derr.c805 PetscErrorCode PetscRealView(PetscInt N, const PetscReal idx[], PetscViewer viewer) in PetscRealView() function
/petsc/src/ts/interface/
H A Dtsmon.c219 PetscCall(PetscRealView(1, &ptime, viewer)); in TSMonitorDefault()
221 PetscCall(PetscRealView(0, &ptime, viewer)); in TSMonitorDefault()
/petsc/src/vec/vec/tests/
H A Dex48.c785 if (verbose) PetscCall(PetscRealView(nv, reals, PETSC_VIEWER_STDOUT_WORLD)); in testAttributesDefaultValue()
/petsc/include/
H A Dpetscsys.h1798 PETSC_EXTERN PetscErrorCode PetscRealView(PetscInt, const PetscReal[], PetscViewer);