Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-file.c188 PetscViewerType viewer_type; in HoneeWriteBinaryVec() local
193 PetscCall(PetscViewerGetType(viewer, &viewer_type)); in HoneeWriteBinaryVec()
194 PetscCall(PetscStrcmp(viewer_type, PETSCVIEWERBINARY, &is_binary_viewer)); in HoneeWriteBinaryVec()
195 …viewer, comm, PETSC_ERR_ARG_WRONGSTATE, "Viewer must be binary type; instead got %s", viewer_type); in HoneeWriteBinaryVec()