| 18 | namespace seissol::kernels { |
| 19 | |
| 20 | PointSourceClusterOnHost::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 | |
| 25 | void PointSourceClusterOnHost::addTimeIntegratedPointSources( |
| 26 | double from, double to, seissol::parallel::runtime::StreamRuntime& runtime) { |
nothing calls this directly
no outgoing calls
no test coverage detected