Searched refs:rows64 (Results 1 – 1 of 1) sorted by relevance
84 PetscInt64 rows64; in VecLoad_Binary() local87 PetscCall(PetscViewerBinaryRead(viewer, &rows64, 1, NULL, PETSC_INT64)); in VecLoad_Binary()88 PetscCall(PetscIntCast(rows64, &rows)); in VecLoad_Binary()