Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscsf.pxi50 PetscErrorCode PetscSFGatherBegin(PetscSF, MPI_Datatype, const void*, void*)
H A DSF.pyx611 gatherEnd, petsc.PetscSFGatherBegin
615 CHKERR(PetscSFGatherBegin(self.sf, dtype, <const void*>PyArray_DATA(leafdata),
/petsc/src/mat/graphops/color/utils/
H A Dbipartite.c55 PetscCall(PetscSFGatherBegin(*etoc, MPIU_INT, rowdata, colleaf)); in MatColoringCreateBipartiteGraph()
/petsc/include/
H A Dpetscsf.h188 PETSC_EXTERN PetscErrorCode PetscSFGatherBegin(PetscSF, MPI_Datatype, const void *, void *) PETSC_A…
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcgraph.c463 PetscCall(PetscSFGatherBegin(graph->interface_subset_sf, MPIU_INT, labels, mrlabels)); in PCBDDCGraphComputeConnectedComponents()
820 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, graph->local_subs, multi_root_subs)); in PCBDDCGraphSetUp()
1059 PetscCall(PetscSFGatherBegin(graph->interface_ref_sf, MPIU_INT, graph->gsubset_size, rdata)); in PCBDDCGraphSetUp()
/petsc/src/dm/impls/plex/tests/
H A Dex103.c310 PetscCall(PetscSFGatherBegin(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
/petsc/src/vec/is/sf/tutorials/
H A Dex1.c421 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, outdata, indata)); in main()
/petsc/src/dm/impls/plex/adaptors/parmmg/
H A Dparmmgadapt.c233 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, rankOfUsedVertices, rankOfUsedMultiRootLeaves)); in DMAdaptMetric_ParMmg_Plex()
/petsc/src/vec/is/sf/interface/
H A Dsf.c1171 PetscCall(PetscSFGatherBegin(bgcount, MPI_INT, outranks, inranks)); in PetscSFGetGroups()
1903 PetscErrorCode PetscSFGatherBegin(PetscSF sf, MPI_Datatype unit, const void *leafdata, void *multir… in PetscSFGatherBegin() function
/petsc/src/vec/vec/utils/
H A Dvscat.c911 PetscCall(PetscSFGatherBegin(tmpsf,MPIU_2INT,leafdata,rootdata)); in VecScatterCreate()
/petsc/src/dm/impls/plex/
H A Dplexpartition.c1523 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, rankOnLeafs, locationsOfLeafs)); in DMPlexRewriteSF()
1531 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, points, remoteLocalPointOfLeafs)); in DMPlexRewriteSF()
H A Dplexpreallocate.c482 PetscCall(PetscSFGatherBegin(sfAdj, MPIU_INT, adj, remoteadj)); in DMPlexCreateAdjacencySection_Static()
H A Dplexdistribute.c465 PetscCall(PetscSFGatherBegin(sfPoint, MPIU_INT, myrank, remoterank)); in DMPlexDistributeOwnership()
/petsc/src/vec/is/utils/
H A Disltog.c1293 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, leafdata, mrootdata)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiptap.c1098 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, c_rmtc, rootspace)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce()
1390 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, c_rmtc, rootspace)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce_merged()
H A Dmpiaij.c7069 PetscCall(PetscSFGatherBegin(mmdata->sf, MPIU_SCALAR, mmdata->coo_w, mmdata->coo_v + n_d)); in MatProductNumeric_MPIAIJBACKEND()
7494 …PetscCall(PetscSFGatherBegin(mmdata->sf, MPIU_INT, coo_i, coo_i2 + ncoo_d + ncoo_oown)); /* put (i… in MatProductSymbolic_MPIAIJBACKEND()
7496 PetscCall(PetscSFGatherBegin(mmdata->sf, MPIU_INT, coo_j, coo_j2 + ncoo_d + ncoo_oown)); in MatProductSymbolic_MPIAIJBACKEND()
/petsc/src/dm/field/impls/ds/
H A Ddmfieldds.c277 PetscCall(PetscSFGatherBegin(cellSF, pointType, pointsArray, cellPoints)); in DMFieldEvaluate_DS()
/petsc/src/dm/label/
H A Ddmlabel.c2152 PetscCall(PetscSFGatherBegin(sf, MPIU_SF_NODE, leafPoints, rootPoints)); in DMLabelGather()
/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1093 PetscCall(PetscSFGatherBegin(sf1, MPIU_SF_NODE, roots, buffer)); in PetscSFFindMatchingIndices()
/petsc/doc/manual/
H A Dvec.md1516 PetscSFGatherBegin(sf, MPIU_INT, leafdata, multirootdata);