sandia_cubature_test
    
    
    
      sandia_cubature_test,
      a MATLAB code which
      calls sandia_cubature(), which
      implements quadrature rules for certain multidimensional regions and weight functions.
    
    
      Licensing:
    
 
    
      The information on this web page is distributed under the MIT license.
    
    
      Related Data and Programs:
    
    
      
      sandia_cubature, 
      a MATLAB code which
      implements quadrature rules for certain multidimensional regions and weight functions.
    
    
      Source Code:
    
    
      
        - 
          sandia_cubature_test.m, 
          runs all the tests.
        
 
        - 
          sandia_cubature_test.txt, 
          the output file.
        
 
        - 
          cn_geg_tests.m, 
          tests the CN_GEG rules for various monomials.
        
 
        - 
          cn_geg_test.m, 
          tests the CN_GEG rules for a particular monomial.
        
 
        - 
          cn_jac_tests.m, 
          tests the CN_JAC rules for various monomials.
        
 
        - 
          cn_jac_test.m, 
          tests the CN_JAC rules for a particular monomial.
        
 
        - 
          cn_leg_tests.m, 
          tests the CN_LEG rules for various monomials.
        
 
        - 
          cn_leg_test.m, 
          tests the CN_LEG rules for a particular monomial.
        
 
        - 
          en_her_tests.m, 
          tests the EN_HER rules for various monomials.
        
 
        - 
          en_her_test.m, 
          tests the EN_HER rules for a particular monomial.
        
 
        - 
          epn_glg_tests.m, 
          tests the EPN_GLG rules for various monomials.
        
 
        - 
          epn_glg_test.m, 
          tests the EPN_GLG rules for a particular monomial.
        
 
        - 
          epn_lag_tests.m, 
          tests the EPN_LAG rules for various monomials.
        
 
        - 
          epn_lag_test.m, 
          tests the EPN_LAG rules for a particular monomial.
        
 
        - 
          timestamp.m, 
          prints the YMDHMS date as a timestamp;
        
 
      
    
    
    
      Last revised on 16 January 2023.