hp2FEM  0.1
Public Attributes
TheoreticalSolution_S Struct Reference

Struct that stores attributes for Solver class related to the theorical solution. More...

#include <TheoreticalSolution_S.h>

List of all members.

Public Attributes

char TheoSolu [MAX_NUMBER_DIRS_DOFS][MAX_SYMB_EXPR_SIZE]
 stores the theoretical solution for each DOF.
unsigned long TheoSoluPolyOrder
 stores the polynomial order (P) for the approximation of the theoretical solution.
unsigned long NumDOFs
 stores the number of DOFs for the theorical solution.
char DOFNames [MAX_NUMBER_DIRS_DOFS][MAX_SYMB_EXPR_SIZE]
 stores the names of the DOFs with theorical solution.
char SymNumFlag [MAX_NUMBER_DIRS_DOFS]
 indicates wheter the theorical solution is symbolic or numeric.
double TheoSoluNorm
 stores the value of the theorical solution norm.
Norm_E NormType
 stores the value of the theorical solution norm.

Detailed Description

Struct that stores attributes for Solver class related to the theorical solution.

Note:
The goal of the TheoreticalSolution_S struct is to collect some attributes of the Solver class. This avoids passing all the attributes one by one.
Parameters:
[in]TheoSolu: stores the theoretical solution for each DOF.
[in]TheoSoluPolyOrder: stores the polynomial order (P) for approximation of the theoretical solution.
[in]NumDOFs: stores the number of DOFs with theorical solution.
[in]DOFNames: stores the DOF names.
[in]SymNumFlag: indicates wheter the theorical solution is symbolic or numeric.
[in]TheoSoluNorm: stores the value of the theorical solution norm.
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