fd1d_advection_lax_wendroff


fd1d_advection_lax_wendroff, a Fortran90 code which calls fd1d_advection_lax(), which applies the finite difference method to solve the time-dependent advection equation ut = - c * ux in one spatial dimension, with a constant velocity, using the Lax-Wendroff method for the time derivative, writing graphics files for processing by gnuplot.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and codes:

fd1d_advection_lax_wendroff, a Fortran90 code which applies the finite difference method (FDM) to solve the time-dependent advection equation ut = - c * ux in one spatial dimension, with a constant velocity, using the Lax-Wendroff method to treat the time derivative, writing graphics files for processing by gnuplot.

Source Code:


Last revised on 27 June 2020.