Home
last modified time | relevance | path

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

/honee/src/
H A Dhonee-file.c190 PetscBool is_binary_viewer; in HoneeWriteBinaryVec() local
194 PetscCall(PetscStrcmp(viewer_type, PETSCVIEWERBINARY, &is_binary_viewer)); in HoneeWriteBinaryVec()
195 …PetscCheck(is_binary_viewer, comm, PETSC_ERR_ARG_WRONGSTATE, "Viewer must be binary type; instead … in HoneeWriteBinaryVec()