Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1814 …c herr_t ReadLabelStratumHDF5_Distribute_Private(IS stratumIS, LoadLabelsCtx ctx, IS *newStratumIS) in ReadLabelStratumHDF5_Distribute_Private() argument
1830 PetscCall(ISCreate(comm, newStratumIS)); in ReadLabelStratumHDF5_Distribute_Private()
1831 PetscCall(ISSetType(*newStratumIS, ISGENERAL)); in ReadLabelStratumHDF5_Distribute_Private()
1842 PetscCall(ISGeneralSetIndicesFromMask(*newStratumIS, 0, nC, C_mask)); in ReadLabelStratumHDF5_Distribute_Private()
1874 IS newStratumIS; in ReadLabelStratumHDF5_Static() local
1876 PetscCallHDF5(ReadLabelStratumHDF5_Distribute_Private, (stratumIS, ctx, &newStratumIS)); in ReadLabelStratumHDF5_Static()
1878 stratumIS = newStratumIS; in ReadLabelStratumHDF5_Static()