Searched refs:PetscViewerBinaryGetUseMPIIO (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex46.c | 27 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &ismpiio)); in MyVecDump() 56 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &ismpiio)); in MyVecLoad()
|
| /petsc/src/dm/tutorials/ |
| H A D | ex15.c | 33 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &ismpiio)); in MyVecDump() 62 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &ismpiio)); in MyVecLoad()
|
| /petsc/src/sys/classes/viewer/impls/binary/ |
| H A D | binv.c | 311 PetscErrorCode PetscViewerBinaryGetUseMPIIO(PetscViewer viewer, PetscBool *use) in PetscViewerBinaryGetUseMPIIO() function 1018 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &useMPIIO)); in PetscViewerBinaryWriteReadAll() 1459 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &usempiio)); in PetscViewerSetUp_Binary() 1481 PetscCall(PetscViewerBinaryGetUseMPIIO(v, &usempiio)); in PetscViewerView_Binary()
|
| /petsc/include/ |
| H A D | petscviewer.h | 58 PETSC_EXTERN PetscErrorCode PetscViewerBinaryGetUseMPIIO(PetscViewer, PetscBool *);
|
| /petsc/src/dm/impls/da/ |
| H A D | gr2.c | 698 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &isMPIIO)); in VecView_MPI_DA() 893 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &isMPIIO)); in VecLoad_Binary_DA()
|
| /petsc/src/ts/trajectory/impls/memory/ |
| H A D | trajmemory.c | 445 PetscCall(PetscViewerBinaryGetUseMPIIO(viewer, &usempiio)); in StackLoadLast()
|