Celeritas  0.5.0-56+6b053cd
Classes | Functions
RungeKuttaStepper.hh File Reference
#include "corecel/Types.hh"
#include "corecel/math/Algorithms.hh"
#include "Types.hh"
#include "detail/FieldUtils.hh"

Classes

class  celeritas::RungeKuttaStepper< EquationT >
 Integrate the field ODEs using the 4th order classical Runge-Kutta method. More...
 

Functions

template<class EquationT >
CELER_FUNCTION celeritas::RungeKuttaStepper (EquationT &&) -> RungeKuttaStepper< EquationT >