Searched refs:goffs (Results 1 – 1 of 1) sorted by relevance
2862 PetscInt *goffs, *ilocal; in DMPlexSectionLoad_HDF5_Internal_CreateDataSF() local2873 PetscCall(PetscMalloc1(m, &goffs)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()2895 goffs[m++] = goff++; in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()2903 PetscCall(PetscSFSetGraphLayout(*sectionSF, layout, m, ilocal, PETSC_OWN_POINTER, goffs)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()2904 PetscCall(PetscFree(goffs)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()