burgers_exact_test
    
    
    
      burgers_exact_test,
      a Fortran90 code which
      calls burgers_exact(), which
      evaluates exact solutions of the time-dependent 1D viscous Burgers equation.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      burgers_exact,
      a Fortran90 code which
      evaluates exact solutions of 
      time-dependent 1D viscous Burgers equation.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          burgers_exact_test01.txt,
          a data file of values for exact solution #1 for -1 <= x <= +1, 
          0 <= t <= 3/pi, using 11 grid points in x and in t.
        
 
        - 
          burgers_exact_test02.txt,
          a data file of values for exact solution #1 for -1 <= x <= +1, 
          0 <= t <= 3/pi, using 41 grid points in x and in t.
        
 
        - 
          burgers_exact_test03.txt,
          a data file of values for exact solution #2 for 0 <= x <= 2 Pi, 
          0 <= t <= 1, using 11 grid points in x and in t.
        
 
        - 
          burgers_exact_test04.txt,
          a data file of values for exact solution #2 for 0 <= x <= 2 Pi, 
          0 <= t <= 1, using 41 grid points in x and in t.
        
 
      
    
    
    
      Last revised on 03 September 2021.