Searched refs:componentName (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/is/section/interface/hdf5/ |
| H A D | sectionhdf5.c | 111 const char *componentName; in PetscSectionView_HDF5_Internal() local 115 PetscCall(PetscSectionGetComponentName(s, f, c, &componentName)); in PetscSectionView_HDF5_Internal() 116 …tscCall(PetscViewerHDF5WriteAttribute(viewer, NULL, "componentName", PETSC_STRING, componentName)); in PetscSectionView_HDF5_Internal() 307 char *componentName; in PetscSectionLoad_HDF5_Internal() local 311 …l(PetscViewerHDF5ReadAttribute(viewer, NULL, "componentName", PETSC_STRING, NULL, &componentName)); in PetscSectionLoad_HDF5_Internal() 312 PetscCall(PetscSectionSetComponentName(s, f, c, componentName)); in PetscSectionLoad_HDF5_Internal() 313 PetscCall(PetscFree(componentName)); in PetscSectionLoad_HDF5_Internal()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 553 const char *fname, *fgroup, *componentName, *fname_def = "unnamed"; in VecView_Plex_Local_HDF5_Internal() local 650 PetscCall(PetscSectionGetComponentName(section, f, c, &componentName)); in VecView_Plex_Local_HDF5_Internal() 652 …5WriteObjectAttribute(viewer, (PetscObject)subv, componentNameLabel, PETSC_STRING, componentName)); in VecView_Plex_Local_HDF5_Internal()
|