#include "petsc.h" PetscErrorCode PETSC_DLLEXPORT PetscLogInfo_Private(void *vobj, const char message[], ...)Collective over PetscObject argument
PetscErrorCode PetscLogInfo((void *vobj, const char message[], ...))
vobj | - object most closely associated with the logging statement | |
message | - logging message, using standard "printf" format |
-log_info : activates printing of PetscLogInfo() messages
Note: Since this is a macro you must wrap the arguments in TWO sets of (())
Fortran Note: This routine is not supported in Fortran.
Mat A
double alpha
PetscLogInfo((A,"Matrix uses parameter alpha=%g\n",alpha));
Level:intermediate
Location:src/sys/src/plog/ploginfo.c
Index of all Profiling routines
Table of Contents for all manual pages
Index of all manual pages