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

Method setPointSources

src/Solver/time_stepping/TimeCluster.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void seissol::time_stepping::TimeCluster::setPointSources(
179 seissol::kernels::PointSourceClusterPair sourceCluster) {
180 m_sourceCluster = std::move(sourceCluster);
181}
182
183void seissol::time_stepping::TimeCluster::writeReceivers() {
184 SCOREP_USER_REGION("writeReceivers", SCOREP_USER_REGION_TYPE_FUNCTION)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected