Searched refs:gspoints (Results 1 – 1 of 1) sorted by relevance
1507 PetscInt *gspoints, n = 0, gn, p; in DMPlexLabelsView_HDF5_Internal() local1519 PetscCall(PetscMalloc1(gn, &gspoints)); in DMPlexLabelsView_HDF5_Internal()1521 if (gpoint[spoints[p]] >= 0) gspoints[gn++] = gpoint[spoints[p]]; in DMPlexLabelsView_HDF5_Internal()1523 …PetscCall(ISCreateGeneral(PetscObjectComm((PetscObject)dm), gn, gspoints, PETSC_OWN_POINTER, &glob… in DMPlexLabelsView_HDF5_Internal()