Home
last modified time | relevance | path

Searched refs:PetscSFDistributeSection (Results 1 – 16 of 16) sorted by relevance

/petsc/src/vec/is/sf/utils/ftn-custom/
H A Dzsfutilsf90.c28 *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 Dpetscsf.pxi39 PetscErrorCode PetscSFDistributeSection(PetscSF, PetscSection, PetscInt**, PetscSection)
H A DSF.pyx394 petsc.PetscSFDistributeSection
406 CHKERR(PetscSFDistributeSection(self.sf, rootSection.sec,
/petsc/src/dm/impls/plex/
H A Dplexnatural.c93 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 Dplexdd.c91 PetscCall(PetscSFDistributeSection(migrationSF, sec, NULL, tsec)); in DMCreateDomainDecomposition_Plex()
336 PetscCall(PetscSFDistributeSection(sf, sec, NULL, osec)); in DMCreateNeumannOverlap_Plex()
H A Dplexdistribute.c1013 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 Dplexinterpolate.c1276 …PetscCall(PetscSFDistributeSection(sfInverse, candidateSection, &remoteOffsets, candidateRemoteSec… in DMPlexInterpolatePointSF()
1420 …PetscCall(PetscSFDistributeSection(sfMulti, candidateRemoteSection, &remoteOffsets, claimSection)); in DMPlexInterpolatePointSF()
H A Dplextree.c2464 …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 Dpetscsf.h164 PETSC_EXTERN PetscErrorCode PetscSFDistributeSection(PetscSF, PetscSection, PetscInt *[], PetscSect…
/petsc/src/dm/impls/plex/tests/
H A Dex62f90.F90295 … PetscCallA(PetscSFDistributeSection(natPointSFInv, rootSection, remoteOffsets, leafSection, ierr))
/petsc/src/vec/is/sf/utils/
H A Dsfutils.c238 PetscErrorCode PetscSFDistributeSection(PetscSF sf, PetscSection rootSection, PetscInt *remoteOffse… in PetscSFDistributeSection() function
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c3041 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 Ddmlabel.c1952 PetscCall(PetscSFDistributeSection(sf, rootSection, &remoteOffsets, *leafSection)); in DMLabelDistribute_Internal()
/petsc/src/vec/is/section/interface/
H A Dsection.c4120 PetscCall(PetscSFDistributeSection(migratePointSF, rootSection, &remoteOffsets, leafSection)); in PetscSectionMigrateData()
/petsc/src/dm/impls/network/
H A Dnetwork.c1804 …PetscCall(PetscSFDistributeSection(pointsf, oldDMnetwork->DofSection, NULL, newDMnetwork->DofSecti… in DMNetworkDistribute()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h4649 PetscCall(PetscSFDistributeSection(basetocoarse, secIn, &remoteOffsets, secOut)); in DMForestTransferVecFromBase_pforest()