Searched refs:gpoints (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 782 PetscInt *chartSize, *owners, *gpoints; in DMPlexDistributionView_HDF5_Private() local 801 PetscCall(PetscMalloc1(*chartSize, &gpoints)); in DMPlexDistributionView_HDF5_Private() 808 gpoints[p - pStart] = (gp < 0 ? -(gp + 1) : gp); in DMPlexDistributionView_HDF5_Private() 817 PetscCall(ISCreateGeneral(comm, *chartSize, gpoints, PETSC_OWN_POINTER, &gpointsIS)); in DMPlexDistributionView_HDF5_Private() 1624 const PetscInt *gpoints; in DMPlexSectionView_HDF5_Internal() local 1630 PetscCall(ISGetIndices(globalPointNumbers, &gpoints)); in DMPlexSectionView_HDF5_Internal() 1632 if (gpoints[p] >= 0) n++; in DMPlexSectionView_HDF5_Internal() 1638 if (gpoints[p] >= 0) order[n++] = gpoints[p]; in DMPlexSectionView_HDF5_Internal() 1639 PetscCall(ISRestoreIndices(globalPointNumbers, &gpoints)); in DMPlexSectionView_HDF5_Internal() 1958 const PetscInt *chartSize, *owners, *gpoints; in DMPlexDistributionLoad_HDF5_Private() local [all …]
|