Home
last modified time | relevance | path

Searched refs:PetscSFComputeDegreeBegin (Results 1 – 25 of 32) sorted by relevance

12

/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c46 PetscCall(PetscSFComputeDegreeBegin(*etoc, &coldegrees)); in MatColoringCreateBipartiteGraph()
64 PetscCall(PetscSFComputeDegreeBegin(*etor, &rowdegrees)); in MatColoringCreateBipartiteGraph()
H A Dvalid.c45 PetscCall(PetscSFComputeDegreeBegin(etor, &degrees)); in MatColoringTest()
64 PetscCall(PetscSFComputeDegreeBegin(etoc, &degrees)); in MatColoringTest()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsf.pxi31 PetscErrorCode PetscSFComputeDegreeBegin(PetscSF, const PetscInt**)
H A DSF.pyx286 petsc.PetscSFComputeDegreeBegin, petsc.PetscSFComputeDegreeEnd
291 CHKERR(PetscSFComputeDegreeBegin(self.sf, &cdegree))
/petsc/src/vec/is/sf/tutorials/
H A Dex1.c389 PetscCall(PetscSFComputeDegreeBegin(sf, &degree)); in main()
415 PetscCall(PetscSFComputeDegreeBegin(sf, &degree)); in main()
431 PetscCall(PetscSFComputeDegreeBegin(sf, &degree)); in main()
478 PetscCall(PetscSFComputeDegreeBegin(sf, &degree)); in main()
/petsc/include/
H A Dpetscsf.h184 PETSC_EXTERN PetscErrorCode PetscSFComputeDegreeBegin(PetscSF, const PetscInt *[]);
/petsc/src/vec/is/sf/tests/
H A Dex1.c193 PetscCall(PetscSFComputeDegreeBegin(sf, &degree)); in main()
/petsc/src/dm/impls/plex/
H A Dplexcheckinterface.c132 PetscCall(PetscSFComputeDegreeBegin(sf, &degree)); in PetscSFComputeMultiRootOriginalNumberingByRank_Private()
H A Dplexinterpolate.c1007 PetscCall(PetscSFComputeDegreeBegin(sf, &rootdegree)); in DMPlexMapToGlobalPoint()
1037 PetscCall(PetscSFComputeDegreeBegin(sf, &rootdegree)); in DMPlexPointIsShared()
1221 PetscCall(PetscSFComputeDegreeBegin(pointSF, &rootdegree)); in DMPlexInterpolatePointSF()
H A Dplexpreallocate.c478 PetscCall(PetscSFComputeDegreeBegin(sfAdj, &indegree)); in DMPlexCreateAdjacencySection_Static()
H A Dplexorient.c1077 PetscCall(PetscSFComputeDegreeBegin(sf, &degree)); in DMPlexOrientCells_Internal()
H A Dplexsfc.c277 PetscCall(PetscSFComputeDegreeBegin(face_sfs[num_directions], &my_donor_degree)); in DMPlexCreateBoxMesh_Tensor_SFC_Periodicity_Private()
H A Dplexpartition.c1754 PetscCall(PetscSFComputeDegreeBegin(sf, &degrees)); in DMPlexRebalanceSharedPoints()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c461 PetscCall(PetscSFComputeDegreeBegin(graph->interface_subset_sf, &n_ref_sharing)); in PCBDDCGraphComputeConnectedComponents()
814 PetscCall(PetscSFComputeDegreeBegin(sf, &indegree)); in PCBDDCGraphSetUp()
1053 PetscCall(PetscSFComputeDegreeBegin(graph->interface_ref_sf, &degree)); in PCBDDCGraphSetUp()
/petsc/src/dm/impls/plex/tests/
H A Dex103.c283 PetscCall(PetscSFComputeDegreeBegin(serial2loadPointSF_, &root_degree)); in VerifyDMLabels()
H A Dex18.c1277 PetscCall(PetscSFComputeDegreeBegin(sf, &rootdegree)); in PointSFGetInwardInterfacePoints()
/petsc/src/vec/is/sf/interface/
H A Dsf.c1165 PetscCall(PetscSFComputeDegreeBegin(bgcount, &indegree)); in PetscSFGetGroups()
1265 PetscCall(PetscSFComputeDegreeBegin(sf, &indegree)); in PetscSFGetMultiSF()
1788 PetscErrorCode PetscSFComputeDegreeBegin(PetscSF sf, const PetscInt *degree[]) in PetscSFComputeDegreeBegin() function
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c219 PetscCall(PetscSFComputeDegreeBegin(sf, &degree)); in DMAdaptMetric_ParMmg_Plex()
/petsc/src/dm/label/
H A Ddmlabel.c2148 PetscCall(PetscSFComputeDegreeBegin(sf, &rootDegree)); in DMLabelGather()
2189 PetscCall(PetscSFComputeDegreeBegin(pointSF, &degree)); in DMLabelPropagateInit_Internal()
2223 PetscCall(PetscSFComputeDegreeBegin(pointSF, &degree)); in DMLabelPropagateFini_Internal()
/petsc/src/vec/vec/utils/
H A Dvscat.c906 PetscCall(PetscSFComputeDegreeBegin(tmpsf,&degree)); in VecScatterCreate()
/petsc/src/vec/is/utils/
H A Disltog.c1261 PetscCall(PetscSFComputeDegreeBegin(sf, &rootdegree)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1076 PetscCall(PetscSFComputeDegreeBegin(sf1, &root_degree)); in PetscSFFindMatchingIndices()
1482 PetscCall(PetscSFComputeDegreeBegin(*cg2plexSF, &root_degree)); in DMPlexCGNS_MatchCGNSFacesToPlexFaces()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiptap.c1089 PetscCall(PetscSFComputeDegreeBegin(sf, &rootdegrees)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce()
1381 PetscCall(PetscSFComputeDegreeBegin(sf, &rootdegrees)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce_merged()
/petsc/src/dm/impls/plex/transform/impls/extrude/
H A Dplextrextrude.c501 PetscCall(PetscSFComputeDegreeBegin(sf, &ex->degree)); in DMPlexTransformSetUp_Extrude()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c262 PetscCall(PetscSFComputeDegreeBegin(cellSF, &cellDegrees)); in DMFieldEvaluate_DS()

12