#include <c1poly.h>

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) |
for the FE_C1 element.
Constructor for tensor product polynomials of degree n.
| 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.
1.5.3