Home
last modified time | relevance | path

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

/petsc/src/vec/is/section/interface/hdf5/
H A Dsectionhdf5.c101 PetscInt fieldComponents, c; in PetscSectionView_HDF5_Internal() local
107 PetscCall(PetscSectionGetFieldComponents(s, f, &fieldComponents)); in PetscSectionView_HDF5_Internal()
108 …tscViewerHDF5WriteAttribute(viewer, NULL, "fieldComponents", PETSC_INT, (void *)&fieldComponents)); in PetscSectionView_HDF5_Internal()
109 for (c = 0; c < fieldComponents; ++c) { in PetscSectionView_HDF5_Internal()
296 PetscInt fieldComponents, c; in PetscSectionLoad_HDF5_Internal() local
303 …ewerHDF5ReadAttribute(viewer, NULL, "fieldComponents", PETSC_INT, NULL, (void *)&fieldComponents)); in PetscSectionLoad_HDF5_Internal()
304 PetscCall(PetscSectionSetFieldComponents(s, f, fieldComponents)); in PetscSectionLoad_HDF5_Internal()
305 for (c = 0; c < fieldComponents; ++c) { in PetscSectionLoad_HDF5_Internal()