Celeritas 0.6.0-2+develop.96611fab
|
#include "corecel/cont/Array.hh"
#include "corecel/math/ArrayUtils.hh"
#include "celeritas/Quantities.hh"
#include "celeritas/Types.hh"
Classes | |
struct | celeritas::OdeState |
Store a track's position and momentum for field integration. More... | |
struct | celeritas::FieldIntegration |
The result of a single integration. More... | |
struct | celeritas::Substep |
The result of moving up to a certain distance along a step. More... | |
Functions | |
CELER_FUNCTION void | celeritas::axpy (real_type a, OdeState const &x, OdeState *y) |
Perform y <- ax + y for OdeState. | |