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

Go to the source code of this file.

Functions/Subroutines

subroutine tagnodr (ixr, geo, numelr, ipartr, tagbuf, npart)

Function/Subroutine Documentation

◆ tagnodr()

subroutine tagnodr ( integer, dimension(nixr,*) ixr,
geo,
integer numelr,
integer, dimension(*) ipartr,
integer, dimension(*) tagbuf,
integer npart )

Definition at line 28 of file tagnodr.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 "param_c.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER IXR(NIXR,*),NUMELR,IPARTR(*),TAGBUF(*),IAD0,NPART
42 . geo(npropg,*)
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
46 INTEGER J,L,NIX2,IPIDT
47C=======================================================================
48 DO j=1,numelr
49 IF(tagbuf(ipartr(j)) == 1)THEN
50 ipidt=nint(geo(12,ixr(1,j)))
51 IF(ipidt == 12.AND.ixr(4,j)/=0)THEN
52 nix2=4
53 ELSE
54 nix2=3
55 ENDIF
56 DO l=2,nix2
57 tagbuf(ixr(l,j)+npart)=1
58 ENDDO
59 ENDIF
60 ENDDO
61 RETURN
#define my_real
Definition cppsort.cpp:32