-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnhisparm.inc
More file actions
29 lines (29 loc) · 828 Bytes
/
nhisparm.inc
File metadata and controls
29 lines (29 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
c
integer NHISVAR
parameter (NHISVAR=200)
c
c NHISVAR - maximum number of history variables
c for user materials (/aux14loc/)
c
c the default and the minumum number is 200
c NHISVAR must be greater than or equal to 200
c
integer NHISVUE
parameter (NHISVUE=100)
c
c NHISVUE - maximum number of history variables
c for user elements (/bel8loc/)
c
c the default and the minumum number is 100
c NHISVUE must be greater than or equal to 100
c
integer NXDOFUE
parameter (NXDOFUE=3)
c
c NXDOFUE - maximum number of extra degrees of freedom
c for user elements (/ue1loc/)
c
c the default and the minumum number is 3
c NXDOFUE must be greater than or equal to 3
c ! maximum allowable number is NXDOFUE=15
c