sparse_display_test
    
    
    
      sparse_display_test,
      a Fortran90 code which
      calls sparse_display(), which
      reads information defining a matrix of numbers and displays
      the sparsity pattern or location of the nonzero elements using
      gnuplot.  This operation is already available in the built-in 
      MATLAB "spy" command.
    
    
      Licensing:
    
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      sparse_display,
      a Fortran90 code which
      reads information defining a matrix of numbers and display
      the sparsity pattern or location of the nonzero elements using
      gnuplot().  This operation is already available in the built-in 
      matlab "spy" command.
    
    
      Source Code:
    
    
      
    
    
      
        - 
          wathen_ge_data.txt,
          data defining the location of the nonzero entries of the Wathen
          matrix.
        
 
        - 
          wathen_ge_commands.txt,
          gnuplot commands to display the data.
        
 
        - 
          wathen_ge.png,
          an image of the sparsity pattern for the Wathen matrix.
        
 
        - 
          before_data.txt,
          data defining the location of the nonzero entries of a matrix,
          as created by DEAL.II.
        
 
        - 
          before_commands.txt,
          gnuplot commands to display the data.
        
 
        - 
          before.png,
          an image of the sparsity pattern for the before matrix.
        
 
        - 
          after_data.txt,
          data defining the location of the nonzero entries of a matrix,
          as created by DEAL.II (after reordering of variables).
        
 
        - 
          after_commands.txt,
          gnuplot commands to display the data.
        
 
        - 
          after.png,
          an image of the sparsity pattern for the after matrix.
        
 
        - 
          30x20_data.txt,
          data defining the location of the nonzero entries of the 30x20
          matrix.
        
 
        - 
          30x20_commands.txt,
          gnuplot commands to display the data.
        
 
        - 
          30x20.png,
          an image of the sparsity pattern for the 30x20 matrix.
        
 
      
    
    
    
      Last revised on 28 August 2020.