burgers_time_inviscid_test
    
    
    
      burgers_time_inviscid_test,
      a MATLAB program which
      calls burgers_time_inviscid to solve the time-dependent inviscid Burgers equation
      with one of six solution methods selected by the user,
      by Mikal Landajuela.
    
    
      Licensing:
    
    
      The computer code and data files described and made available on this web page 
      are distributed under
      the GNU LGPL license.
    
    
      Related Data and Programs:
    
    
      
      burgers_time_inviscid,
      a MATLAB library which
      solves the time-dependent inviscid Burgers equation
      using a finite difference method (FDM) discretization, and one of six
      solution methods selected by the user,
      by Mikal Landajuela.
    
    
      Source Code:
    
    
      
        - 
          burgers_time_inviscid_test.m, 
          calls all the tests.
        
- 
          burgers_time_inviscid_test.sh, 
          runs all the tests.
        
- 
          burgers_time_inviscid_test.txt, 
          the output file.
        
- 
          bti_test01.m, 
          expansion initial condition, periodic boundary, upwind nonconservative.
        
- 
          bti_test01.png.
        
- 
          bti_test02.m, 
          expansion initial condition, periodic boundary, upwind conservative.
        
- 
          bti_test02.png.
        
- 
          bti_test03.m, 
          expansion initial condition, periodic boundary, Lax Friedrichs.
        
- 
          bti_test03.png.
        
- 
          bti_test04.m, 
          expansion initial condition, periodic boundary, Lax Wendroff.
        
- 
          bti_test04.png.
        
- 
          bti_test05.m, 
          expansion initial condition, periodic boundary, MacCormack.
        
- 
          bti_test05.png.
        
- 
          bti_test06.m, 
          expansion initial condition, periodic boundary, Godonov.
        
- 
          bti_test06.png.
        
    
      Last revised on 04 December 2018.