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

Go to the source code of this file.

Functions/Subroutines

subroutine islin_ini (igrslin)

Function/Subroutine Documentation

◆ islin_ini()

subroutine islin_ini ( type(surf_), dimension(nslin) igrslin)

Definition at line 29 of file islin_ini.F.

30C-----------------------------------------------
31C M o d u l e s
32C-----------------------------------------------
33 USE groupdef_mod
34C-----------------------------------------------
35C I m p l i c i t T y p e s
36C-----------------------------------------------
37#include "implicit_f.inc"
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41#include "com04_c.inc"
42#include "tabsiz_c.inc"
43C-----------------------------------------------
44C D u m m y A r g u m e n t s
45C-----------------------------------------------
46 TYPE(SURF_) ,DIMENSION(NSLIN) :: IGRSLIN
47C-----------------------------------------------
48C L o c a l V a r i a b l e s
49C-----------------------------------------------
50 INTEGER L_SLIN,ISU,ID,NSEG,TYPE,PROC,
51 . LEVEL,NSEG_R2R_ALL,NSEG_R2R_SHARE
52C-----------------------------------------------
53!---
54! Size of ISLIN structure
55!---
56!
57 l_slin = 0
58 DO isu=1,nslin
59! variables
60 id = igrslin(isu)%ID
61 l_slin = l_slin + 1
62 nseg = igrslin(isu)%NSEG
63 l_slin = l_slin + 1
64 TYPE = igrslin(isu)%TYPE
65 l_slin = l_slin + 1
66 level = igrslin(isu)%LEVEL
67 l_slin = l_slin + 1
68 nseg_r2r_all = igrslin(isu)%NSEG_R2R_ALL
69 l_slin = l_slin + 1
70 nseg_r2r_share = igrslin(isu)%NSEG_R2R_SHARE
71 l_slin = l_slin + 1
72!
73 l_slin = l_slin + 2*nseg ! nodes of segment
74 l_slin = l_slin + nseg ! PROC of segment
75 l_slin = l_slin + nseg ! ELTYP of segment
76 l_slin = l_slin + nseg ! ELEM of segment
77 ENDDO ! DO ISU=1,NSLIN
78!
79!---------
80 lenislin = l_slin
81!---------
82 RETURN
initmumps id