padua_test
    
    
    
      padua_test,
      a C++ code which
      calls padua(), which
      returns the coordinates of the 2D Padua points,
      as well as interpolation weights or quadrature weights,
      and images of the points in gnuplot() graphics files.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      padua,
      a C++ code which
      returns the coordinates of the 2D Padua points,
      as well as interpolation weights or quadrature weights,
      and images of the points in gnuplot graphics files.
    
    
      Source Code:
    
    
      
    
    
      The program creates GNUPLOT command and data files, which can be
      used to create a PNG image of the points.
      
        - 
          padua_00_commands.txt,
          the command file.
        
 
        - 
          padua_00_data.txt,
          the data file.
        
 
        - 
          padua_00.png,
          the PNG image.
        
 
        - 
          padua_01_commands.txt,
          the command file.
        
 
        - 
          padua_01_data.txt,
          the data file.
        
 
        - 
          padua_01.png,
          the PNG image.
        
 
        - 
          padua_02_commands.txt,
          the command file.
        
 
        - 
          padua_02_data.txt,
          the data file.
        
 
        - 
          padua_02.png,
          the PNG image.
        
 
        - 
          padua_03_commands.txt,
          the command file.
        
 
        - 
          padua_03_data.txt,
          the data file.
        
 
        - 
          padua_03.png,
          the PNG image.
        
 
        - 
          padua_04_commands.txt,
          the command file.
        
 
        - 
          padua_04_data.txt,
          the data file.
        
 
        - 
          padua_04.png,
          the PNG image.
        
 
        - 
          padua_05_commands.txt,
          the command file.
        
 
        - 
          padua_05_data.txt,
          the data file.
        
 
        - 
          padua_05.png,
          the PNG image.
        
 
        - 
          padua_06_commands.txt,
          the command file.
        
 
        - 
          padua_06_data.txt,
          the data file.
        
 
        - 
          padua_06.png,
          the PNG image.
        
 
        - 
          padua_07_commands.txt,
          the command file.
        
 
        - 
          padua_07_data.txt,
          the data file.
        
 
        - 
          padua_07.png,
          the PNG image.
        
 
        - 
          padua_08_commands.txt,
          the command file.
        
 
        - 
          padua_08_data.txt,
          the data file.
        
 
        - 
          padua_08.png,
          the PNG image.
        
 
        - 
          padua_09_commands.txt,
          the command file.
        
 
        - 
          padua_09_data.txt,
          the data file.
        
 
        - 
          padua_09.png,
          the PNG image.
        
 
        - 
          padua_10_commands.txt,
          the command file.
        
 
        - 
          padua_10_data.txt,
          the data file.
        
 
        - 
          padua_10.png,
          the PNG image.
        
 
      
    
    
    
      Last revised on 30 March 2020.