#include <QuadratureRuleGaussIterated.h>
Public Member Functions | |
QuadratureRuleGaussIterated (const size_type dim, const size_type order1D, const size_type copies) | |
size_type | numCopies () const |
size_type | order1D () const |
![]() | |
virtual | ~QuadratureRule ()=default |
QuadratureRule (const size_type dim, const std::vector< utils::Point > &points, const std::vector< double > &weights) | |
Constructor to create a tensor structured quadrature with arbitrary 1D points and weights. More... | |
virtual const std::vector< utils::Point > & | getPoints () const |
A function to return the quad points in the parametric space. More... | |
virtual const std::vector< utils::Point > & | get1DPoints () const |
A function to return the 1D quad points in the parametric space. This function throws an error if this quadrature Rule is not tensor structured. More... | |
virtual const std::vector< double > & | getWeights () const |
A function to returns the weights of the quadrature points. More... | |
virtual const std::vector< double > & | get1DWeights () const |
A function to return the 1D quad points in the parametric space. This function throws an error if this quadrature Rule is not tensor structured. More... | |
virtual bool | isTensorStructured () const |
virtual size_type | nPoints () const |
virtual size_type | n1DPoints () const |
virtual size_type | getDim () const |
Private Attributes | |
size_type | d_numCopies |
size_type | d_order1D |
Additional Inherited Members | |
![]() | |
QuadratureRule () | |
![]() | |
size_type | d_dim |
size_type | d_numPoints |
size_type | d_num1DPoints |
std::vector< utils::Point > | d_points |
std::vector< utils::Point > | d_1DPoints |
std::vector< double > | d_weights |
std::vector< double > | d_1DWeights |
bool | d_isTensorStructured |
dftefe::quadrature::QuadratureRuleGaussIterated::QuadratureRuleGaussIterated | ( | const size_type | dim, |
const size_type | order1D, | ||
const size_type | copies | ||
) |
size_type dftefe::quadrature::QuadratureRuleGaussIterated::numCopies | ( | ) | const |
size_type dftefe::quadrature::QuadratureRuleGaussIterated::order1D | ( | ) | const |
|
private |
|
private |