|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|
#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. | |