35 . NODTAG ,STAT_INDXP,IPARG ,ELBUF_TAB,IDEL )
41 use element_mod ,
only : nixp
45#include "implicit_f.inc"
58 INTEGER ITAB(*),IPART(LIPART1,*),IXP(NIXP,*),IPARTP(*),
59 . ipart_state(*),nodtag(*),stat_indxp(*),iparg(nparg,*)
61 TYPE (ELBUF_STRUCT_),
DIMENSION(NGROUP),
TARGET :: ELBUF_TAB
65 INTEGER I,N,JJ,IPRT0,IPRT,K,II
66 INTEGER NG,NEL,NFT,LFT,LLT,ITY,IOFF
67 INTEGER,
DIMENSION(:),
ALLOCATABLE :: NP
68 INTEGER,
DIMENSION(:,:),
ALLOCATABLE :: CLEF
71 TYPE(g_bufel_) ,
POINTER :: GBUF
75 CALL my_alloc(np,6*numelp)
76 CALL my_alloc(clef,2,numelp)
87 gbuf => elbuf_tab(ng)%GBUF
94 IF (ipart_state(iprt) /= 0)
THEN
96 np(jj+1) = ixp(nixp,n)
97 np(jj+2) = itab(ixp(2,n))
98 np(jj+3) = itab(ixp(3,n))
99 np(jj+4) = itab(ixp(4,n))
101 np(jj+6) = iabs(nint(gbuf%OFF(i)))
107 stat_numelp =stat_numelp+1
108 clef(1,stat_numelp)=iprt
109 clef(2,stat_numelp)=ixp(nixp,n)
123 CALL my_orders(0,work,clef,stat_indxp,stat_numelp,2)
131 IF (idel==0 .OR. (idel==1 .AND. ioff >= 1))
THEN
132 IF (iprt /= iprt0)
THEN
133 WRITE(iugeo,
'(A,I10)')
'/BEAM/',ipart(4,iprt)
135 .
'#BEAM_ID NOD1 NOD2 NOD3'
138 WRITE(iugeo,
'(4I10)') np(jj+1),np(jj+2),np(jj+3),np(jj+4)
void my_orders(int *mode, int *iwork, int *data, int *index, int *n, int *irecl)
subroutine stat_beam_mp(itab, ipart, ixp, ipartp, ipart_state, nodtag, stat_indxp, iparg, elbuf_tab, idel)