Go to the source code of this file.
|
module | quad_mod |
| QUADRATURE RULES ON REFERENCE CELLS
|
|
|
character(len=13), dimension(0:quad_tot_nb), public | quad_mod::quad_name |
| QUAD_ARRAY. More...
|
|
integer, dimension(quad_tot_nb), public | quad_mod::quad_nbnodes |
| Number of nodes for each quad method. More...
|
|
integer, dimension(quad_tot_nb), public | quad_mod::quad_geo |
| Reference cell geometry for each quad method. More...
|
|
integer, dimension(quad_tot_nb), public | quad_mod::quad_dim |
| Reference cell dimension for each quad method. More...
|
|
integer, dimension(quad_tot_nb), public | quad_mod::quad_order |
| Order for each quad method. More...
|
|
type(r_2d), dimension(quad_tot_nb), public | quad_mod::quad_coord |
| quad node coordinates More...
|
|
type(r_1d), dimension(quad_tot_nb), public | quad_mod::quad_wgt |
| quad weights More...
|
|