GaussHermiteQR

About the GaussHermiteQR class

The WaveBlocks Project

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

Inheritance diagram

Inheritance diagram of GaussHermiteQR

Class documentation

class WaveBlocks.GaussHermiteQR(order)

This class implements a Gauss-Hermite quadrature rule tailored at the needs of Hagedorn wavepackets.

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.
nodes = None

The quadrature nodes \gamma_i.

order = None

The order R of the Gauss-Hermite quadrature.

weights = None

The quadrature weights \omega_i.

Table Of Contents

Previous topic

QuadratureRule

Next topic

TrapezoidalQR

This Page