Searched refs:viewer_type (Results 1 – 1 of 1) sorted by relevance
188 PetscViewerType viewer_type; in HoneeWriteBinaryVec() local193 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()