sphere_delaunay_test
    
    
    
      sphere_delaunay_test,
      a Fortran90 code which
      calls sphere_delaunay(), which
      computes the Delaunay triangulation of points on the unit sphere.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      sphere_delaunay,
      a Fortran90 code which
      computes and plots the Delaunay triangulation of points 
      on the surface of the unit sphere in 3D.
    
    
      Source Code:
    
    
      
    
    
      GEN_00010 is a test set of 10 points:
      
        - 
          gen_00010.xyz,
          the point coordinates.
        
 
        - 
          gen_00010.png,
          a PNG image of
          the Delaunay triangulation.
        
 
        - 
          gen_00010.xyzl,
          the XYZL file listing the indices of points to connect to
          form the Delaunay triangulation.
        
 
      
    
    
      GEN_00100 is a test set of 100 points:
      
        - 
          gen_00100.xyz,
          the point coordinates.
        
 
        - 
          gen_00100.png,
          a PNG image of
          the Delaunay triangulation.
        
 
        - 
          gen_00100.xyzl,
          the XYZL file listing the indices of points to connect to
          form the Delaunay triangulation.
        
 
      
    
    
    
      Last revised on 28 August 2020.