set_log_level(PROGRESS) or set_log_level(DEBUG)

Asked by Houdong Hu

Manule says " A message with the equation system size, solver type, and number of iterations arises from specifying the argument PROGRESS, while DEBUG results in more information, including CPU time spent in the various parts of the matrix assembly and solve process. "

I add it in my code, but I can not find these information. Where are they?

Question information

Language:
English Edit question
Status:
Solved
For:
DOLFIN Edit question
Assignee:
No assignee Edit question
Solved by:
Jan Blechta
Solved:
Last query:
Last reply:
Revision history for this message
Best Jan Blechta (blechta) said :
#1

They are printed to stdout by default.

Revision history for this message
Houdong Hu (vincehouhou) said :
#2

Thanks Jan Blechta, that solved my question.