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

Method PointSourceClusterOnDevice

src/Kernels/PointSourceClusterOnDevice.cpp:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23namespace seissol::kernels {
24
25PointSourceClusterOnDevice::PointSourceClusterOnDevice(
26 std::shared_ptr<sourceterm::ClusterMapping> mapping,
27 std::shared_ptr<sourceterm::PointSources> sources)
28 : clusterMapping_(mapping), sources_(sources) {}
29
30unsigned PointSourceClusterOnDevice::size() const { return sources_->numberOfSources; }
31

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected