Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscviewer.h61 PETSC_EXTERN PetscErrorCode PetscViewerBinaryGetMPIIOOffset(PetscViewer, MPI_Offset *);
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c185 PetscErrorCode PetscViewerBinaryGetMPIIOOffset(PetscViewer viewer, MPI_Offset *off) in PetscViewerBinaryGetMPIIOOffset() function
1035 PetscCall(PetscViewerBinaryGetMPIIOOffset(viewer, &off)); in PetscViewerBinaryWriteReadAll()
/petsc/src/dm/impls/da/
H A Dgr2.c625 PetscCall(PetscViewerBinaryGetMPIIOOffset(viewer, &off)); in DMDAArrayMPIIO()