Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c244 PetscSF sf, sfAdj; in DMPlexCreateAdjacencySection_Static() local
422 PetscCall(PetscSFCreateSectionSF(sfDof, rootSectionAdj, remoteOffsets, leafSectionAdj, &sfAdj)); in DMPlexCreateAdjacencySection_Static()
426 PetscCall(PetscSFView(sfAdj, NULL)); in DMPlexCreateAdjacencySection_Static()
478 PetscCall(PetscSFComputeDegreeBegin(sfAdj, &indegree)); in DMPlexCreateAdjacencySection_Static()
479 PetscCall(PetscSFComputeDegreeEnd(sfAdj, &indegree)); in DMPlexCreateAdjacencySection_Static()
482 PetscCall(PetscSFGatherBegin(sfAdj, MPIU_INT, adj, remoteadj)); in DMPlexCreateAdjacencySection_Static()
483 PetscCall(PetscSFGatherEnd(sfAdj, MPIU_INT, adj, remoteadj)); in DMPlexCreateAdjacencySection_Static()
492 PetscCall(PetscSFDestroy(&sfAdj)); in DMPlexCreateAdjacencySection_Static()