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

Go to the source code of this file.

Functions/Subroutines

subroutine w_poro (pornod, proc, numpor_l, geo, nodlocal, len_ia)

Function/Subroutine Documentation

◆ w_poro()

subroutine w_poro ( integer, dimension(*) pornod,
integer proc,
integer numpor_l,
geo,
integer, dimension(*) nodlocal,
integer len_ia )

Definition at line 31 of file w_poro.F.

32C-----------------------------------------------
33C M o d u l e s
34C-----------------------------------------------
35
36C-----------------------------------------------
37C I m p l i c i t T y p e s
38C-----------------------------------------------
39#include "implicit_f.inc"
40C-----------------------------------------------
41C C o m m o n B l o c k s
42C-----------------------------------------------
43#include "com04_c.inc"
44#include "param_c.inc"
45C-----------------------------------------------
46C D u m m y A r g u m e n t s
47C-----------------------------------------------
48 INTEGER PROC, NUMPOR_L, LEN_IA,
49 . PORNOD(*),NODLOCAL(*)
51 . geo(npropg,*)
52C-----------------------------------------------
53C F u n c t i o n
54C-----------------------------------------------
55 INTEGER NLOCAL
56 EXTERNAL nlocal
57C-----------------------------------------------
58C L o c a l V a r i a b l e s
59C-----------------------------------------------
60 INTEGER N, NN, NAD, IG, J, N_L, PORNOD_L(NUMPOR_L)
61C
62 nad=0
63 n_l = 0
64 DO ig = 1, numgeo
65 IF(int(geo(12,ig))==15)THEN
66 n=int(geo(31,ig))
67 IF(n>0)THEN
68 DO j = nad+1, nad+n
69 nn = pornod(j)
70 IF(nlocal(nn,proc+1)==1)THEN
71 n_l = n_l + 1
72 pornod_l(n_l)=nodlocal(nn)
73 END IF
74 END DO
75 nad = nad + n
76 END IF
77 END IF
78 END DO
79 if(n_l/=numpor_l)print*,'error decomp porosity :',n_l,numpor_l
80C
81 CALL write_i_c(pornod_l,numpor_l)
82 len_ia = len_ia + numpor_l
83C
84 RETURN
#define my_real
Definition cppsort.cpp:32
integer function nlocal(n, p)
Definition ddtools.F:349
subroutine pornod(geo, ixs, ixq, nodpor, icode, itab, npby, lpby, igeo)
Definition pornod.F:35
void write_i_c(int *w, int *len)