2D quadratures
More...
#include <quad.h>
Inherited by QuadStdTri.
List of all members.
Detailed Description
2D quadratures
Numerical quadratures in 2D
Member Function Documentation
| QuadPt2D* Quad2D::get_edge_points |
( |
int |
edge, |
|
|
int |
order | |
|
) |
| | const [inline] |
| int Quad2D::get_max_order |
( |
|
) |
const [inline] |
| EMode2D Quad2D::get_mode |
( |
|
) |
const [inline] |
| int Quad2D::get_num_points |
( |
int |
order |
) |
const [inline] |
| QuadPt2D* Quad2D::get_points |
( |
int |
order |
) |
const [inline] |
Member Data Documentation
tables with integration points for edges (?) indexing: [edge][order][point no.]
maximal order for integration (interpretation depened on the mode)
mode of quadratures (MODE_TRIANGLE, MODE_QUAD)
number of integration points indexing: [order]
tables with integration points indexing: [order][point no.]
The documentation for this class was generated from the following file: