Reference documentation for deal.II version 8.1.0
Variables
Algorithms::Events Namespace Reference

Variables

const Event initial
 
const Event bad_derivative
 
const Event new_time
 
const Event new_timestep_size
 

Detailed Description

Events used by library operators

Variable Documentation

const Event Algorithms::Events::initial

The program has just started and everything should be new.

const Event Algorithms::Events::bad_derivative

The current derivative leads to slow convergence of Newton's method.

const Event Algorithms::Events::new_time

The time stepping scheme starts a new time step.

const Event Algorithms::Events::new_timestep_size

The time stepping scheme has changed the time step size.