hp2FEM
0.1
|
Struct that stores attributes for NumericalIntegration class. More...
#include <NumericalIntegrationAttributes_S.h>
Public Attributes | |
ElementShape_E | ElemShape |
QuadCollocType_E | QuadType |
unsigned long | Alpha |
unsigned long | Beta |
unsigned long | Pmax |
unsigned long | IOFactor |
Struct that stores attributes for NumericalIntegration class.
[in] | QuadType,: | 1D quadrature type |
[in] | Alpha,Beta,: | specifies the weights for orthogonal polynomial basis |
[in] | ElemShape,: | element shape |
[in] | PMaxr,: | maximum polynomial order |
[in] | IOFactor,: | integrand order factor that multiplies the polynomial order to calculate the number of integration points |