Advance equations using directionally-unsplit integrators (method of lines).
More...
Main driver for RK unsplit integrations (DIMENSIONAL_SPLITTING == NO) and for finite difference methods (RK3). Time stepping include Euler, RK2 and RK3.
- Authors
- A. Mignone (migno.nosp@m.ne@p.nosp@m.h.uni.nosp@m.to.i.nosp@m.t)
P. Tzeferacos (petro.nosp@m.s.tz.nosp@m.efera.nosp@m.cos@.nosp@m.ph.un.nosp@m.ito..nosp@m.it)
- Date
- Oct 1, 2012
int Unsplit |
( |
const Data * |
d, |
|
|
Riemann_Solver * |
Riemann, |
|
|
Time_Step * |
Dts, |
|
|
Grid * |
grid |
|
) |
| |
Advance the equations by a single time step using unsplit integrators based on the method of lines.
- Parameters
-
[in,out] | d | pointer to Data structure |
[in] | Riemann | pointer to a Riemann solver function |
[in,out] | Dts | pointer to time step structure |
[in] | grid | pointer to array of Grid structures |