Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 33) sorted by relevance

12

/petsc/lib/petsc/bin/maint/
H A Dbk2hg.py67 sys.stdout.flush()
71 sys.stdout.flush()
156 sys.stdout.flush()
195 sys.stdout.flush()
248 sys.stdout.flush()
272 sys.stdout.flush()
H A Dgcov.py37 self.flush(close=True)
58 def flush(self, close=False): member in Logger
62 stream.flush()
69 self.flush(close=True)
655 gcov_logger.flush()
H A Dcheck_header_guard.py504 sys.stdout.flush()
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/
H A Dqueue_main.py111 def __call__(self, *args, flush: bool = True, **kwargs) -> None:
130 print(self._print_prefix, *args, flush=flush, **kwargs)
H A Dmain.py225 sys.stdout.flush()
/petsc/src/sys/classes/viewer/interface/
H A Dflush.c21 PetscTryTypeMethod(viewer, flush); in PetscViewerFlush()
/petsc/src/sys/classes/draw/interface/
H A Ddflush.c22 PetscTryTypeMethod(draw, flush); in PetscDrawFlush()
/petsc/src/binding/petsc4py/demo/python_types/
H A Dpetscviewerpython_protocol.py21 def flush(self, viewer: Viewer) -> None: member in PetscViewerPythonProtocol
/petsc/src/binding/petsc4py/test/
H A Druntests.py199 self.stream.flush()
204 self.stream.flush()
232 Sys.syncPrint(message, endl=endl, flush=True)
H A Dtest_viewer_py.py26 def flush(self, viewer): member in EmptyViewer
/petsc/include/petsc/private/
H A Dviewerimpl.h12 PetscErrorCode (*flush)(PetscViewer); member
H A Ddrawimpl.h15 PetscErrorCode (*flush)(PetscDraw); member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DSys.pyx203 flush: bool = False,
218 flush
219 Whether to flush output with `syncFlush`.
238 if flush: CHKERR(PetscSynchronizedFlush(ccomm, PETSC_STDOUT))
/petsc/src/sys/classes/viewer/impls/adios/
H A Dadios.c109 v->ops->flush = NULL; in PetscViewerCreate_ADIOS()
/petsc/config/BuildSystem/
H A Dlogger.py324 out.flush()
392 f.flush()
H A DRDict.py143 self.logFile.flush()
/petsc/src/sys/classes/viewer/impls/string/
H A Dstringv.c132 v->ops->flush = NULL; in PetscViewerCreate_String()
/petsc/include/petsc/finclude/
H A Dpetscsysbase.h160 #define PetscFlush(a) flush(a)
/petsc/src/sys/classes/viewer/impls/vu/
H A Dpetscvu.c148 viewer->ops->flush = PetscViewerFlush_VU; in PetscViewerCreate_VU()
/petsc/src/sys/classes/viewer/impls/vtk/
H A Dvtkv.c222 v->ops->flush = PetscViewerFlush_VTK; in PetscViewerCreate_VTK()
/petsc/src/sys/classes/viewer/impls/socket/
H A Dsend.c387 v->ops->flush = NULL;
/petsc/src/binding/petsc4py/src/petsc4py/lib/_pytypes/viewer/
H A Dpetscpyvista.py64 def flush(self, viewer): member in PetscPyVista
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_pool.py451 print(err_mess, flush=True)
/petsc/src/sys/classes/viewer/impls/mathematica/
H A Dmathematica.c145 v->ops->flush = 0; in PetscViewerCreate_Mathematica()
/petsc/src/sys/classes/viewer/impls/draw/
H A Ddrawv.c355 viewer->ops->flush = PetscViewerFlush_Draw; in PetscViewerCreate_Draw()

12