petsc-3.13.6 2020-09-29
Report Typos and Errors

PetscFunctionBeginUser

First executable line of user provided PETSc routine

Synopsis

#include <petscsys.h>
void PetscFunctionBeginUser;
Not Collective

Usage

     int something;

     PetscFunctionBeginUser;

Notes

Final line of PETSc functions should be PetscFunctionReturn(0) except for main().

Not available in Fortran

This is identical to PetscFunctionBegin except it labels the routine as a user routine instead of as a PETSc library routine.

See Also

PetscFunctionReturn(), PetscFunctionBegin, PetscFunctionBeginHot

Level

intermediate

Location

src/sys/error/../../../include/petscerror.h

Examples

src/sys/classes/random/tutorials/ex2.c.html
src/vec/is/sf/tutorials/ex1.c.html
src/dm/impls/plex/tutorials/ex2.c.html
src/dm/impls/plex/tutorials/ex5.c.html
src/dm/impls/plex/tutorials/ex6.c.html
src/dm/impls/plex/tutorials/ex7.c.html
src/dm/tutorials/ex3.c.html
src/dm/tutorials/ex4.c.html
src/dm/tutorials/ex15.c.html
src/ksp/ksp/tutorials/ex3.c.html
src/ksp/ksp/tutorials/ex25.c.html

Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages