PLUTO
4.4-patch2
|
Include source terms using operator splitting. More...
#include "pluto.h"
Functions | |
void | SplitSource (const Data *d, double dt, timeStep *Dts, Grid *grid) |
The SplitSource() function handles source terms in a separate step using operator splitting. It is called from Integrate() between standard hydro advances. At present these source terms are one or more of the following:
Take one step on operator-split source terms.
[in,out] | d | pointer to PLUTO Data structure containing the solution array updated from the most recent call |
[in] | dt | the time step used to integrate the source terms |
[in] | Dts | pointer to the time step structure |
[in] | grid | pointer to an array of grid structures |