Home
last modified time | relevance | path

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

/honee/src/ !
H A Dhonee-file.c36 static PetscErrorCode BinaryReadIntoInt(PetscViewer viewer, PetscInt *out, PetscDataType file_type)… in BinaryReadIntoInt() function
143 PetscCall(BinaryReadIntoInt(viewer, &file_step_number, file_type)); in HoneeLoadBinaryVec()
152 PetscCall(BinaryReadIntoInt(viewer, &length, PETSC_INT32)); in HoneeLoadBinaryVec()
159 PetscCall(BinaryReadIntoInt(viewer, &length, PETSC_INT64)); in HoneeLoadBinaryVec()