hp2FEM  0.1
include/model/Solver_defs.h
00001 #ifndef SOLVER_DEFS_H
00002 #define SOLVER_DEFS_H
00003 
00004 // Used in the solver.
00005 #define MAX_NUMBER_DIRS_DOFS 10
00006 #define MAX_NAME_DIRS_DOFS 10
00007 #define MAX_SYMB_EXPR_SIZE 3000
00008 //#define MAX_SYMB_EXPR_SIZE 50
00009 
00010 //      Maximum size for the analysis title
00011 #define TITLE_SIZE 2000
00012 
00013 #endif //SOLVER_DEFS_H
00014 
 All Classes Files Functions Variables Typedefs Friends Defines