square_felippa_rule


square_felippa_rule, an Octave code which generates the points and weights of a Felippa quadrature rule over the interior of a square in 2D.

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

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

Licensing:

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

Languages:

square_felippa_rule is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

square_felippa_rule_test

alpert_rule, an Octave code which sets up an Alpert quadrature rule for functions which are regular, log(x) singular, or 1/sqrt(x) singular.

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

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

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

cube_felippa_rule, an Octave code which returns felippa's quadratures rules for approximating integrals over the interior of a cube in 3d.

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

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

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

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

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

square_arbq_rule, an Octave 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_exactness, an Octave code which investigates the polynomial exactness of quadrature rules over the interior of a cube in 3d.

square_grid, an Octave code which computes a grid of points over the interior of a cube in 3d.

square_integrals, an Octave code which returns the exact value of the integral of any monomial over the interior of the unit cube in 3d.

square_minimal_rule, an Octave code which returns "almost minimal" quadrature rules, with exactness up to total degree 55, over the interior of the symmetric square in 2d, by mattia festa and alvise sommariva.

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

square_symq_rule, an Octave 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, an Octave 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, an Octave code which returns felippa's quadratures rules for approximating integrals over the interior of a tetrahedron in 3d.

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

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

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

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

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

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

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

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

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

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

triangle_symq_rule, an Octave 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, an Octave code which defines wandzura rules for quadrature over the interior of a triangle in 2d.

wedge_felippa_rule, an Octave 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 23 March 2019.