Home
last modified time | relevance | path

Searched refs:DMPlexMigrateGlobalToNaturalSF (Results 1 – 6 of 6) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi206 PetscErrorCode DMPlexMigrateGlobalToNaturalSF(PetscDM, PetscDM, PetscSF, PetscSF, PetscSF *)
H A DDMPlex.pyx3627 petsc.DMPlexMigrateGlobalToNaturalSF
3631 … CHKERR(DMPlexMigrateGlobalToNaturalSF(dmOld.dm, self.dm, sfNaturalOld.sf, sfMigration.sf, &sf.sf))
/petsc/src/dm/impls/plex/
H A Dplexnatural.c194 PetscErrorCode DMPlexMigrateGlobalToNaturalSF(DM dmOld, DM dmNew, PetscSF sfNaturalOld, PetscSF sfM… in DMPlexMigrateGlobalToNaturalSF() function
H A Dplexdistribute.c1984 …PetscCall(DMPlexMigrateGlobalToNaturalSF(dm, *dmParallel, dm->sfNatural, sfMigration, &(*dmParalle… in DMPlexDistribute()
/petsc/doc/changes/
H A D322.md161 - Add `DMPlexMigrateGlobalToNaturalSF()` modifies the NaturalSF to map from the SF's old global sec…
/petsc/include/
H A Dpetscdmplex.h505 PETSC_EXTERN PetscErrorCode DMPlexMigrateGlobalToNaturalSF(DM, DM, PetscSF, PetscSF, PetscSF *);