OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
tagnodx.F File Reference
#include "implicit_f.inc"
#include "scr23_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine tagnodx (ixx, kxx, numelx, ipartx, tagbuf, npart)

Function/Subroutine Documentation

◆ tagnodx()

subroutine tagnodx ( integer, dimension(*) ixx,
integer, dimension(nixx,*) kxx,
integer numelx,
integer, dimension(*) ipartx,
integer, dimension(*) tagbuf,
integer npart )

Definition at line 28 of file tagnodx.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "scr23_c.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER IXX(*),KXX(NIXX,*),NUMELX,IPARTX(*),TAGBUF(*),NPART
41C-----------------------------------------------
42C L o c a l V a r i a b l e s
43C-----------------------------------------------
44 INTEGER J,L
45C=======================================================================
46 DO j=1,numelx
47 IF(tagbuf(ipartx(j)) == 1)THEN
48 DO l=kxx(4,j),kxx(4,j)+kxx(3,j)-1
49 tagbuf(ixx(l)+npart)=1
50 ENDDO
51 ENDIF
52 ENDDO
53 RETURN