Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c1184 const char *parentAbsPath; in PetscViewerHDF5WriteAttribute() local
1194 PetscCall(PetscViewerHDF5GetGroup(viewer, parent, &parentAbsPath)); in PetscViewerHDF5WriteAttribute()
1195 PetscCall(PetscViewerHDF5Traverse_Internal(viewer, parentAbsPath, PETSC_TRUE, NULL, NULL)); in PetscViewerHDF5WriteAttribute()
1196 PetscCall(PetscViewerHDF5HasAttribute_Internal(viewer, parentAbsPath, name, &has)); in PetscViewerHDF5WriteAttribute()
1205 PetscCallHDF5Return(obj, H5Oopen, (h5, parentAbsPath, H5P_DEFAULT)); in PetscViewerHDF5WriteAttribute()
1216 PetscCall(PetscFree(parentAbsPath)); in PetscViewerHDF5WriteAttribute()
1290 const char *parentAbsPath; in PetscViewerHDF5ReadAttribute() local
1301 PetscCall(PetscViewerHDF5GetGroup(viewer, parent, &parentAbsPath)); in PetscViewerHDF5ReadAttribute()
1302 PetscCall(PetscViewerHDF5Traverse_Internal(viewer, parentAbsPath, PETSC_FALSE, &has, NULL)); in PetscViewerHDF5ReadAttribute()
1303 if (has) PetscCall(PetscViewerHDF5HasAttribute_Internal(viewer, parentAbsPath, name, &has)); in PetscViewerHDF5ReadAttribute()
[all …]