Reference documentation for deal.II version 9.1.0-pre
Variables
Algorithms::Events Namespace Reference

Variables

const Event initial = Event::assign("Initial")
 
const Event remesh = Event::assign("Remesh")
 
const Event bad_derivative = Event::assign("Bad Derivative")
 
const Event new_time = Event::assign("New Time")
 
const Event new_timestep_size = Event::assign("New Time Step Size")
 

Detailed Description

Events used by library operators

Variable Documentation

const Event Algorithms::Events::initial = Event::assign("Initial")

The program has just started and everything should be new.

Definition at line 65 of file event.cc.

const Event Algorithms::Events::remesh = Event::assign("Remesh")

The mesh has changed.

Definition at line 66 of file event.cc.

const Event Algorithms::Events::bad_derivative = Event::assign("Bad Derivative")

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

Definition at line 67 of file event.cc.

const Event Algorithms::Events::new_time = Event::assign("New Time")

The time stepping scheme starts a new time step.

Definition at line 68 of file event.cc.

const Event Algorithms::Events::new_timestep_size = Event::assign("New Time Step Size")

The time stepping scheme has changed the time step size.

Definition at line 69 of file event.cc.