FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
gauss_integration Module Reference

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...
 

Detailed Description

This module provides data for gauss quadrature.

Variable Documentation

◆ wgt

real(kind=kreal), dimension(3, 3) gauss_integration::wgt

weight of gauss points

Definition at line 10 of file GaussM.f90.

◆ xg

real(kind=kreal), dimension(3, 3) gauss_integration::xg

abscissa of gauss points

Definition at line 9 of file GaussM.f90.