Home
last modified time | relevance | path

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

/petsc/src/sys/error/
H A Dpstack.c114 PetscErrorCode PetscStackView(FILE *file) in PetscStackView() function
H A Dsignal.c152 (void)PetscStackView(PETSC_STDOUT);
H A Dfp.c502 (void)PetscStackView(PETSC_STDOUT);
/petsc/doc/changes/
H A D324.md36 - Add `PetscStackView()` to the public API
37 - Change the default file pointer used in `PetscStackView()` if `NULL` is used to `PETSC_STDERR`
/petsc/include/
H A Dpetscsys.h2995 PETSC_EXTERN PetscErrorCode PetscStackView(FILE *);
2997 #define PetscStackView(file) PETSC_SUCCESS macro