Searched refs:PetscRealView (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex6.c | 22 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 D | ex7.c | 62 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 D | ex2.c | 47 … PetscCall(PetscRealView(nsrc_points - 1, R + j * (nsrc_points - 1), PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| H A D | ex1.c | 185 PetscCall(PetscRealView(npoints, weights, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| /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()
|
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex20.c | 33 PetscCall(PetscRealView(nroots * dim, rootcoords, viewer)); in main() 35 PetscCall(PetscRealView(nleaves * dim, leafcoords, viewer)); in main()
|
| /petsc/src/mat/tutorials/ |
| H A D | ex10.c | 58 PetscCall(PetscRealView(cend - cstart, norms + cstart, PETSC_VIEWER_STDOUT_WORLD)); in main()
|
| /petsc/src/dm/field/tutorials/ |
| H A D | ex1.c | 18 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 D | err.c | 805 PetscErrorCode PetscRealView(PetscInt N, const PetscReal idx[], PetscViewer viewer) in PetscRealView() function
|
| /petsc/src/ts/interface/ |
| H A D | tsmon.c | 219 PetscCall(PetscRealView(1, &ptime, viewer)); in TSMonitorDefault() 221 PetscCall(PetscRealView(0, &ptime, viewer)); in TSMonitorDefault()
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex48.c | 785 if (verbose) PetscCall(PetscRealView(nv, reals, PETSC_VIEWER_STDOUT_WORLD)); in testAttributesDefaultValue()
|
| /petsc/include/ |
| H A D | petscsys.h | 1798 PETSC_EXTERN PetscErrorCode PetscRealView(PetscInt, const PetscReal[], PetscViewer);
|