rbmatlab 0.10.01
Functions
general/geometry/get_intervalquadrature_points.m File Reference

returns local quadrature points and corresponding weights for a Gaussian quadrature rule for a function defined on a 1d interval. More...

Go to the source code of this file.

Functions

function [ points ,

weights
] = 
get_intervalquadrature_weights_1d ( poldeg)
 returns local quadrature points and corresponding weights for a Gaussian quadrature rule for a function defined on a 1d interval.

Detailed Description

returns local quadrature points and corresponding weights for a Gaussian quadrature rule for a function defined on a 1d interval.

Definition in file get_intervalquadrature_points.m.


Function Documentation

function [ points , weights ] = get_intervalquadrature_weights_1d (   poldeg)

returns local quadrature points and corresponding weights for a Gaussian quadrature rule for a function defined on a 1d interval.

The quadrature rules are supported up to a degree of 23.

Parameters:
poldegdegree of polynomial the quadrature rule exactly approximates (0-23)
Return values:
pointsquadrature points in local coordinates (0-1)
weightsquadrature weights at quadrature points

Definition at line 1 of file get_intervalquadrature_points.m.

 All Classes Namespaces Files Functions Variables