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

Method evaluate

src/DynamicRupture/FrictionLaws/SourceTimeFunction.cpp:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21real YoffeSTF::evaluate(real currentTime,
22 [[maybe_unused]] real timeIncrement,
23 size_t ltsFace,
24 size_t pointIndex) {
25 return regularizedYoffe::regularizedYoffe(currentTime - onsetTime[ltsFace][pointIndex],
26 tauS[ltsFace][pointIndex],
27 tauR[ltsFace][pointIndex]);
28}
29
30void GaussianSTF::copyLtsTreeToLocal(seissol::initializer::Layer& layerData,
31 const seissol::initializer::DynamicRupture* dynRup,

Callers 1

updateFrictionAndSlipMethod · 0.45

Calls 3

smoothStepIncrementFunction · 0.85
deltaPulseFunction · 0.85
regularizedYoffeFunction · 0.50

Tested by

no test coverage detected