hp2FEM  0.1
Public Member Functions | Protected Attributes
collocationPoints1D Class Reference

CollocationPoints1D is a container class. Its aim is to call the apropriates quadrature classes to calculate the coordinates of the 1D collocation points. More...

#include <collocationPoints1D.h>

Collaboration diagram for collocationPoints1D:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 collocationPoints1D ()
 Default constructor.
 ~collocationPoints1D ()
 Default destructor.
void GetCollocCoordinates (QuadCollocType_E CollocType, unsigned long Alpha, unsigned long Beta, unsigned long PolyOrder, unsigned long &NumCoordinates, double *const CollocCoords)
 Calculates the coordinates of the collocation points.

Protected Attributes

GaussJacobiCollocationPoints1D GJColloc
 Variable of the type GaussJacobiCollocationPoints1D class.
NewtonCotesCollocationPoints1D NCColloc
 Variable of the type NewtonCotesCollocationPoints1D class.

Detailed Description

CollocationPoints1D is a container class. Its aim is to call the apropriates quadrature classes to calculate the coordinates of the 1D collocation points.

Note:
Its aim is to call the apropriates quadrature classes to calculate the coordinates of the 1D collocation points
Author:
Fabiano Fernandes Bargos
Date:
May/18/2009

Member Function Documentation

void collocationPoints1D::GetCollocCoordinates ( QuadCollocType_E  CollocType,
unsigned long  Alpha,
unsigned long  Beta,
unsigned long  PolyOrder,
unsigned long &  NumCoordinates,
double *const  CollocCoords 
)

Calculates the coordinates of the collocation points.

Parameters:
[in]CollocType,:1D quadrature type.
[in]Alpha,Beta,:specifies the weights for orthogonal polynomial basis.
[in]PolyOrder- polynomial order used to calculate the number of collocation points.
[out]NumCoordinates- number of collocation points.
[out]CollocCoords- coordinates of the collocation points.

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