#include "petsc.h" int PetscTrValid(int line,const char function[],const char file[],const char dir[])
line | - line number where call originated. | |
function | - name of function calling | |
file | - file where function is | |
dir | - directory where function is |
The line, function, file and dir are given by the C preprocessor as __LINE__, __FUNC__, __FILE__, and __DIR__
The Fortran calling sequence is simply PetscTrValid(ierr)
No output is generated if there are no problems detected.
Level:advanced
Location:src/sys/src/memory/mtr.c
System Index
Table of Contents