Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1776 typedef struct _n_LoadLabelsCtx *LoadLabelsCtx; typedef
1778 static PetscErrorCode LoadLabelsCtxCreate(DM dm, PetscViewer viewer, PetscSF sfXC, LoadLabelsCtx *c… in LoadLabelsCtxCreate()
1797 static PetscErrorCode LoadLabelsCtxDestroy(LoadLabelsCtx *ctx) in LoadLabelsCtxDestroy()
1814 static herr_t ReadLabelStratumHDF5_Distribute_Private(IS stratumIS, LoadLabelsCtx ctx, IS *newStrat… in ReadLabelStratumHDF5_Distribute_Private()
1852 LoadLabelsCtx ctx = (LoadLabelsCtx)op_data; in ReadLabelStratumHDF5_Static()
1893 LoadLabelsCtx ctx = (LoadLabelsCtx)op_data; in ReadLabelHDF5_Static()
1918 LoadLabelsCtx ctx; in DMPlexLabelsLoad_HDF5_Internal()