Home
last modified time | relevance | path

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

/petsc/src/sys/classes/viewer/interface/
H A Dviewreg.c648 PetscCall(PetscViewerBinaryGetFlowControl(viewer, mcnt)); in PetscViewerFlowControlStart()
649 PetscCall(PetscViewerBinaryGetFlowControl(viewer, cnt)); in PetscViewerFlowControlStart()
/petsc/include/
H A Dpetscviewer.h55 PETSC_EXTERN PetscErrorCode PetscViewerBinaryGetFlowControl(PetscViewer, PetscInt *);
/petsc/src/sys/classes/viewer/impls/binary/
H A Dbinv.c379 PetscErrorCode PetscViewerBinaryGetFlowControl(PetscViewer viewer, PetscInt *fc) in PetscViewerBinaryGetFlowControl() function