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

Go to the source code of this file.

Functions/Subroutines

subroutine w_geo (geo, nodlocal)

Function/Subroutine Documentation

◆ w_geo()

subroutine w_geo ( geo,
integer, dimension(*) nodlocal )

Definition at line 30 of file w_geo.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C C o m m o n B l o c k s
37C-----------------------------------------------
38#include "param_c.inc"
39#include "com04_c.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER NODLOCAL(*)
45 . geo(npropg,*)
46C-----------------------------------------------
47C L o c a l V a r i a b l e s
48C-----------------------------------------------
49 INTEGER I, J, M
51 . geo_l(npropg,numgeo)
52C
53 DO i = 1, numgeo
54 DO j = 1, npropg
55 geo_l(j,i) = geo(j,i)
56 END DO
57 END DO
58C
59 DO i = 1, numgeo
60 DO j = 1, npropg
61 geo_l(j,i) = geo(j,i)
62 END DO
63 IF(int(geo(12,i))==15)THEN
64 m=int(geo(29,i))
65 IF(m/=0)THEN
66 m = nodlocal(m)
67 geo_l(29,i) = m
68 END IF
69 END IF
70 END DO
71C
72
73 CALL compress_r_nnz(geo_l,npropg*numgeo)
74
75C
76 RETURN
subroutine compress_r_nnz(array, len)
#define my_real
Definition cppsort.cpp:32