Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c3038 PetscInt *offsetsA; in DMPlexSectionLoad_HDF5_Internal() local
3041 PetscCall(PetscSFDistributeSection(sfAB, sectionA, &offsetsA, sectionB)); in DMPlexSectionLoad_HDF5_Internal()
3052 …PetscCall(DMPlexSectionLoad_HDF5_Internal_CreateDataSF(sectionA, layout, offsetsA, sectionB, &lsfA… in DMPlexSectionLoad_HDF5_Internal()
3064 …PetscCall(DMPlexSectionLoad_HDF5_Internal_CreateDataSF(sectionA, layout, offsetsA, gsectionB, &gsf… in DMPlexSectionLoad_HDF5_Internal()
3069 PetscCall(PetscFree(offsetsA)); in DMPlexSectionLoad_HDF5_Internal()