Home
last modified time | relevance | path

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

/petsc/src/sys/fileio/
H A Dsysio.c564 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 Dpetscsys.h2529 PETSC_EXTERN PetscErrorCode PetscBinarySeek(int, off_t, PetscBinarySeekType, off_t *);
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c452 PetscCall(PetscBinarySeek(fd, off, PETSC_BINARY_SEEK_END, &offset)); in StackLoadLast()