MCPcopy Create free account
hub / github.com/chrxh/alien / setCurrentTimestep

Method setCurrentTimestep

source/EngineImpl/EngineWorker.cpp:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

TEST_FFunction · 0.45
applySnapshotMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36