#include "implicit_f.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | tagnodr (ixr, geo, numelr, ipartr, tagbuf, npart) |
◆ tagnodr()
| subroutine tagnodr |
( |
integer, dimension(nixr,*) | ixr, |
|
|
| geo, |
|
|
integer | numelr, |
|
|
integer, dimension(*) | ipartr, |
|
|
integer, dimension(*) | tagbuf, |
|
|
integer | npart ) |
Definition at line 29 of file tagnodr.F.
30 use element_mod , only : nixr
31
32
33
34#include "implicit_f.inc"
35
36
37
38#include "param_c.inc"
39
40
41
42 INTEGER IXR(NIXR,*), NUMELR, IPARTR(*), TAGBUF(*), NPART
44 . geo(npropg,*)
45
46
47
48 INTEGER ,L,NIX2,IPIDT
49
50 DO j=1,numelr
51 IF(tagbuf(ipartr(j)) == 1)THEN
52 ipidt=nint(geo(12,ixr(1,j)))
53 IF(ipidt == 12.AND.ixr(4,j)/=0)THEN
54 nix2=4
55 ELSE
56 nix2=3
57 ENDIF
58 DO l=2,nix2
59 tagbuf(ixr(l,j)+npart)=1
60 ENDDO
61 ENDIF
62 ENDDO
63 RETURN