QuadratureRule

About the QuadratureRule class

The WaveBlocks Project

@author: R. Bourquin @copyright: Copyright (C) 2010, 2011, 2012 R. Bourquin @license: Modified BSD License

Inheritance diagram

Inheritance diagram of QuadratureRule

Class documentation

class WaveBlocks.QuadratureRule

This class is an abstract interface to quadrature rules in general.

get_nodes()
Returns:An array containing the quadrature nodes \gamma_i.
get_number_nodes()
Returns:The number of quadrature nodes.
get_order()
Returns:The order R of the quadrature.
get_weights()
Returns:An array containing the quadrature weights \omega_i.

Table Of Contents

Previous topic

MatrixExponentialFactory

Next topic

GaussHermiteQR

This Page