Lines Matching refs:ilocal
779 const PetscInt *ilocal; in DMPlexDistributionView_HDF5_Private() local
803 PetscCall(PetscSFGetGraph(pointSF, &nroots, &nleaves, &ilocal, &iremote)); in DMPlexDistributionView_HDF5_Private()
811 PetscInt ilocalp = (ilocal ? ilocal[p] : p); in DMPlexDistributionView_HDF5_Private()
1128 const PetscInt *ilocal; in CreateConesIS_Private() local
1132 PetscCall(PetscSFGetGraph(sfPoint, &nroots, &nleaves, &ilocal, &iremote)); in CreateConesIS_Private()
1137 …PetscCall(PetscSFSetGraph(sfPoint, nroots + vExtra, nleaves, (PetscInt *)ilocal, PETSC_COPY_VALUES… in CreateConesIS_Private()
2058 PetscInt *ilocal, nleaves, q; in DMPlexDistributionLoad_HDF5_Private() local
2080 PetscCall(PetscMalloc1(nleaves, &ilocal)); in DMPlexDistributionLoad_HDF5_Private()
2084 ilocal[q] = p; in DMPlexDistributionLoad_HDF5_Private()
2094 …PetscCall(PetscSFSetGraph(pointSF, *chartSize, nleaves, ilocal, PETSC_OWN_POINTER, iremote, PETSC_… in DMPlexDistributionLoad_HDF5_Private()
2862 PetscInt *goffs, *ilocal; in DMPlexSectionLoad_HDF5_Internal_CreateDataSF() local
2872 PetscCall(PetscMalloc1(m, &ilocal)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2894 ilocal[m] = off++; in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2903 PetscCall(PetscSFSetGraphLayout(*sectionSF, layout, m, ilocal, PETSC_OWN_POINTER, goffs)); in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
2977 PetscInt *ilocal; in DMPlexSectionLoad_HDF5_Internal() local
3012 PetscCall(PetscMalloc1(nleaves, &ilocal)); in DMPlexSectionLoad_HDF5_Internal()
3016 ilocal[nleaves] = i; in DMPlexSectionLoad_HDF5_Internal()
3025 …PetscCall(PetscSFSetGraph(sfAX, n, nleaves, ilocal, PETSC_OWN_POINTER, iremote, PETSC_OWN_POINTER)… in DMPlexSectionLoad_HDF5_Internal()
3086 const PetscInt *ilocal; in DMPlexVecLoad_HDF5_Internal() local
3103 PetscCall(PetscSFGetGraph(sf, &mA, &m, &ilocal, NULL)); in DMPlexVecLoad_HDF5_Internal()
3124 j = ilocal ? ilocal[i] : i; in DMPlexVecLoad_HDF5_Internal()