MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / nextCorrectionTime

Method nextCorrectionTime

src/Solver/time_stepping/ActorState.cpp:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58double ClusterTimes::nextCorrectionTime(double syncTime) const {
59 return std::min(syncTime, correctionTime + maxTimeStepSize);
60}
61
62long ClusterTimes::nextCorrectionSteps() const {
63 return std::min(stepsSinceLastSync + timeStepRate, stepsUntilSync);

Callers 1

correctMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected