restart method

void restart()

Reheats the simulation.

Implementation

void restart() {
  alpha = 1.0;
  start();
}