#include <quad.h>
 | 
| 
double2 *  | get_points (int order) const  | 
|   | 
| 
unsigned char  | get_num_points (int order) const  | 
|   | 
| 
unsigned short  | get_max_order () const  | 
|   | 
| 
double  | get_ref_vertex (int n) const  | 
|   | 
 | 
| 
virtual void  | dummy_fn ()=0 | 
|   | to prevent this class from being instantiated 
  | 
|   | 
 | 
| 
double2 **  | tables | 
|   | 
| 
unsigned char *  | np | 
|   | 
| 
double  | ref_vert [H2D_NUM_MODES] | 
|   | 
| 
unsigned short  | max_order | 
|   | 
Quad1D is a base class for all 1D quadrature points. 
Definition at line 49 of file quad.h.
The documentation for this class was generated from the following file: