| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsf.pxi | 50 PetscErrorCode PetscSFGatherBegin(PetscSF, MPI_Datatype, const void*, void*)
|
| H A D | SF.pyx | 611 gatherEnd, petsc.PetscSFGatherBegin 615 CHKERR(PetscSFGatherBegin(self.sf, dtype, <const void*>PyArray_DATA(leafdata),
|
| /petsc/src/mat/graphops/color/utils/ |
| H A D | bipartite.c | 55 PetscCall(PetscSFGatherBegin(*etoc, MPIU_INT, rowdata, colleaf)); in MatColoringCreateBipartiteGraph()
|
| /petsc/include/ |
| H A D | petscsf.h | 188 PETSC_EXTERN PetscErrorCode PetscSFGatherBegin(PetscSF, MPI_Datatype, const void *, void *) PETSC_A…
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcgraph.c | 463 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 D | ex103.c | 310 PetscCall(PetscSFGatherBegin(serial2loadPointSF_, MPI_C_BOOL, pointMask, pointMaskSerial)); in VerifyDMLabels()
|
| /petsc/src/vec/is/sf/tutorials/ |
| H A D | ex1.c | 421 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, outdata, indata)); in main()
|
| /petsc/src/dm/impls/plex/adaptors/parmmg/ |
| H A D | parmmgadapt.c | 233 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, rankOfUsedVertices, rankOfUsedMultiRootLeaves)); in DMAdaptMetric_ParMmg_Plex()
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 1171 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 D | vscat.c | 911 PetscCall(PetscSFGatherBegin(tmpsf,MPIU_2INT,leafdata,rootdata)); in VecScatterCreate()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpartition.c | 1523 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, rankOnLeafs, locationsOfLeafs)); in DMPlexRewriteSF() 1531 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, points, remoteLocalPointOfLeafs)); in DMPlexRewriteSF()
|
| H A D | plexpreallocate.c | 482 PetscCall(PetscSFGatherBegin(sfAdj, MPIU_INT, adj, remoteadj)); in DMPlexCreateAdjacencySection_Static()
|
| H A D | plexdistribute.c | 465 PetscCall(PetscSFGatherBegin(sfPoint, MPIU_INT, myrank, remoterank)); in DMPlexDistributeOwnership()
|
| /petsc/src/vec/is/utils/ |
| H A D | isltog.c | 1293 PetscCall(PetscSFGatherBegin(sf, MPIU_INT, leafdata, mrootdata)); in ISLocalToGlobalMappingSetUpBlockInfo_Private()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiptap.c | 1098 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 D | mpiaij.c | 7069 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 D | dmfieldds.c | 277 PetscCall(PetscSFGatherBegin(cellSF, pointType, pointsArray, cellPoints)); in DMFieldEvaluate_DS()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 2152 PetscCall(PetscSFGatherBegin(sf, MPIU_SF_NODE, leafPoints, rootPoints)); in DMLabelGather()
|
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1093 PetscCall(PetscSFGatherBegin(sf1, MPIU_SF_NODE, roots, buffer)); in PetscSFFindMatchingIndices()
|
| /petsc/doc/manual/ |
| H A D | vec.md | 1516 PetscSFGatherBegin(sf, MPIU_INT, leafdata, multirootdata);
|