📁 QuadraturePoint
QuadraturePoint_
data type contains quadrature points and corresponding weight. This data type is helpful in calculating the element shape data and finite element matrix and vector.
Methods
📄️ QuadraturePoint_
QuadraturePoint_ data type contains quadrature points and corresponding weight. This data type is helpful in calculating the element shape data and finite element matrix and vector.
📄️ Deallocate
Deallocate the memory occupied by an instance of quadrature point.
📄️ Display
Display the content of QuadraturePoint_.
📄️ GaussLegendreLobatto
This function returns Gauss LegendreLobatto-Lobatto quadrature points of a given order.
📄️ GaussLegendre
This function returns GaussLegendre quadrature points of a given order.
📄️ GaussLegendreRadauLeft
This function returns Gauss Legendre Radau quadrature points of a given order.
📄️ GaussLegendreRadauRight
This function returns Gauss Legendre Radau quadrature points of a given order.
📄️ GetQuadraturePoints
This subroutine returns the quadrature points stored inside QuadraturePoint_ object.
📄️ GetTotalQuadraturePoints
Returns the total number of quadrature points.
📄️ Initiate
This subroutine constructs the quadrature points.
📄️ Outerprod
Perform outerproduct of quadrature point to get tensor product form of quadrature points.
📄️ Size
Returns the size of obj%Points