Home
last modified time | relevance | path

Searched refs:PetscViewerBinarySetFlowControl (Results 1 – 5 of 5) sorted by relevance

/petsc/src/mat/tests/
H A Dex136.c35 PetscCall(PetscViewerBinarySetFlowControl(fd, 3)); in main()
/petsc/src/vec/vec/tutorials/
H A Dex10.c101 PetscCall(PetscViewerBinarySetFlowControl(viewer, 2)); in main()
/petsc/src/vec/vec/tests/
H A Dex100cu.cu99 PetscCall(PetscViewerBinarySetFlowControl(viewer, 2)); in main()
/petsc/include/
H A Dpetscviewer.h56 PETSC_EXTERN PetscErrorCode PetscViewerBinarySetFlowControl(PetscViewer, PetscInt);
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c345 PetscErrorCode PetscViewerBinarySetFlowControl(PetscViewer viewer, PetscInt fc) in PetscViewerBinarySetFlowControl() function