Celeritas
0.5.0-56+6b053cd
|
#include "corecel/cont/Array.hh"
#include "corecel/math/ArrayUtils.hh"
#include "celeritas/Quantities.hh"
#include "celeritas/Types.hh"
Classes | |
struct | celeritas::OdeState |
A utility array of the equation of motion based on celeritas::Array . More... | |
struct | celeritas::FieldStepperResult |
The result of the integration stepper. More... | |
struct | celeritas::DriverResult |
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. | |