Peano
Loading...
Searching...
No Matches
Statistics.h
Go to the documentation of this file.
1// This file is part of the SWIFT2 project. For conditions of distribution and
2// use, please see the copyright notice at www.peano-framework.org
3#pragma once
4
5#include <list>
6#include <vector>
7
9
10namespace swift2 {
11 namespace statistics {
18 template <typename Particle>
21 const Particle& localParticle
22 ) {
23 return ::swift2::kernels::localParticleCanBeUpdatedInVertexKernel(marker,localParticle);
24 }
25
26 template <typename Particle>
27 void reduceVelocityAndSearchRadius(const peano4::datamanagement::VertexMarker& marker, Particle& localParticle);
28 } // namespace statistics
29} // namespace swift2
30
31#include "Statistics.cpph"
void reduceVelocityAndSearchRadius(const peano4::datamanagement::VertexMarker &marker, Particle &localParticle)
bool reduceVelocityAndSearchRadiusUpdateParticlePredicate(const peano4::datamanagement::VertexMarker &marker, const Particle &localParticle)
Reduce velocity and search radius stats into species information.
Definition Statistics.h:19
This file is part of the SWIFT 2 project.
Vertex marker to provide information about selected vertex.