isDone abstract method

bool isDone(
  1. double t
)

True when the simulation has effectively come to rest.

Implementation

bool isDone(double t);