Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/cgns/
H A Dplexcgns2.c1705 PetscSF sectionsf, cgns_to_global_sf; in DMPlexCreateCGNS_Internal_Parallel() local
1707 PetscCall(DMGetSectionSF(*dm, &sectionsf)); in DMPlexCreateCGNS_Internal_Parallel()
1708 PetscCall(PetscSFComposeInverse(cgns_to_local_sf, sectionsf, &cgns_to_global_sf)); in DMPlexCreateCGNS_Internal_Parallel()