Home
last modified time | relevance | path

Searched refs:PetscSFGatherEnd (Results 1 – 20 of 20) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsf.pxi51 PetscErrorCode PetscSFGatherEnd(PetscSF, MPI_Datatype, const void*, void*)
H A DSF.pyx635 gatherBegin, petsc.PetscSFGatherEnd
639 CHKERR(PetscSFGatherEnd(self.sf, dtype, <const void*>PyArray_DATA(leafdata),
/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c56 PetscCall(PetscSFGatherEnd(*etoc, MPIU_INT, rowdata, colleaf)); in MatColoringCreateBipartiteGraph()
/petsc/include/
H A Dpetscsf.h189 PETSC_EXTERN PetscErrorCode PetscSFGatherEnd(PetscSF, MPI_Datatype, const void *, void *) PETSC_ATT…
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c464 PetscCall(PetscSFGatherEnd(graph->interface_subset_sf, MPIU_INT, labels, mrlabels)); in PCBDDCGraphComputeConnectedComponents()
821 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, graph->local_subs, multi_root_subs)); in PCBDDCGraphSetUp()
1060 PetscCall(PetscSFGatherEnd(graph->interface_ref_sf, MPIU_INT, graph->gsubset_size, rdata)); in PCBDDCGraphSetUp()
/petsc/src/dm/impls/plex/tests/
H A Dex103.c311 PetscCall(PetscSFGatherEnd(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
/petsc/src/vec/is/sf/tutorials/
H A Dex1.c422 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, outdata, indata)); in main()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c234 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, rankOfUsedVertices, rankOfUsedMultiRootLeaves)); in DMAdaptMetric_ParMmg_Plex()
/petsc/src/vec/is/sf/interface/
H A Dsf.c1172 PetscCall(PetscSFGatherEnd(bgcount, MPI_INT, outranks, inranks)); in PetscSFGetGroups()
1932 PetscErrorCode PetscSFGatherEnd(PetscSF sf, MPI_Datatype unit, const void *leafdata, void *multiroo… in PetscSFGatherEnd() function
/petsc/src/vec/vec/utils/
H A Dvscat.c912 PetscCall(PetscSFGatherEnd(tmpsf,MPIU_2INT,leafdata,rootdata)); in VecScatterCreate()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1524 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, rankOnLeafs, locationsOfLeafs)); in DMPlexRewriteSF()
1532 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, points, remoteLocalPointOfLeafs)); in DMPlexRewriteSF()
H A Dplexpreallocate.c483 PetscCall(PetscSFGatherEnd(sfAdj, MPIU_INT, adj, remoteadj)); in DMPlexCreateAdjacencySection_Static()
H A Dplexdistribute.c466 PetscCall(PetscSFGatherEnd(sfPoint, MPIU_INT, myrank, remoterank)); in DMPlexDistributeOwnership()
/petsc/src/vec/is/utils/
H A Disltog.c1294 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, leafdata, mrootdata)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiptap.c1099 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, c_rmtc, rootspace)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce()
1391 PetscCall(PetscSFGatherEnd(sf, MPIU_INT, c_rmtc, rootspace)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce_merged()
H A Dmpiaij.c7070 PetscCall(PetscSFGatherEnd(mmdata->sf, MPIU_SCALAR, mmdata->coo_w, mmdata->coo_v + n_d)); in MatProductNumeric_MPIAIJBACKEND()
7495 PetscCall(PetscSFGatherEnd(mmdata->sf, MPIU_INT, coo_i, coo_i2 + ncoo_d + ncoo_oown)); in MatProductSymbolic_MPIAIJBACKEND()
7497 PetscCall(PetscSFGatherEnd(mmdata->sf, MPIU_INT, coo_j, coo_j2 + ncoo_d + ncoo_oown)); in MatProductSymbolic_MPIAIJBACKEND()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c278 PetscCall(PetscSFGatherEnd(cellSF, pointType, pointsArray, cellPoints)); in DMFieldEvaluate_DS()
/petsc/src/dm/label/
H A Ddmlabel.c2153 PetscCall(PetscSFGatherEnd(sf, MPIU_SF_NODE, leafPoints, rootPoints)); in DMLabelGather()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1094 PetscCall(PetscSFGatherEnd(sf1, MPIU_SF_NODE, roots, buffer)); in PetscSFFindMatchingIndices()
/petsc/doc/manual/
H A Dvec.md1517 PetscSFGatherEnd(sf, MPIU_INT, leafdata, multirootdata);