Home
last modified time | relevance | path

Searched refs:PetscViewerBinaryGetMPIIODescriptor (Results 1 – 4 of 4) sorted by relevance

/petsc/include/
H A Dpetscviewer.h60 PETSC_EXTERN PetscErrorCode PetscViewerBinaryGetMPIIODescriptor(PetscViewer, MPI_File *);
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c240 PetscErrorCode PetscViewerBinaryGetMPIIODescriptor(PetscViewer viewer, MPI_File *fdes) in PetscViewerBinaryGetMPIIODescriptor() function
1034 PetscCall(PetscViewerBinaryGetMPIIODescriptor(viewer, &mfdes)); in PetscViewerBinaryWriteReadAll()
/petsc/src/dm/impls/da/
H A Dgr2.c624 PetscCall(PetscViewerBinaryGetMPIIODescriptor(viewer, &mfdes)); in DMDAArrayMPIIO()
/petsc/src/ts/trajectory/impls/memory/
H A Dtrajmemory.c447 PetscCall(PetscViewerBinaryGetMPIIODescriptor(viewer, (MPI_File *)&fd)); in StackLoadLast()