|
Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 71 of file quadrature.h.
Public Member Functions | |
| weighted_point () | |
| weighted_point (const point_basic< T > &x1, const T &w1) | |
Public Attributes | |
| point_basic< T > | x |
| T | w |
| weighted_point | ( | ) |
Definition at line 72 of file quadrature.h.
| weighted_point | ( | const point_basic< T > & | x1, |
| const T & | w1 | ||
| ) |
Definition at line 73 of file quadrature.h.
| point_basic<T> x |
Definition at line 74 of file quadrature.h.
Definition at line 75 of file quadrature.h.