PLUTO
4.4-patch2
|
Predictor step for CR particles. More...
#include "pluto.h"
Functions | |
void | Particles_CR_Predictor (Data *data, double dt, Grid *grid) |
Advance particle velocity and speed by dt using an implicit-explicit 1st order scheme. Compute Fcr at F(t+dt), then restore particles into their original position.
data | [in/out] PLUTO data array |
dt | [in] Time step to be achieved |
grid | [in] pointer to Grid structure |