Searched refs:sfMigrationInv (Results 1 – 1 of 1) sorted by relevance
87 PetscSF sfMigrationInv; in DMPlexCreateGlobalToNaturalSF() local91 PetscCall(PetscSFCreateInverseSF(sfMigration, &sfMigrationInv)); in DMPlexCreateGlobalToNaturalSF()93 PetscCall(PetscSFDistributeSection(sfMigrationInv, localSection, NULL, section)); in DMPlexCreateGlobalToNaturalSF()94 PetscCall(PetscSFDestroy(&sfMigrationInv)); in DMPlexCreateGlobalToNaturalSF()