Peano
|
Functions | |
template<typename Particle > | |
void | reportSearchRadiusVTDt (const std::string &particleName) |
Report the search radius. | |
template<typename Particle > | |
void | reduceVelocityAndSearchRadius_without_check (Particle *particle) |
Reduce velocity and search radius stats into species information. | |
template<typename Particle > | |
void | reduceVelocityAndSearchRadius (const peano4::datamanagement::VertexMarker &marker, Particle &localParticle) |
template<typename Particle > | |
void | reduceVelocityAndSearchRadiusWithMasking (const peano4::datamanagement::VertexMarker &marker, Particle &localParticle) |
void swift2::statistics::reduceVelocityAndSearchRadius | ( | const peano4::datamanagement::VertexMarker & | marker, |
Particle & | localParticle ) |
Definition at line 24 of file Statistics.h.
References swift2::kernels::localParticleCanBeUpdatedInVertexKernel(), and reduceVelocityAndSearchRadius_without_check().
Referenced by reduceVelocityAndSearchRadiusWithMasking().
void swift2::statistics::reduceVelocityAndSearchRadius_without_check | ( | Particle * | particle | ) |
Reduce velocity and search radius stats into species information.
Inform the species about a local particle's search radius and velocity. This
Definition at line 4 of file Statistics.cpph.
References tarch::la::norm2().
Referenced by reduceVelocityAndSearchRadius().
void swift2::statistics::reduceVelocityAndSearchRadiusWithMasking | ( | const peano4::datamanagement::VertexMarker & | marker, |
Particle & | localParticle ) |
Definition at line 34 of file Statistics.h.
References reduceVelocityAndSearchRadius().
void swift2::statistics::reportSearchRadiusVTDt | ( | const std::string & | particleName | ) |
Report the search radius.
Degenerates to nop if it is not called by the global master.
Definition at line 5 of file Reports.cpph.
References _log, tarch::mpi::Rank::getInstance(), and logInfo.