Skip to content
Snippets Groups Projects
Commit 882661b7 authored by Behrens, Prof. Dr. Jörn's avatar Behrens, Prof. Dr. Jörn
Browse files

increased number of FEM types for stacked

parent a0def9e9
Branches
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ MODULE FEM_param
INTEGER (KIND = GRID_SI), PARAMETER :: DEF_evalsize= 1 !< size of real array (elmt)
INTEGER (KIND = GRID_SI), PARAMETER :: DEF_gvalsize= DEF_constno !< size of real array (edge)
INTEGER (KIND = GRID_SI), PARAMETER :: DEF_nvalsize= 2*DEF_constno !< size of real array (node)
INTEGER (KIND = GRID_SI), PARAMETER :: DEF_maxfemtypes=32 !< max no. of FEM types supported
INTEGER (KIND = GRID_SI), PARAMETER :: DEF_maxfemtypes=64 !< max no. of FEM types supported
!---------- definition parameters
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment