#include "petsc.h" PetscErrorCode PetscInfo_Private(const char func[],void *vobj, const char message[], ...)Collective over PetscObject argument
PetscErrorCode PetscInfo(void *vobj, const char message[], ...))
vobj | - object most closely associated with the logging statement or PETSC_NULL | |
message | - logging message, using standard "printf" format |
-info : activates printing of PetscInfo() messages
Fortran Note: This function does not take the vobj argument
Mat A
double alpha
PetscInfo1(A,"Matrix uses parameter alpha=%g\n",alpha);
Level:intermediate
Location:src/sys/verbose/verboseinfo.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages