|
Peano
|
#include "peano4/datamanagement/CellMarker.h"#include "peano4/datamanagement/VertexMarker.h"#include "Leapfrog.cpph"

Go to the source code of this file.
Namespaces | |
| namespace | swift2 |
| This file is part of the SWIFT 2 project. | |
| namespace | swift2::timestepping |
Functions | |
| template<typename Particle> | |
| void | swift2::timestepping::leapfrogDriftWithGlobalTimeStepSize (const peano4::datamanagement::VertexMarker &marker, Particle &localParticle) |
| Drift step. | |
| template<typename Particle> | |
| bool | swift2::timestepping::leapfrogDriftWithGlobalTimeStepSizeUpdateParticlePredicate (const peano4::datamanagement::VertexMarker &marker, const Particle &localParticle) |
| template<typename Particle> | |
| void | swift2::timestepping::leapfrogKickWithGlobalTimeStepSize (const peano4::datamanagement::VertexMarker &marker, Particle &localParticle) |
| Kick steps. | |
| template<typename Particle> | |
| bool | swift2::timestepping::leapfrogKickWithGlobalTimeStepSizeUpdateParticlePredicate (const peano4::datamanagement::VertexMarker &marker, const Particle &localParticle) |