Searched refs:sfEmbed (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/sf/tests/ |
| H A D | ex1.c | 60 PetscSF sf, sfDup, sfInv, sfEmbed, sfA, sfB, sfBA; in main() local 222 PetscCall(PetscSFCreateEmbeddedRootSF(sf, 0, NULL, &sfEmbed)); in main() 223 PetscCall(CheckGraphEmpty(sfEmbed)); in main() 224 PetscCall(PetscSFDestroy(&sfEmbed)); in main() 232 PetscCall(PetscSFCreateEmbeddedLeafSF(sf, 0, NULL, &sfEmbed)); in main() 233 PetscCall(CheckGraphEmpty(sfEmbed)); in main() 234 PetscCall(PetscSFDestroy(&sfEmbed)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 73 PetscSF sf, sfEmbed, sfField; in DMPlexCreateGlobalToNaturalSF() local 141 PetscCall(PetscSFCreateEmbeddedLeafSF(sfMigration, ssize, spoints, &sfEmbed)); in DMPlexCreateGlobalToNaturalSF() 142 PetscCall(PetscObjectSetName((PetscObject)sfEmbed, "Embedded SF")); in DMPlexCreateGlobalToNaturalSF() 144 if (debug) PetscCall(PetscSFView(sfEmbed, NULL)); in DMPlexCreateGlobalToNaturalSF() 149 PetscCall(PetscSFCreateSectionSF(sfEmbed, section, remoteOffsets, gLocSection, &sfField)); in DMPlexCreateGlobalToNaturalSF() 150 PetscCall(PetscSFDestroy(&sfEmbed)); in DMPlexCreateGlobalToNaturalSF()
|