28 SUBROUTINE dsdim0(NDOF ,IXS , IXQ , IXC , IXT ,
29 2 IXP ,IXR , IXTG , KXX ,
34#include "implicit_f.inc"
45 INTEGER NDOF(*), IXS(NIXS,*), IXQ(NIXQ,*), IXC(NIXC,*),
46 . (NIXT,*), IXP(NIXP,*), IXR(NIXR,*),
47 . ixtg(nixtg,*), kxx(nixx,*), ixx(*)
53 INTEGER I, IEL, J, N, IGTYP, NN
54 INTEGER,
DIMENSION(:),
ALLOCATABLE :: TAG8
56 ALLOCATE(tag8(numnod))
97 igtyp= nint(geo(12,ixr(1,iel)))
98 IF (igtyp==8.OR.igtyp==13 .OR. igtyp == 23)
THEN
103 ELSEIF (igtyp==4)
THEN
106 IF(n/=0)ndof(n)=
max(ndof(n),3)
172 igtyp= nint(geo(12,ixr(1,iel)))
173 IF (igtyp==8.OR.igtyp==13 .OR. igtyp == 23)
THEN
178 ELSEIF (igtyp==4)
THEN
subroutine dsdim0(ndof, ixs, ixq, ixc, ixt, ixp, ixr, ixtg, kxx, ixx, geo)