Home
last modified time | relevance | path

Searched refs:DMPlexMigrateIsoperiodicFaceSF_Internal (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h366 PETSC_INTERN PetscErrorCode DMPlexMigrateIsoperiodicFaceSF_Internal(DM, DM, PetscSF);
/petsc/src/dm/impls/plex/
H A Dplexsfc.c1005 PetscErrorCode DMPlexMigrateIsoperiodicFaceSF_Internal(DM old_dm, DM dm, PetscSF sf_migration) in DMPlexMigrateIsoperiodicFaceSF_Internal() function
H A Dplexdistribute.c1935 PetscCall(DMPlexMigrateIsoperiodicFaceSF_Internal(dm, *dmParallel, sfMigration)); in DMPlexDistribute()