Note
The documentation on this page was automatically extracted from the DOLFIN C++ code and may need to be edited or expanded.
A event is a string message which is displayed only a limited number of times.
Event event("System is stiff, damping is needed.");
while ()
{
...
if ( ... )
{
event();
...
}
}
Constructor
Display message
Display count
Maximum display count