| 
    Celeritas 0.7.0-dev.174+develop.3cfbeaa01
    
   | 
 
#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.  | |