PLUTO
fd_states.c File Reference
#include "pluto.h"
Include dependency graph for fd_states.c:

Go to the source code of this file.

Functions

void States (const State_1D *state, int beg, int end, Grid *grid)
 

Function Documentation

void States ( const State_1D state,
int  beg,
int  end,
Grid grid 
)

Compute 1D left and right interface states using piecewise linear reconstruction and the characteristic decomposition of the quasi-linear form of the equations.

This is done by first extrapolating the cell center value to the interface using piecewise limited linear reconstruction on the characteristic variables.

Left and right states are then evolved for the half time step using characteristic tracing if necessary.

Definition at line 4 of file fd_states.c.

11 {
12 
13 
14 }