![]() |
FrontISTR
5.7.0
Large-scale structural analysis program with finit element method
|
This module provides data for gauss quadrature. More...
Variables | |
real(kind=kreal), dimension(3, 3) | xg |
abscissa of gauss points More... | |
real(kind=kreal), dimension(3, 3) | wgt |
weight of gauss points More... | |
This module provides data for gauss quadrature.
real(kind=kreal), dimension(3, 3) gauss_integration::wgt |
weight of gauss points
Definition at line 10 of file GaussM.f90.
real(kind=kreal), dimension(3, 3) gauss_integration::xg |
abscissa of gauss points
Definition at line 9 of file GaussM.f90.