Home
last modified time | relevance | path

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

/petsc/src/vec/is/utils/hdf5/
H A Dhdf5io.c10 PetscBool complexVal, dim2; member
46 …PetscViewerHDF5ReadAttribute(viewer, name, "complex", PETSC_BOOL, &h->complexVal, &h->complexVal)); in PetscViewerHDF5ReadInitialize_Private()
151 if (ctx->complexVal) { in PetscViewerHDF5ReadSizes_Private()
160 …PetscCheck(!ctx->complexVal || ctx->dims[ctx->complexInd] == 2, PETSC_COMM_SELF, PETSC_ERR_FILE_UN… in PetscViewerHDF5ReadSizes_Private()
249 if (!h->complexVal) { in PetscViewerHDF5Load_Internal()
254 …PetscCheck(!h->complexVal, PetscObjectComm((PetscObject)viewer), PETSC_ERR_SUP, "Dataset %s/%s is … in PetscViewerHDF5Load_Internal()
280 if (h->complexVal) unitsize *= 2; in PetscViewerHDF5Load_Internal()