Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscviewer.h62 PETSC_EXTERN PetscErrorCode PetscViewerBinaryAddMPIIOOffset(PetscViewer, MPI_Offset);
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c213 PetscErrorCode PetscViewerBinaryAddMPIIOOffset(PetscViewer viewer, MPI_Offset off) in PetscViewerBinaryAddMPIIOOffset() function
1043 PetscCall(PetscViewerBinaryAddMPIIOOffset(viewer, off)); in PetscViewerBinaryWriteReadAll()
/petsc/src/dm/impls/da/
H A Dgr2.c632 PetscCall(PetscViewerBinaryAddMPIIOOffset(viewer, ub)); in DMDAArrayMPIIO()