Searched refs:PetscBinarySeek (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/fileio/ |
| H A D | sysio.c | 564 PetscErrorCode PetscBinarySeek(int fd, off_t off, PetscBinarySeekType whence, off_t *offset) in PetscBinarySeek() function 728 if (rank == 0) PetscCall(PetscBinarySeek(fd, off, whence, offset)); in PetscBinarySynchronizedSeek()
|
| /petsc/include/ |
| H A D | petscsys.h | 2529 PETSC_EXTERN PetscErrorCode PetscBinarySeek(int, off_t, PetscBinarySeekType, off_t *);
|
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 452 PetscCall(PetscBinarySeek(fd, off, PETSC_BINARY_SEEK_END, &offset)); in StackLoadLast()
|