disk_grid_test
    
    
    
      disk_grid_test,
      a C++ code which
      calls disk_grid() to
      generate a grid of points
      over the interior of a disk in 2D.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      disk_grid,
      a C++ code which
      computes a grid points
      over the interior of the general disk in 2D;
    
    
      Source Code:
    
    
      
    
    
      
        - 
          disk_grid_test01.xy,
          the list of grid points.
        
 
        - 
          disk_grid_test01_boundary.txt,
          coordinates of the bounding circle.
        
 
        - 
          disk_grid_test01_data.txt,
          coordinates of the grid points.
        
 
        - 
          disk_grid_test01_commands.txt,
          input commands to Gnuplot to create an image.
        
 
        - 
          disk_grid_test01.png,
          an image of the points.
        
 
        - 
          disk_grid_test02.xy,
          the list of Fibonacci grid points.
        
 
        - 
          disk_grid_test02_boundary.txt,
          coordinates of the bounding circle.
        
 
        - 
          disk_grid_test02_data.txt,
          coordinates of the grid points.
        
 
        - 
          disk_grid_test02_commands.txt,
          input commands to Gnuplot to create an image.
        
 
        - 
          disk_grid_test02.png,
          an image of the points.
        
 
      
    
    
    
      Last revised on 25 February 2020.