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

Method getOutputVariables

src/DynamicRupture/Output/ReceiverBasedOutput.cpp:460–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460std::vector<std::size_t> ReceiverOutput::getOutputVariables() const {
461 return {drDescr->initialStressInFaultCS.index,
462 drDescr->mu.index,
463 drDescr->ruptureTime.index,
464 drDescr->accumulatedSlipMagnitude.index,
465 drDescr->peakSlipRate.index,
466 drDescr->dynStressTime.index,
467 drDescr->slip1.index,
468 drDescr->slip2.index};
469}
470
471} // namespace seissol::dr::output

Callers 1

setLtsDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected