Numerical quadrature for 3D hexahedron. More...
#include <quadstd.h>
Inherits Quad3D.
Public Member Functions | |
| QuadStdHex () | |
| ~QuadStdHex () | |
| virtual QuadPt3D * | get_points (const order3_t &order) |
| virtual QuadPt3D * | get_face_points (int face, const order2_t &order) |
Protected Member Functions | |
| void | calc_table (const order3_t &order) |
| void | calc_face_table (int face, const order2_t &order) |
| order3_t | lower_order_same_accuracy (const order3_t &ord) |
Numerical quadrature for 3D hexahedron.
| QuadStdHex::QuadStdHex | ( | ) |
| QuadStdHex::~QuadStdHex | ( | ) |
| void QuadStdHex::calc_face_table | ( | int | face, | |
| const order2_t & | order | |||
| ) | [protected] |
| void QuadStdHex::calc_table | ( | const order3_t & | order | ) | [protected] |
| virtual QuadPt3D* QuadStdHex::get_face_points | ( | int | face, | |
| const order2_t & | order | |||
| ) | [inline, virtual] |
Reimplemented from Quad3D.
Reimplemented from Quad3D.
1.6.3