PetscFunctionBegin

First executable line of each PETSc function used for error handling.

Synopsis

void PetscFunctionBegin;

Usage

     int something;

     PetscFunctionBegin;

Notes

Not available in Fortran

See Also

PetscFunctionReturn()

Keywords

traceback, error handling

Level:developer
Location:
src/sys/src/objects/pinit.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sles/examples/tutorials/ex3.c.html
src/sles/examples/tutorials/ex22.c.html
src/sles/examples/tutorials/ex25.c.html
src/snes/examples/tutorials/ex3.c.html
src/snes/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex14.c.html
src/snes/examples/tutorials/ex18.c.html
src/snes/examples/tutorials/ex19.c.html
src/snes/examples/tutorials/ex20.c.html
src/snes/examples/tutorials/ex21.c.html
src/snes/examples/tutorials/ex22.c.html