Searched refs:cgns_to_local_sf (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/cgns/ |
| H A D | plexcgns2.c | 1656 PetscSF cgns_to_local_sf; in DMPlexCreateCGNS_Internal_Parallel() local 1697 PetscCall(PetscSFCreate(PetscObjectComm((PetscObject)*dm), &cgns_to_local_sf)); in DMPlexCreateCGNS_Internal_Parallel() 1698 …PetscCall(PetscSFSetGraphLayout(cgns_to_local_sf, vtx_map, nleaves, NULL, PETSC_USE_POINTER, leaf)… in DMPlexCreateCGNS_Internal_Parallel() 1699 PetscCall(PetscObjectSetName((PetscObject)cgns_to_local_sf, "CGNS to Plex SF")); in DMPlexCreateCGNS_Internal_Parallel() 1700 PetscCall(PetscSFViewFromOptions(cgns_to_local_sf, NULL, "-CGNStoPlex_sf_view")); in DMPlexCreateCGNS_Internal_Parallel() 1708 PetscCall(PetscSFComposeInverse(cgns_to_local_sf, sectionsf, &cgns_to_global_sf)); in DMPlexCreateCGNS_Internal_Parallel() 1709 PetscCall(PetscSFDestroy(&cgns_to_local_sf)); in DMPlexCreateCGNS_Internal_Parallel()
|