C1Poly Class Reference

#include <c1poly.h>

Inheritance diagram for C1Poly:

Polynomials::Polynomial< double > Subscriptor

List of all members.

Public Member Functions

 C1Poly (const unsigned int n, const unsigned int support_point)

Static Public Member Functions

static std::vector
< Polynomials::Polynomial
< double > > 
generate_complete_basis (const unsigned int degree)

Static Private Member Functions

static std::vector
< double
compute_coefficients (const unsigned int n, const unsigned int support_point)


Detailed Description

Polynomial space $P(T) = Q_3(T)$ for the FE_C1 element.

Author:
Bärbel Janssen, 2007

Constructor & Destructor Documentation

C1Poly::C1Poly ( const unsigned int  n,
const unsigned int  support_point 
)

Constructor for tensor product polynomials of degree n.


Member Function Documentation

std::vector< Polynomials::Polynomial< double > > C1Poly::generate_complete_basis ( const unsigned int  degree  )  [static]

Generate a basis and store the coefficiants.

std::vector< double > C1Poly::compute_coefficients ( const unsigned int  n,
const unsigned int  support_point 
) [static, private]

Compute the coefficiants for the element with corners in support_point.


The documentation for this class was generated from the following files:
Generated on Thu Oct 9 14:52:45 2008 for Additional Finite Elements for deal.II by  doxygen 1.5.3