PLUTO  4.4-patch2
Functions
split_source.c File Reference

Include source terms using operator splitting. More...

#include "pluto.h"

Functions

void SplitSource (const Data *d, double dt, timeStep *Dts, Grid *grid)
 

Detailed Description

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:

Authors
A. Mignone (migno.nosp@m.ne@p.nosp@m.h.uni.nosp@m.to.i.nosp@m.t)
Date
Oct 26, 2016

Function Documentation

◆ SplitSource()

void SplitSource ( const Data d,
double  dt,
timeStep Dts,
Grid grid 
)

Take one step on operator-split source terms.

Parameters
[in,out]dpointer to PLUTO Data structure containing the solution array updated from the most recent call
[in]dtthe time step used to integrate the source terms
[in]Dtspointer to the time step structure
[in]gridpointer to an array of grid structures