#include "rkc.cuh"
#include "dydt.cuh"
Go to the source code of this file.
|
__device__ Real | rkc_cu::rkc_spec_rad (const Real t, const Real pr, const Real hmax, const Real *y, const Real *F, Real *v, Real *Fv, mechanism_memory const *const __restrict__ mech) |
|
__device__ void | rkc_cu::rkc_step (const Real t, const Real pr, const Real h, const Real *y_0, const Real *F_0, const int s, Real *y_j, Real *y_jm1, Real *y_jm2, mechanism_memory const *const __restrict__ mech) |
|
__device__ void | rkc_cu::integrate (const Real tstart, const Real tEnd, const Real pr, Real *y, mechanism_memory const *const __restrict__ mech, solver_memory const *const __restrict__ solver) |
|