Skip to content

Fixes in Tutorial07

Marian Piatkowski requested to merge fixes/tutorial07 into master

These are some improvements and bugfixes to tutorial 7.

The most prominent one is to fix the local Lax-Friedrichs flux.

I can further add the following if desired

  • estimation of CFL number (requires minor changes in the local operator)
  • adaptive time-stepping based on the CFL number estimation
  • explicit time-stepping methods (to PDELab) for DG with greater stability regions

Merge request reports