hp2FEM
0.1
|
Struct that stores attributes for Solver class related to the theorical solution. More...
#include <TheoreticalSolution_S.h>
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. |
Struct that stores attributes for Solver class related to the theorical solution.
[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. |