Home
last modified time | relevance | path

Searched refs:cgns_to_global_sf (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
1708 PetscCall(PetscSFComposeInverse(cgns_to_local_sf, sectionsf, &cgns_to_global_sf)); in DMPlexCreateCGNS_Internal_Parallel()
1710 PetscCall(PetscSFCreateInverseSF(cgns_to_global_sf, &plex_to_cgns_sf)); in DMPlexCreateCGNS_Internal_Parallel()
1712 PetscCall(PetscSFDestroy(&cgns_to_global_sf)); in DMPlexCreateCGNS_Internal_Parallel()