QuadChebHex is a special "quadrature" consisting of product Chebyshev points on the reference brick. It is used for expressing the solution on an element as a linear combination of monomials. More...
#include <quadcheb.h>
Inherits Quad3D.
Public Member Functions | |
| QuadChebHex () | |
| ~QuadChebHex () | |
| virtual QuadPt3D * | get_points (const order3_t &order) |
Protected Member Functions | |
| void | calc_table (const order3_t &order) |
QuadChebHex is a special "quadrature" consisting of product Chebyshev points on the reference brick. It is used for expressing the solution on an element as a linear combination of monomials.
| QuadChebHex::QuadChebHex | ( | ) |
| QuadChebHex::~QuadChebHex | ( | ) |
| void QuadChebHex::calc_table | ( | const order3_t & | order | ) | [protected] |
Reimplemented from Quad3D.
1.6.3