| 355 | } |
| 356 | |
| 357 | void EngineWorker::setCurrentTimestep(uint64_t value) |
| 358 | { |
| 359 | EngineWorkerGuard access(this); |
| 360 | _simulationCudaFacade->setCurrentTimestep(value); |
| 361 | resetTimeIntervalStatistics(); |
| 362 | } |
| 363 | |
| 364 | SimulationParameters EngineWorker::getSimulationParameters() const |
| 365 | { |
no outgoing calls