Home
last modified time | relevance | path

Searched refs:PetscIntView (Results 1 – 24 of 24) sorted by relevance

/petsc/src/vec/is/is/tutorials/
H A Dex5.c19 PetscCall(PetscIntView(n, indices, PETSC_VIEWER_STDOUT_WORLD)); in main()
25 PetscCall(PetscIntView(m, input, PETSC_VIEWER_STDOUT_WORLD)); in main()
27 PetscCall(PetscIntView(m, output, PETSC_VIEWER_STDOUT_WORLD)); in main()
33 PetscCall(PetscIntView(13, inglobals, PETSC_VIEWER_STDOUT_WORLD)); in main()
35 PetscCall(PetscIntView(13, outlocals, PETSC_VIEWER_STDOUT_WORLD)); in main()
40 PetscCall(PetscIntView(13, inglobals, PETSC_VIEWER_STDOUT_WORLD)); in main()
42 PetscCall(PetscIntView(m, outlocals, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex4.c26 PetscCall(PetscIntView(m, output, PETSC_VIEWER_STDOUT_WORLD)); in main()
33 PetscCall(PetscIntView(13, outlocals, PETSC_VIEWER_STDOUT_WORLD)); in main()
39 PetscCall(PetscIntView(m, outlocals, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/vec/is/tests/
H A Dex1.c18 PetscCall(PetscIntView(2, iy, PETSC_VIEWER_STDOUT_WORLD)); in main()
20 PetscCall(PetscIntView(2, mp, PETSC_VIEWER_STDOUT_WORLD)); in main()
22 PetscCall(PetscIntView(2, iy, PETSC_VIEWER_STDOUT_WORLD)); in main()
24 PetscCall(PetscIntView(2, mp, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex3.c18 PetscCall(PetscIntView(bs * 3, indices, NULL)); in main()
23 PetscCall(PetscIntView(bs * 3, indices, NULL)); in main()
/petsc/src/sys/tests/
H A Dex10.c20 PetscCall(PetscIntView(10, a, NULL)); in main()
31 PetscCall(PetscIntView(15, a, NULL)); in main()
43 PetscCall(PetscIntView(20, a, NULL)); in main()
H A Dex27.c14 PetscCall(PetscIntView(n, result, PETSC_VIEWER_STDOUT_SELF)); in main()
/petsc/src/dm/tests/
H A Dex34.c35 PetscCall(PetscIntView(m, lx, vw)); in main()
36 PetscCall(PetscIntView(n, ly, vw)); in main()
37 if (dim > 2) PetscCall(PetscIntView(n, lz, vw)); in main()
/petsc/src/vec/is/sf/tutorials/
H A Dex1.c190 PetscCall(PetscIntView(nrootsalloc, rootdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
192 PetscCall(PetscIntView(nleavesalloc, leafdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
246 PetscCall(PetscIntView(nleavesalloc, leafdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
251 PetscCall(PetscIntView(nrootsalloc, rootdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
253 PetscCall(PetscIntView(nleavesalloc, leafdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
267 PetscCall(PetscIntView(nrootsalloc, rootdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
273 PetscCall(PetscIntView(nleavesalloc, leafdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
275 PetscCall(PetscIntView(nrootsalloc, rootdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
392 PetscCall(PetscIntView(nrootsalloc, degree, PETSC_VIEWER_STDOUT_WORLD)); in main()
406 PetscCall(PetscIntView(nrootsalloc, rootdata, PETSC_VIEWER_STDOUT_WORLD)); in main()
[all …]
H A Dex1f.F9091 PetscCallA(PetscIntView(nrootsalloc, rootdata, PETSC_VIEWER_STDOUT_WORLD, ierr))
93 PetscCallA(PetscIntView(nleavesalloc, leafdata, PETSC_VIEWER_STDOUT_WORLD, ierr))
99 PetscCallA(PetscIntView(nleavesalloc, leafdata, PETSC_VIEWER_STDOUT_WORLD, ierr))
101 PetscCallA(PetscIntView(nrootsalloc, rootdata, PETSC_VIEWER_STDOUT_WORLD, ierr))
/petsc/src/vec/is/sf/tests/
H A Dex5.c48 PetscCall(PetscIntView(bs * ldl, ldata, PETSC_VIEWER_STDOUT_(comm))); in TestVector()
50 PetscCall(PetscIntView(bs * ldl, ldatav, PETSC_VIEWER_STDOUT_(comm))); in TestVector()
66 PetscCall(PetscIntView(bs * ldr, rdata, PETSC_VIEWER_STDOUT_(comm))); in TestVector()
68 PetscCall(PetscIntView(bs * ldr, rdatav, PETSC_VIEWER_STDOUT_(comm))); in TestVector()
167 PetscCall(PetscIntView(nrootsA, rdA, PETSC_VIEWER_STDOUT_WORLD)); in main()
171 PetscCall(PetscIntView(nldataA, ldA, PETSC_VIEWER_STDOUT_WORLD)); in main()
175 PetscCall(PetscIntView(nldataB, ldB, PETSC_VIEWER_STDOUT_WORLD)); in main()
187 PetscCall(PetscIntView(nrootsA, rdA, PETSC_VIEWER_STDOUT_WORLD)); in main()
191 PetscCall(PetscIntView(nldataB, ldB, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex23.c52 PetscCall(PetscIntView(n, yh, PETSC_VIEWER_STDOUT_WORLD)); in main()
58 PetscCall(PetscIntView(n2, xh, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/dm/impls/plex/tutorials/
H A Dex8.c19 … PetscCall(PetscIntView(elem_size, &elem_restr_offsets[c * elem_size], PETSC_VIEWER_STDOUT_SELF)); in ViewOffsets()
81 PetscCall(PetscIntView(numindices, indices, PETSC_VIEWER_STDOUT_SELF)); in main()
124 …for (PetscInt c = 0; c < num_elem; c++) PetscCall(PetscIntView(elem_size, &elem_restr_offsets_face… in main()
/petsc/src/mat/tests/
H A Dex29.c45 PetscCall(PetscIntView(cnt, values, PETSC_VIEWER_STDOUT_SELF)); in main()
H A Dex114.c141 PetscCall(PetscIntView(n, imax, PETSC_VIEWER_STDOUT_WORLD)); in main()
160 PetscCall(PetscIntView(n, imaxabs, PETSC_VIEWER_STDOUT_WORLD)); in main()
167 PetscCall(PetscIntView(n, imin, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/mat/utils/
H A Dpheap.c182 PetscCall(PetscIntView(2 * (h->end - 1), (const PetscInt *)(h->base + 1), viewer)); in PetscHeapView()
184 …PetscCall(PetscIntView(2 * (h->alloc - h->stash), (const PetscInt *)(h->base + h->stash), viewer)); in PetscHeapView()
/petsc/src/vec/vec/tests/
H A Dex49.c39 PetscCall(PetscIntView(1, &ln[rank], PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex32.c65 if (vwr) PetscCall(PetscIntView(n, order ? XSO : XR, vwr)); in main()
132 PetscCall(PetscIntView(n, Y, 0)); in main()
H A Dex48.c777 if (verbose) PetscCall(PetscIntView(nv, ints, PETSC_VIEWER_STDOUT_WORLD)); in testAttributesDefaultValue()
/petsc/src/dm/impls/plex/tests/
H A Dex103.c238 PetscCall(PetscIntView(num_values_serial, values_serial, PETSC_VIEWER_STDOUT_(comm))); in VerifyDMLabels()
240 PetscCall(PetscIntView(num_values_global, values_global, PETSC_VIEWER_STDOUT_(comm))); in VerifyDMLabels()
/petsc/src/dm/impls/plex/
H A Dplexnatural.c251 PetscCall(PetscIntView(lpEnd - lpStart, remoteOffsets, viewer)); in DMPlexMigrateGlobalToNaturalSF()
H A Dplexpreallocate.c320 PetscCall(PetscIntView(num_non_dups, myRankPairRoots, NULL)); in DMPlexCreateAdjacencySection_Static()
/petsc/src/sys/error/
H A Derr.c774 PetscErrorCode PetscIntView(PetscInt N, const PetscInt idx[], PetscViewer viewer) in PetscIntView() function
/petsc/include/
H A Dpetscsys.h1797 PETSC_EXTERN PetscErrorCode PetscIntView(PetscInt, const PetscInt[], PetscViewer);
/petsc/src/dm/impls/network/
H A Dnetwork.c2389 PetscCall(PetscIntView(size,glob2loc,PETSC_VIEWER_STDOUT_WORLD)); in CreateSubGlobalToLocalMapping_private()