hp2FEM  0.1
Public Member Functions
NewtonCotesCollocationPoints1D Class Reference

Calculate the collocation points using the Newton-Cotes quadrature. This class does not store any data. More...

#include <NewtonCotesCollocationPoints1D.h>

List of all members.

Public Member Functions

 NewtonCotesCollocationPoints1D ()
 ~NewtonCotesCollocationPoints1D ()
void GetCollocCoordinates (unsigned long PolyOrder, unsigned long &NumCoordinates, double *const CollocCoords)
 Calculates the coordinates of the collocation points using the Newton-Cotes quadrature.

Detailed Description

Calculate the collocation points using the Newton-Cotes quadrature. This class does not store any data.

Author:
Fabiano Fernandes Bargos/Marco Lcio Bittencourt
Date:
March/17/2011

Constructor & Destructor Documentation

Class constructor.

Class destructor.


Member Function Documentation

void NewtonCotesCollocationPoints1D::GetCollocCoordinates ( unsigned long  PolyOrder,
unsigned long &  NumCoordinates,
double *const  CollocCoords 
)

Calculates the coordinates of the collocation points using the Newton-Cotes quadrature.

Parameters:
[in]PolyOrder- polynomial order used to calculate the number of collocation points.
[out]NumCoordinates- number of collocation points.
[out]Coordinates- coordinates of the collocation points.

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Friends Defines