Home
last modified time | relevance | path

Searched refs:PetscSFView (Results 1 – 23 of 23) sorted by relevance

/petsc/src/vec/is/sf/tests/
H A Dex10.c29 PetscCall(PetscSFView(sfA0, NULL)); in main()
41 PetscCall(PetscSFView(sfA1, NULL)); in main()
53 PetscCall(PetscSFView(sfA2, NULL)); in main()
68 PetscCall(PetscSFView(sfB, NULL)); in main()
75 PetscCall(PetscSFView(sfC, NULL)); in main()
84 PetscCall(PetscSFView(sfC, NULL)); in main()
93 PetscCall(PetscSFView(sfC, NULL)); in main()
H A Dex4.c122 PetscCall(PetscSFView(sfA, NULL)); in main()
123 PetscCall(PetscSFView(sfB, NULL)); in main()
124 PetscCall(PetscSFView(sfBA, NULL)); in main()
H A Dex1.c126 PetscCall(PetscSFView(sf, NULL)); in main()
132 PetscCall(PetscSFView(sf, NULL)); in main()
138 PetscCall(PetscSFView(sf, NULL)); in main()
145 PetscCall(PetscSFView(sf, NULL)); in main()
H A Dex16.c223 PetscCall(PetscSFView(sf, NULL)); in main()
/petsc/src/dm/impls/plex/
H A Dplexnatural.c97 if (debug) PetscCall(PetscSFView(sfMigration, NULL)); in DMPlexCreateGlobalToNaturalSF()
144 if (debug) PetscCall(PetscSFView(sfEmbed, NULL)); in DMPlexCreateGlobalToNaturalSF()
153 if (debug) PetscCall(PetscSFView(sfField, NULL)); in DMPlexCreateGlobalToNaturalSF()
208 if (debug) PetscCall(PetscSFView(sfMigration, NULL)); in DMPlexMigrateGlobalToNaturalSF()
260 if (debug) PetscCall(PetscSFView(oldglob_to_newglob_sf, NULL)); in DMPlexMigrateGlobalToNaturalSF()
H A Dplexpreallocate.c426 PetscCall(PetscSFView(sfAdj, NULL)); in DMPlexCreateAdjacencySection_Static()
863 PetscCall(PetscSFView(sf, NULL)); in DMPlexPreallocateOperator()
870 PetscCall(PetscSFView(sfDof, NULL)); in DMPlexPreallocateOperator()
H A Dplexdistribute.c1155 PetscCall(PetscSFView(coneSF, NULL)); in DMPlexDistributeCones()
1391 PetscCall(PetscSFView(parentSF, NULL)); in DMPlexDistributeSetupTree()
1922 PetscCall(PetscSFView(sfMigration, PETSC_VIEWER_STDOUT_(comm))); in DMPlexDistribute()
1938 if (flg) PetscCall(PetscSFView(sfPoint, NULL)); in DMPlexDistribute()
1950 PetscCall(PetscSFView(sfOverlap, NULL)); in DMPlexDistribute()
H A Dplex.c1132 PetscCall(PetscSFView(sf, viewer)); in DMPlexView_Ascii()
1135 …for (PetscInt i = 0; i < mesh->periodic.num_face_sfs; i++) PetscCall(PetscSFView(mesh->periodic.fa… in DMPlexView_Ascii()
H A Dplexcreate.c2409 if (debug) PetscCall(PetscSFView(sf, PETSC_VIEWER_STDOUT_WORLD)); in DMPlexCreateHypercubicMesh_Internal()
/petsc/src/vec/is/sf/tutorials/
H A Dex1f.F9069 PetscCallA(PetscSFView(sf, PETSC_VIEWER_STDOUT_WORLD, ierr))
128 PetscCallA(PetscSFView(sf, PETSC_VIEWER_STDOUT_WORLD, ierr))
H A Dex3.c47 PetscCall(PetscSFView(sf, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex1.c168 PetscCall(PetscSFView(sf, PETSC_VIEWER_STDOUT_WORLD)); in main()
460 PetscCall(PetscSFView(esf, PETSC_VIEWER_STDOUT_WORLD)); in main()
476 PetscCall(PetscSFView(msf, PETSC_VIEWER_STDOUT_WORLD)); in main()
483 PetscCall(PetscSFView(imsf, PETSC_VIEWER_STDOUT_WORLD)); in main()
H A Dex2.c52 PetscCall(PetscSFView(sf, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex47.c546 PetscCall(PetscSFView(sfMig, PETSC_VIEWER_STDOUT_WORLD)); in main()
549 PetscCall(PetscSFView(sfPart, PETSC_VIEWER_STDOUT_WORLD)); in main()
609 PetscCall(PetscSFView(nsf, NULL)); in main()
H A Dex71.c145 PetscCall(PetscSFView(ownershipTransferSF, PETSC_VIEWER_STDOUT_WORLD)); in main()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsf.pxi20 PetscErrorCode PetscSFView(PetscSF, PetscViewer)
H A DSF.pyx43 petsc.PetscSFView
48 CHKERR(PetscSFView(self.sf, vwr))
/petsc/src/vec/is/is/tests/
H A Dex9.c57 PetscCall(PetscSFView(sf, viewer)); in main()
/petsc/include/
H A Dpetscsf.h124 PETSC_EXTERN PetscErrorCode PetscSFView(PetscSF, PetscViewer);
/petsc/src/dm/impls/patch/
H A Dpatch.c278 PetscCall(PetscSFView(sfz, PETSC_VIEWER_STDOUT_(comm))); in DMPatchSolve()
279 PetscCall(PetscSFView(sfzr, PETSC_VIEWER_STDOUT_(comm))); in DMPatchSolve()
/petsc/src/vec/is/sf/interface/
H A Dsf.c63 …reate(b, PETSCSF_CLASSID, "PetscSF", "Star Forest", "PetscSF", comm, PetscSFDestroy, PetscSFView)); in PetscSFCreate()
883 PetscErrorCode PetscSFView(PetscSF sf, PetscViewer viewer) in PetscSFView() function
/petsc/src/vec/vec/utils/
H A Dvscat.c551 PetscCall(PetscSFView(sf, viewer)); in VecScatterView()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c820 if (mdn->Mvctx) PetscCall(PetscSFView(mdn->Mvctx, viewer)); in MatView_MPIDense_ASCIIorDraworSocket()