hp2FEM  0.1
Public Attributes
ShapeFunctionsAttributes_S Struct Reference

Struct that stores attributes for the ShapeFunctions class. More...

#include <ShapeFunctionsAttributes_S.h>

List of all members.

Public Attributes

unsigned long Pmax
HierarchicalType_E HierType
BasisType_E BasType
SchemeType_E SchType
ElementShape_E ElemShape
pMesh_E pMesh
PolynomialType_E PolyType
unsigned long Alpha
unsigned long Beta

Detailed Description

Struct that stores attributes for the ShapeFunctions class.

Parameters:
[in]MaxPolyOrder,:maximum polynomial order used in the model
[in]HierType,:specifies HIERARCHICAL or NON_HIERARCHICAL shape functions
[in]SchType,:specifies STANDARD or SERENDIPTY scheme for the calculation of the shape functions
[in]BasType,:specifies NODAL or MODAL shape functions
[in]ElemShape,:element shape
[in]pMesh,:specifies if the mesh is pUNIFORM or pNONUNIFORM
[in]PolyType,:specifies the 1D polynomial basis type
[in]Alpha,Beta,:specifies the weights for orthogonal polynomial basis
Note:
The goal of the ShapeFunctionsAttributes_S struct is to collect the main attributes of the ShapeFunctions 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