Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/impls/hdf5/
H A Dhdf5v.c1185 hid_t h5, dataspace, obj, attribute, dtype; in PetscViewerHDF5WriteAttribute() local
1207 PetscCallHDF5Return(attribute, H5Aopen_name, (obj, name)); in PetscViewerHDF5WriteAttribute()
1209 …PetscCallHDF5Return(attribute, H5Acreate2, (obj, name, dtype, dataspace, H5P_DEFAULT, H5P_DEFAULT)… in PetscViewerHDF5WriteAttribute()
1211 PetscCallHDF5(H5Awrite, (attribute, dtype, value)); in PetscViewerHDF5WriteAttribute()
1213 PetscCallHDF5(H5Aclose, (attribute)); in PetscViewerHDF5WriteAttribute()
1291 hid_t h5, obj, attribute, dtype; in PetscViewerHDF5ReadAttribute() local
1321 PetscCallHDF5Return(attribute, H5Aopen_name, (obj, name)); in PetscViewerHDF5ReadAttribute()
1325 PetscCallHDF5Return(atype, H5Aget_type, (attribute)); in PetscViewerHDF5ReadAttribute()
1329 PetscCallHDF5(H5Aread, (attribute, dtype, *(char **)value)); in PetscViewerHDF5ReadAttribute()
1331 PetscCallHDF5(H5Aread, (attribute, dtype, value)); in PetscViewerHDF5ReadAttribute()
[all …]
/petsc/src/vec/vec/tests/
H A Dex48.c289 const char *attribute = c->names[t]; in CapsuleReadAndCompareAttributes() local
290 PetscCall(shouldExist(attribute, PETSC_FALSE, &flg)); in CapsuleReadAndCompareAttributes()
291 PetscCall(PetscViewerHDF5HasAttribute(v, parent, attribute, &hasAttr)); in CapsuleReadAndCompareAttributes()
293 PetscCall(PetscPrintf(comm, " %-24s = ", attribute)); in CapsuleReadAndCompareAttributes()
296 …te %s/%s/%s exists while its parent %s/%s doesn't exist", group, parent, attribute, group, parent); in CapsuleReadAndCompareAttributes()
297 … PETSC_ERR_PLIB, "Attribute %s/%s should exist? %s Exists? %s", parent, attribute, PetscBools[flg]… in CapsuleReadAndCompareAttributes()
309 PetscCall(PetscViewerHDF5ReadAttribute(v, parent, attribute, c->types[t], NULL, &str)); in CapsuleReadAndCompareAttributes()
312 PetscCall(PetscViewerHDF5ReadAttribute(v, parent, attribute, c->types[t], NULL, &buffer)); in CapsuleReadAndCompareAttributes()
316 …_PLIB, "Value of attribute %s/%s/%s is not equal to the original value", group, parent, attribute); in CapsuleReadAndCompareAttributes()
/petsc/share/petsc/suppressions/
H A Dubsan84 nonnull-attribute:pml_ob1_hdr.h
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DObject.pyx49 # --- attribute management ---
409 """Return the attribute associated with a given name.
423 """Set an the attribute associated with a given name.
H A DLog.pyx337 raise TypeError("readonly attribute")
489 raise TypeError("readonly attribute")
610 raise TypeError("readonly attribute")
/petsc/doc/changes/
H A D317.md38 …ronize`. Their operation is now managed by `PetscDeviceContext` via its `PetscStreamType` attribute
79 …PetscViewerHDF5SetDefaultTimestepping()` to deal with HDF5 files missing the timestepping attribute
H A D316.md64 value that is used if attribute is not found in the HDF5 file
/petsc/lib/petsc/conf/
H A Drules59 grep -v "Warning: attribute unused is unsupported and will be skipped" | \