isDone abstract method

bool isDone(
  1. double time
)

Whether the simulation is "done" at the given time.

Implementation

bool isDone(double time);