Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetsclayouthdf5.h10 PETSC_EXTERN PetscErrorCode PetscViewerHDF5ReadSizes(PetscViewer, const char[], PetscInt *, PetscIn…
/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c197 PetscCall(PetscViewerHDF5ReadSizes(viewer, "atlasDof", NULL, &N)); in PetscSectionLoad_HDF5_SingleField()
207 PetscCall(PetscViewerHDF5ReadSizes(viewer, "atlasOff", NULL, &N)); in PetscSectionLoad_HDF5_SingleField()
230 PetscCall(PetscViewerHDF5ReadSizes(viewer, "atlasDof", NULL, &N)); in PetscSectionLoad_HDF5_SingleField()
244 PetscCall(PetscViewerHDF5ReadSizes(viewer, "atlasOff", NULL, &N)); in PetscSectionLoad_HDF5_SingleField()
255 PetscCall(PetscViewerHDF5ReadSizes(viewer, "bcIndices", NULL, &M)); in PetscSectionLoad_HDF5_SingleField()
289 PetscCall(PetscViewerHDF5ReadSizes(viewer, "atlasDof", NULL, &N)); in PetscSectionLoad_HDF5_Internal()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5xdmf.c94 PetscCall(PetscViewerHDF5ReadSizes(viewer, topo_name, NULL, &numCells)); in DMPlexLoad_HDF5_Xdmf_Internal()
111 PetscCall(PetscViewerHDF5ReadSizes(viewer, geom_name, NULL, &numVertices)); in DMPlexLoad_HDF5_Xdmf_Internal()
H A Dplexhdf5.c1867 PetscCall(PetscViewerHDF5ReadSizes(viewer, "indices", NULL, &N)); in ReadLabelStratumHDF5_Static()
2152 PetscCall(PetscViewerHDF5ReadSizes(viewer, pointsName, NULL, &Np)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2156 PetscCall(PetscViewerHDF5ReadSizes(viewer, coneSizesName, NULL, &Np)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2159 PetscCall(PetscViewerHDF5ReadSizes(viewer, conesName, NULL, &N)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2162 PetscCall(PetscViewerHDF5ReadSizes(viewer, orientationsName, NULL, &N)); in DMPlexTopologyLoad_HDF5_Legacy_Private()
2282 PetscCall(PetscViewerHDF5ReadSizes(viewer, path, NULL, &NVertices)); in PlexLayerLoad_Private()
2760 PetscCall(PetscViewerHDF5ReadSizes(viewer, "vertices", &spatialDim, &N)); in DMPlexCoordinatesLoad_HDF5_Legacy_Private()
2965 PetscCall(PetscViewerHDF5ReadSizes(viewer, "order", NULL, &N1)); in DMPlexSectionLoad_HDF5_Internal()
3117 PetscCall(PetscViewerHDF5ReadSizes(viewer, vec_name, NULL, &MA1)); in DMPlexVecLoad_HDF5_Internal()
/petsc/src/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c56 PetscCall(PetscViewerHDF5ReadSizes(viewer, mat_name, &mat->cmap->N, NULL)); in MatLoad_Dense_HDF5()
/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c62 PetscCall(PetscViewerHDF5ReadSizes(viewer, i_name, NULL, &M)); in MatLoad_AIJ_HDF5()
/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c352 PetscErrorCode PetscViewerHDF5ReadSizes(PetscViewer viewer, const char name[], PetscInt *bs, PetscI… in PetscViewerHDF5ReadSizes() function