PetscStackCopy#

Copy the information from one PETSc stack to another

Synopsis#

#include "petscsys.h"   
PetscErrorCode PetscStackCopy(PetscStack *sint, PetscStack *sout)

Not Collective

Input Parameter#

  • sint - the stack to be copied from

Output Parameter#

  • sout - the stack to be copied to, this stack must already exist

Note#

In debug mode PETSc maintains a stack of the current function calls that can be used to help to quickly see where a problem has occurred, for example, when a signal is received. It is recommended to use the debugger if extensive information is needed to help debug the problem.

See Also#

PetscAttachDebugger(), PetscStackView()

Level#

developer

Location#

src/sys/error/pstack.c


Edit on GitLab

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