| 1 | c
|
|---|
| 2 | c Non conforming variables
|
|---|
| 3 | c
|
|---|
| 4 | real umult(lx1*ly1*lz1*lelt)
|
|---|
| 5 | $ , jmat(lx1,lx1,2,maxmor)
|
|---|
| 6 | $ , xsp(lx1,lz1),ysp(lx1,lz1),zsp(lx1,lz1)
|
|---|
| 7 | $ , xch(lx1,lz1),ych(lx1,lz1),zch(lx1,lz1)
|
|---|
| 8 | $ , rtwid(lx1),stwid(lx1)
|
|---|
| 9 | $ , dtrk(ldim)
|
|---|
| 10 | $ , rs( 2 , 2 , 2 )
|
|---|
| 11 | common /allr/ umult,jmat,xsp,ysp,zsp,xch,ych,zch,
|
|---|
| 12 | $ rtwid,stwid,dtrk,rs
|
|---|
| 13 | c
|
|---|
| 14 | integer noncon_f(maxmor)
|
|---|
| 15 | $ , noncon_e(maxmor)
|
|---|
| 16 | $ , noncon_ip(maxmor)
|
|---|
| 17 | $ , mortar(6,lelt)
|
|---|
| 18 | $ , imin(3,2)
|
|---|
| 19 | $ , mort_m
|
|---|
| 20 | common /alli/ noncon_f,noncon_e,noncon_ip,mortar,imin,mort_m
|
|---|
| 21 | c
|
|---|
| 22 | logical ifnc,ifhalf,ifjt(maxmor)
|
|---|
| 23 | common /logg/ ifnc,ifhalf,ifjt
|
|---|