Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/impls/x/
H A Dxioerr.c12 PetscXIOErrorHandlerFn *PetscSetXIOErrorHandler(PetscXIOErrorHandlerFn *xioerrhdl) in PetscSetXIOErrorHandler() function
H A Dxinit.c50 xioerrhdl = PetscSetXIOErrorHandler(PetscXIOErrorHandlerJump); in PetscDrawXiClose()
59 (void)PetscSetXIOErrorHandler(xioerrhdl); in PetscDrawXiClose()
/petsc/include/
H A Dpetscdraw.h359 PETSC_EXTERN PetscXIOErrorHandlerFn *PetscSetXIOErrorHandler(PetscXIOErrorHandlerFn…
398 _Petsc_xioerrhdl = PetscSetXIOErrorHandler(PetscXIOErrorHandlerJump); \
437 (void)PetscSetXIOErrorHandler(_Petsc_xioerrhdl); \