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

Method getTimeTolerance

src/Solver/time_stepping/TimeManager.cpp:352–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350}
351
352double seissol::time_stepping::TimeManager::getTimeTolerance() {
353 return 1E-5 * m_timeStepping.globalCflTimeStepWidths[0];
354}
355
356void seissol::time_stepping::TimeManager::setPointSourcesForClusters(
357 std::unordered_map<LayerType, std::vector<seissol::kernels::PointSourceClusterPair>> sourceClusters) {

Callers 1

simulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected