| 23 | namespace seissol::kernels { |
| 24 | |
| 25 | PointSourceClusterOnDevice::PointSourceClusterOnDevice( |
| 26 | std::shared_ptr<sourceterm::ClusterMapping> mapping, |
| 27 | std::shared_ptr<sourceterm::PointSources> sources) |
| 28 | : clusterMapping_(mapping), sources_(sources) {} |
| 29 | |
| 30 | unsigned PointSourceClusterOnDevice::size() const { return sources_->numberOfSources; } |
| 31 |
nothing calls this directly
no outgoing calls
no test coverage detected