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

Go to the source code of this file.

Functions/Subroutines

subroutine w_irivet (ixri, nodlocal, proc, len_ia)

Function/Subroutine Documentation

◆ w_irivet()

subroutine w_irivet ( integer, dimension(4,*) ixri,
integer, dimension(*) nodlocal,
integer proc,
integer len_ia )

Definition at line 30 of file w_irivet.F.

31C-----------------------------------------------
32C M o d u l e s
33C-----------------------------------------------
34
35C-----------------------------------------------
36C I m p l i c i t T y p e s
37C-----------------------------------------------
38#include "implicit_f.inc"
39C-----------------------------------------------
40C C o m m o n B l o c k s
41C-----------------------------------------------
42#include "com04_c.inc"
43C-----------------------------------------------
44C D u m m y A r g u m e n t s
45C-----------------------------------------------
46 INTEGER PROC, LEN_IA,
47 . IXRI(4,*), NODLOCAL(*)
48C-----------------------------------------------
49C F u n c t i o n
50C-----------------------------------------------
51 INTEGER NLOCAL
52 EXTERNAL nlocal
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 INTEGER N_L, N, N1, N2, IXRI_L(4,NRIVET)
57C
58 n_l = 0
59 DO n = 1, nrivet
60 n1=ixri(2,n)
61 n2=ixri(3,n)
62 IF(nlocal(n1,proc+1)==1.AND.
63 + nlocal(n2,proc+1)==1)THEN
64 ixri_l(1,n) = ixri(1,n)
65 ixri_l(2,n) = nodlocal(n1)
66 ixri_l(3,n) = nodlocal(n2)
67 ixri_l(4,n) = ixri(4,n)
68 ELSE
69 ixri_l(1,n) = ixri(1,n)
70 ixri_l(2,n) = -n1
71 ixri_l(3,n) = n2
72 ixri_l(4,n) = ixri(4,n)
73 ENDIF
74 ENDDO
75C
76 CALL write_i_c(ixri_l,nrivet*4)
77 len_ia = len_ia + nrivet*4
78C
79 RETURN
integer function nlocal(n, p)
Definition ddtools.F:349
void write_i_c(int *w, int *len)