cube_felippa_rule


cube_felippa_rule, a MATLAB code which generates the points and weights of a Felippa quadrature rule over the interior of a cube in 3D.

Actually, the word "cube" is meant to designate any quadrature region defined by:

        A(1) <= X <= B(1)
        A(2) <= Y <= B(2)
        A(3) <= Z <= B(3)
      

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Languages:

cube_felippa_rule is available in a C version and a C++ version and a FORTRAN90 version and a MATLAB version.

Related Data and Programs:

annulus_rule, a matlab code which computes a quadrature rule for estimating integrals of a function over the interior of a circular annulus in 2d.

circle_rule, a matlab code which computes quadrature rules over the circumference of a circle in 2d.

cube_arbq_rule, a matlab code which computes quadrature rules with exactness up to total degree 15, over the interior of a cube in 3d.

cube_exactness, a matlab code which investigates the polynomial exactness of quadrature rules over the interior of a cube in 3d.

cube_felippa_rule_test

cube_grid, a matlab code which computes a grid of points over the interior of a cube in 3d.

cube_integrals, a matlab code which returns the exact value of the integral of any monomial over the interior of the unit cube in 3d.

cube_monte_carlo, a matlab code which applies a monte carlo method to estimate the integral of a function over the interior of the unit cube in 3d;

disk_rule, a matlab code which computes quadrature rules over the interior of a disk in 2d.

pyramid_felippa_rule, a matlab code which returns felippa's quadratures rules for approximating integrals over the interior of a pyramid in 3d.

pyramid_rule, a matlab code which computes a quadrature rule over the interior of a pyramid in 3d.

simplex_gm_rule, a matlab code which defines grundmann-moeller quadrature rules over the interior of a simplex in m dimensions.

sphere_lebedev_rule, a matlab code which computes lebedev quadrature rules on the surface of the unit sphere in 3d.

square_arbq_rule, a matlab code which returns quadrature rules, with exactness up to total degree 20, over the interior of the symmetric square in 2d, by hong xiao and zydrunas gimbutas.

square_felippa_rule, a matlab code which returns the points and weights of a felippa quadrature rule over the interior of a square in 2d.

square_symq_rule, a matlab code which returns symmetric quadrature rules, with exactness up to total degree 20, over the interior of the symmetric square in 2d, by hong xiao and zydrunas gimbutas.

tetrahedron_arbq_rule, a matlab code which returns quadrature rules, with exactness up to total degree 15, over the interior of a tetrahedron in 3d, by hong xiao and zydrunas gimbutas.

tetrahedron_felippa_rule, a matlab code which returns felippa's quadratures rules for approximating integrals over the interior of a tetrahedron in 3d.

tetrahedron_keast_rule, a matlab code which defines ten quadrature rules, with exactness degrees 0 through 8, over the interior of a tetrahedron in 3d.

tetrahedron_ncc_rule, a matlab code which defines newton-cotes closed quadrature rules over the interior of a tetrahedron in 3d.

tetrahedron_nco_rule, a matlab code which defines newton-cotes open quadrature rules over the interior of a tetrahedron in 3d.

triangle_dunavant_rule, a matlab code which defines dunavant rules for quadrature over the interior of a triangle in 2d.

triangle_fekete_rule, a matlab code which defines fekete rules for interpolation or quadrature over the interior of a triangle in 2d.

triangle_felippa_rule, a matlab code which returns felippa's quadratures rules for approximating integrals over the interior of a triangle in 2d.

triangle_lyness_rule, a matlab code which returns lyness-jespersen quadrature rules over the interior of a triangle in 2d.

triangle_monte_carlo, a matlab code which uses the monte carlo method to estimate integrals over the interior of a triangle in 2d.

triangle_ncc_rule, a matlab code which defines newton-cotes closed (ncc) quadrature rules over the interior of a triangle in 2d.

triangle_nco_rule, a matlab code which defines newton-cotes open (nco) quadrature rules over the interior of a triangle in 2d.

triangle_symq_rule, a matlab code which returns efficient symmetric quadrature rules, with exactness up to total degree 50, over the interior of an arbitrary triangle in 2d, by hong xiao and zydrunas gimbutas.

triangle_wandzura_rule, a matlab code which defines wandzura rules for quadrature over the interior of a triangle in 2d.

wedge_felippa_rule, a matlab code which returns quadratures rules for approximating integrals over the interior of the unit wedge in 3d.

Reference:

  1. Carlos Felippa,
    A compendium of FEM integration formulas for symbolic work,
    Engineering Computation,
    Volume 21, Number 8, 2004, pages 867-890.

Source Code:


Last revised on 22 December 2018.