Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c2917 PetscSF sfAB; in DMPlexSectionLoad_HDF5_Internal() local
3026 PetscCall(PetscSFCompose(sfAX, sfXB, &sfAB)); in DMPlexSectionLoad_HDF5_Internal()
3041 PetscCall(PetscSFDistributeSection(sfAB, sectionA, &offsetsA, sectionB)); in DMPlexSectionLoad_HDF5_Internal()
3071 PetscCall(PetscSFDistributeSection(sfAB, sectionA, NULL, sectionB)); in DMPlexSectionLoad_HDF5_Internal()
3073 PetscCall(PetscSFDestroy(&sfAB)); in DMPlexSectionLoad_HDF5_Internal()