2.6.1 Godunov's idea
Discretization paradigms (see Sect. 2.3.16):
- Finite differences: replace derivatives by differences
- Characteristics: follow characteristics back in time and interpolate at old time-level
- Reconstruct-Solve-Average (RSA): Godunov-type finite-volume scheme
RSA:
three steps:
-
Reconstruct
from
.
-
Solve the exact problem for
: shift reconstructed function.
-
Average
in each cell
to get
.
Note: Exact solution (and reconstruction) can handle shocks
numerical scheme can handle shocks.