UQTk: Uncertainty Quantification Toolkit  3.1.1
Public Attributes | List of all members
Quad::QuadRule Struct Reference

Rule structure that stores quadrature points, weights and indices. More...

Public Attributes

Array2D< double > qdpts
 Quadrature points. More...
 
Array1D< double > wghts
 Quadrature weights. More...
 

Detailed Description

Rule structure that stores quadrature points, weights and indices.

Member Data Documentation

◆ qdpts

Array2D<double> Quad::QuadRule::qdpts

Quadrature points.

◆ wghts

Array1D<double> Quad::QuadRule::wghts

Quadrature weights.


The documentation for this struct was generated from the following file: