Go to the source code of this file.
|
| integer, public | gauss_points::k_d |
| |
| integer, public | gauss_points::n_w |
| |
| integer, public | gauss_points::l_g |
| |
| integer, public | gauss_points::n_ws |
| |
| integer, public | gauss_points::l_gs |
| |
| real(kind=8), dimension(:,:), pointer | gauss_points::ww |
| |
| real(kind=8), dimension(:,:), pointer | gauss_points::wws |
| |
| real(kind=8), dimension(:,:,:,:), pointer | gauss_points::dw |
| |
| real(kind=8), dimension(:,:,:), pointer | gauss_points::rnorms |
| |
| real(kind=8), dimension(:,:), pointer | gauss_points::rj |
| |
| real(kind=8), dimension(:,:), pointer | gauss_points::rjs |
| |
| real(kind=8), dimension(:,:,:,:), pointer | gauss_points::dw_s |
| |
| real(kind=8), dimension(:,:,:,:), pointer | gauss_points::dwps |
| |
| real(kind=8), dimension(:,:,:,:), pointer | gauss_points::dws |
| |