fm(i+1) would be the left flux at interface i+1/2 (and hence the flux
affecting cell i),
while fp(i) is the right flux at interface i-1/2 (also affecting cell
i). The notation is confusing since we can't use half-indices in
Fortran. The AMR version is different from standard Clawpack, where
interface fluxes are not used, because maintaining conservation at
grid interfaces requires knowing these. But to also work for problems
not in conservation form there is no longer necessarily a unique
interface flux, so fm and fp were introduced.
- Randy