-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadjcom.inc
More file actions
22 lines (21 loc) · 838 Bytes
/
adjcom.inc
File metadata and controls
22 lines (21 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
integer iptadj,ipta2,ipta3,ipta4,ipta5,ipta6,ipta7,ipta8,
. ipta9,ipta10,ipta11,ipta12,ipta13
real optsz
common/adjcom/iptadj,ipta2,ipta3,ipta4,ipta5,ipta6,ipta7,ipta8,
. ipta9,ipta10,ipta11,ipta12,ipta13,optsz
integer conparmdim
parameter (conparmdim =29)
c
c ipta13 points to a chunk of memory that is dimensioned
c (comparmdim,numsv), to hold whatever contact related
c parameters need to be added as capabilities are added.
c
c
c Current storage allocations:
c 1- 6 Used for the Contraction Joint capability.
c 7- 7 Flag to activate local coordinate system for slave box
c 8-16 Coordinate transformation matrix for slave box
c 17-17 Flag to activate local coordinate system for master box
c 18-26 Coordinate transformation matrix for master box
c 27-29 Transformed origin for master box
c