| /petsc/src/vec/is/sf/utils/ftn-custom/ |
| H A D | zsfutilsf90.c | 28 *ierr = PetscSFDistributeSection(*sf, *rootSection, NULL, *leafSection); in petscsfdistributesection_() 33 *ierr = PetscSFDistributeSection(*sf, *rootSection, &fa, *leafSection); in petscsfdistributesection_()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscsf.pxi | 39 PetscErrorCode PetscSFDistributeSection(PetscSF, PetscSection, PetscInt**, PetscSection)
|
| H A D | SF.pyx | 394 petsc.PetscSFDistributeSection 406 CHKERR(PetscSFDistributeSection(self.sf, rootSection.sec,
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 93 PetscCall(PetscSFDistributeSection(sfMigrationInv, localSection, NULL, section)); in DMPlexCreateGlobalToNaturalSF() 100 PetscCall(PetscSFDistributeSection(sfMigration, section, &remoteOffsets, sectionDist)); in DMPlexCreateGlobalToNaturalSF() 219 PetscCall(PetscSFDistributeSection(sfMigration, oldLocalSection, NULL, newLocalSection)); in DMPlexMigrateGlobalToNaturalSF()
|
| H A D | plexdd.c | 91 PetscCall(PetscSFDistributeSection(migrationSF, sec, NULL, tsec)); in DMCreateDomainDecomposition_Plex() 336 PetscCall(PetscSFDistributeSection(sf, sec, NULL, osec)); in DMCreateNeumannOverlap_Plex()
|
| H A D | plexdistribute.c | 1013 PetscCall(PetscSFDistributeSection(pointSF, originalSection, &remoteOffsets, newSection)); in DMPlexDistributeField() 1117 …PetscCall(PetscSFDistributeSection(migrationSF, originalConeSection, &remoteOffsets, newConeSectio… in DMPlexDistributeCones() 1354 …PetscCall(PetscSFDistributeSection(migrationSF, origParentSection, &remoteOffsetsParents, newParen… in DMPlexDistributeSetupTree() 1786 PetscCall(PetscSFDistributeSection(sfDist, oldSection, NULL, newSection)); in DMPlexDistribute_Multistage() 1970 PetscCall(PetscSFDistributeSection(sfMigration, dm->localSection, NULL, psection)); in DMPlexDistribute()
|
| H A D | plexinterpolate.c | 1276 …PetscCall(PetscSFDistributeSection(sfInverse, candidateSection, &remoteOffsets, candidateRemoteSec… in DMPlexInterpolatePointSF() 1420 …PetscCall(PetscSFDistributeSection(sfMulti, candidateRemoteSection, &remoteOffsets, claimSection)); in DMPlexInterpolatePointSF()
|
| H A D | plextree.c | 2464 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootIndicesSec, &remoteOffsetsIndices, le… in DMPlexComputeInterpolatorTree() 2465 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootMatricesSec, &remoteOffsetsMatrices, … in DMPlexComputeInterpolatorTree() 3482 PetscCall(PetscSFDistributeSection(multiInv, leafIndicesSec, &remoteOffsets, rootIndicesSec)); in DMPlexTransferInjectorTree() 3930 …PetscCall(PetscSFDistributeSection(coarseToFineEmbedded, rootValuesSec, &remoteOffsetsValues, leaf… in DMPlexTransferVecTree_Interpolate()
|
| /petsc/include/ |
| H A D | petscsf.h | 164 PETSC_EXTERN PetscErrorCode PetscSFDistributeSection(PetscSF, PetscSection, PetscInt *[], PetscSect…
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex62f90.F90 | 295 … PetscCallA(PetscSFDistributeSection(natPointSFInv, rootSection, remoteOffsets, leafSection, ierr))
|
| /petsc/src/vec/is/sf/utils/ |
| H A D | sfutils.c | 238 PetscErrorCode PetscSFDistributeSection(PetscSF sf, PetscSection rootSection, PetscInt *remoteOffse… in PetscSFDistributeSection() function
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 3041 PetscCall(PetscSFDistributeSection(sfAB, sectionA, &offsetsA, sectionB)); in DMPlexSectionLoad_HDF5_Internal() 3071 PetscCall(PetscSFDistributeSection(sfAB, sectionA, NULL, sectionB)); in DMPlexSectionLoad_HDF5_Internal()
|
| /petsc/src/dm/label/ |
| H A D | dmlabel.c | 1952 PetscCall(PetscSFDistributeSection(sf, rootSection, &remoteOffsets, *leafSection)); in DMLabelDistribute_Internal()
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 4120 PetscCall(PetscSFDistributeSection(migratePointSF, rootSection, &remoteOffsets, leafSection)); in PetscSectionMigrateData()
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 1804 …PetscCall(PetscSFDistributeSection(pointsf, oldDMnetwork->DofSection, NULL, newDMnetwork->DofSecti… in DMNetworkDistribute()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 4649 PetscCall(PetscSFDistributeSection(basetocoarse, secIn, &remoteOffsets, secOut)); in DMForestTransferVecFromBase_pforest()
|