| /petsc/src/vec/is/sf/tests/ |
| H A D | ex24.c | 24 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, leafa, roota, MPI_REPLACE)); in testOverlappingCommunication() 25 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, leafb, rootb, MPI_REPLACE)); in testOverlappingCommunication() 34 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, leafb, rootb, MPI_REPLACE)); in testOverlappingCommunication() 35 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, leafa, roota, MPI_REPLACE)); in testOverlappingCommunication()
|
| H A D | ex23.c | 49 PetscCall(PetscSFReduceEnd(vscat, MPIU_INT, xd, yd, MPI_SUM)); in main()
|
| H A D | ex17.c | 52 PetscCall(PetscSFReduceEnd(sf, MPI_SIGNED_CHAR, leafdata, rootdata, MPI_SUM)); in main()
|
| H A D | ex1.c | 174 PetscCall(PetscSFReduceEnd(sf, MPI_INT, NULL, NULL, MPI_REPLACE)); in main() 176 PetscCall(PetscSFReduceEnd(sf, MPI_INT, NULL, NULL, MPI_SUM)); in main()
|
| H A D | ex5.c | 57 …PetscCall(PetscSFReduceEnd(sf, MPIU_INT, PetscSafePointerPlusOffset(ldata, i * ldl), PetscSafePoin… in TestVector() 60 PetscCall(PetscSFReduceEnd(vsf, MPIU_INT, ldata, rdatav, MPI_SUM)); in TestVector()
|
| H A D | ex4k.kokkos.cxx | 140 PetscCall(PetscSFReduceEnd(sf[j], MPIU_SCALAR, leafdata, rootdata, op)); in main()
|
| /petsc/src/vec/ftn-mod/ |
| H A D | petscvec.h90 | 47 subroutine PetscSFReduceEnd(sf, unit, larray, rarray, op, ierr) 60 end subroutine PetscSFReduceEnd 95 !DEC$ ATTRIBUTES DLLEXPORT::PetscSFReduceEnd
|
| /petsc/src/mat/graphops/color/utils/ |
| H A D | valid.c | 60 PetscCall(PetscSFReduceEnd(etoc, itype, stateleafrow, statecol, MPI_MAX)); in MatColoringTest() 79 PetscCall(PetscSFReduceEnd(etor, itype, stateleafcol, staterow, MPI_MAX)); in MatColoringTest()
|
| /petsc/src/mat/utils/ |
| H A D | zerorows.c | 40 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, (PetscInt *)rows, lrows, MPI_LOR)); in MatZeroRowsMapLocal_Private()
|
| H A D | overlapsplit.c | 139 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, indices_ov_rd, indices_recv, MPI_REPLACE)); in MatIncreaseOverlapSplit_Single()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsf.pxi | 47 PetscErrorCode PetscSFReduceEnd(PetscSF, MPI_Datatype, const void*, void*, MPI_Op)
|
| H A D | SF.pyx | 535 reduceBegin, petsc.PetscSFReduceEnd 540 CHKERR(PetscSFReduceEnd(self.sf, dtype, <const void*>PyArray_DATA(leafdata),
|
| /petsc/src/vec/is/sf/interface/ftn-custom/ |
| H A D | zsf.c | 126 *ierr = PetscSFReduceEnd(*sf, dtype, lptr, rptr, cop); in petscsfreduceend_() 192 *ierr = PetscSFReduceEnd(*sf, dtype, leafdata, rootdata, cop); in petscsfreduceend_()
|
| /petsc/src/vec/is/sf/tutorials/ |
| H A D | ex1f.F90 | 97 PetscCallA(PetscSFReduceEnd(sf, MPIU_INTEGER, leafdata, rootdata, MPI_SUM, ierr))
|
| H A D | ex1.c | 271 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, leafdata, rootdata, mop)); in main() 306 PetscCall(PetscSFReduceEnd(sf, MPI_SIGNED_CHAR, leafdata, rootdata, mop)); in main() 360 PetscCall(PetscSFReduceEnd(sf, MPI_UNSIGNED_CHAR, leafdata, rootdata, mop)); in main()
|
| /petsc/include/ |
| H A D | petscsf.h | 174 PETSC_EXTERN PetscErrorCode PetscSFReduceEnd(PetscSF, MPI_Datatype, const void *, void *, MPI_Op) P…
|
| /petsc/src/vec/is/sf/interface/ |
| H A D | sf.c | 694 PetscCall(PetscSFReduceEnd(sf, MPIU_SF_NODE, leaves, roots, MPI_REPLACE)); in PetscSFCreateInverseSF() 1294 PetscCall(PetscSFReduceEnd(sf->multi, MPIU_INT, outranks, inranks, MPI_REPLACE)); in PetscSFGetMultiSF() 1649 PetscErrorCode PetscSFReduceEnd(PetscSF sf, MPI_Datatype unit, const void *leafdata, void *rootdata… in PetscSFReduceEnd() function 1834 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, sf->degreetmp - sf->minleaf, sf->degree, MPI_SUM)); in PetscSFComputeDegreeEnd() 1939 PetscCall(PetscSFReduceEnd(multi, unit, leafdata, multirootdata, MPI_REPLACE)); in PetscSFGatherEnd() 2213 …PetscCall(PetscSFReduceEnd(sfB, MPIU_SF_NODE, PetscSafePointerPlusOffset(reorderedRemotePointsA, -… in PetscSFComposeInverse()
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 598 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, (PetscInt *)idxs, lidxs, MPI_LOR)); in PetscLayoutMapLocal() 612 PetscCall(PetscSFReduceEnd(sf, MPIU_INT, work2, work, MPI_REPLACE)); in PetscLayoutMapLocal() 784 PetscCall(PetscSFReduceEnd(sf1, MPIU_SF_NODE, owners, buffer, MPI_MAXLOC)); in PetscSFCreateByMatchingIndices()
|
| /petsc/src/mat/impls/h2opus/cuda/ |
| H A D | math2opus.cu | 392 PetscCall(PetscSFReduceEnd(csf, MPIU_SCALAR, uyy, yy, MPI_REPLACE)); in MatMultNKernel_H2OPUS() 433 PetscCall(PetscSFReduceEnd(csf, MPIU_SCALAR, uyy, yy, MPI_REPLACE)); in MatMultNKernel_H2OPUS() 572 PetscCall(PetscSFReduceEnd(h2opus->sf, MPIU_SCALAR, uyy, yy, MPI_REPLACE)); in MatMultKernel_H2OPUS() 616 PetscCall(PetscSFReduceEnd(h2opus->sf, MPIU_SCALAR, uyy, yy, MPI_REPLACE)); in MatMultKernel_H2OPUS() 1779 PetscCall(PetscSFReduceEnd(a->sf, MPIU_SCALAR, xin, xout, MPI_REPLACE)); in MatH2OpusMapVec()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 384 …PetscCall(PetscSFReduceEnd(sfDof, MPIU_INT, leafSectionAdj->atlasDof, rootSectionAdj->atlasDof, MP… in DMPlexCreateAdjacencySection_Static() 954 PetscCall(PetscSFReduceEnd (sf,MPIU_INT,lvisits,visits,MPI_SUM)); 971 PetscCall(PetscSFReduceEnd (sf,MPIU_INT,lonz,onz,MPI_SUM));
|
| H A D | plexnatural.c | 458 …PetscCall(PetscSFReduceEnd(dm->sfNatural, MPIU_SCALAR, (PetscScalar *)inarray, outarray, MPI_SUM)); in DMPlexNaturalToGlobalEnd()
|
| H A D | plexdd.c | 203 PetscCall(PetscSFReduceEnd(sectionSF, MPIU_INT, lidxs, gidxs, MPI_REPLACE)); in DMCreateDomainDecomposition_Plex()
|
| /petsc/src/vec/vec/impls/mpi/cupm/ |
| H A D | vecmpicupm_impl.hpp | 356 PetscCall(PetscSFReduceEnd(sf, MPIU_SCALAR, sendbuf_d, recvbuf_d, MPI_REPLACE)); in SetValuesCOO()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiptap.c | 821 PetscCall(PetscSFReduceEnd(ptap->sf, MPIU_INT, c_rmtj, c_othj, MPI_REPLACE)); in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce() 822 PetscCall(PetscSFReduceEnd(ptap->sf, MPIU_SCALAR, c_rmta, c_otha, MPI_REPLACE)); in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce() 955 PetscCall(PetscSFReduceEnd(ptap->sf, MPIU_INT, c_rmtj, c_othj, MPI_REPLACE)); in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce_merged() 956 PetscCall(PetscSFReduceEnd(ptap->sf, MPIU_SCALAR, c_rmta, c_otha, MPI_REPLACE)); in MatPtAPNumeric_MPIAIJ_MPIXAIJ_allatonce_merged() 1182 PetscCall(PetscSFReduceEnd(ptap->sf, MPIU_INT, c_rmtj, c_othj, MPI_REPLACE)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce() 1436 PetscCall(PetscSFReduceEnd(ptap->sf, MPIU_INT, c_rmtj, c_othj, MPI_REPLACE)); in MatPtAPSymbolic_MPIAIJ_MPIXAIJ_allatonce_merged()
|
| /petsc/src/ksp/ksp/impls/fetidp/ |
| H A D | fetidp.c | 623 …PetscCall(PetscSFReduceEnd(matis->sf, MPIU_INT, matis->sf_leafdata, matis->sf_rootdata, MPI_REPLAC… in KSPFETIDPSetUpOperators() 718 …PetscCall(PetscSFReduceEnd(matis->sf, MPIU_INT, matis->sf_leafdata, matis->sf_rootdata, MPI_REPLAC… in KSPFETIDPSetUpOperators() 775 …PetscCall(PetscSFReduceEnd(matis->sf, MPIU_INT, matis->sf_leafdata, matis->sf_rootdata, MPI_REPLAC… in KSPFETIDPSetUpOperators()
|