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

Method PointSourceClusterOnHost

src/Kernels/PointSourceClusterOnHost.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18namespace seissol::kernels {
19
20PointSourceClusterOnHost::PointSourceClusterOnHost(
21 std::shared_ptr<sourceterm::ClusterMapping> mapping,
22 std::shared_ptr<sourceterm::PointSources> sources)
23 : clusterMapping_(std::move(mapping)), sources_(std::move(sources)) {}
24
25void PointSourceClusterOnHost::addTimeIntegratedPointSources(
26 double from, double to, seissol::parallel::runtime::StreamRuntime& runtime) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected