hp2FEM  0.1
Public Attributes
NumericalIntegrationAttributes_S Struct Reference

Struct that stores attributes for NumericalIntegration class. More...

#include <NumericalIntegrationAttributes_S.h>

List of all members.

Public Attributes

ElementShape_E ElemShape
QuadCollocType_E QuadType
unsigned long Alpha
unsigned long Beta
unsigned long Pmax
unsigned long IOFactor

Detailed Description

Struct that stores attributes for NumericalIntegration class.

Parameters:
[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
Note:
The goal of the NumericalIntegrationAttributes_S struct is to collect the main attributes of the NumericalIntegration class. This avoids passing all the attributes one by one.
Author:
Fabiano Fernandes Bargos/Marco L. Bittencourt
Date:
March/14/2011

The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Friends Defines