OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
sphres44b.F File Reference
#include "implicit_f.inc"
#include "mvsiz_p.inc"
#include "vect01_c.inc"
#include "com01_c.inc"
#include "param_c.inc"
#include "sphcom.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine sphres44b (kxsp, ixsp, nod2sp, iparg, spbuf)

Function/Subroutine Documentation

◆ sphres44b()

subroutine sphres44b ( integer, dimension(nisp,*) kxsp,
integer, dimension(kvoisph,*) ixsp,
integer, dimension(*) nod2sp,
integer, dimension(nparg,*) iparg,
spbuf )

Definition at line 28 of file sphres44b.F.

30C----6---------------------------------------------------------------7---------8
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C G l o b a l P a r a m e t e r s
36C-----------------------------------------------
37#include "mvsiz_p.inc"
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41#include "vect01_c.inc"
42#include "com01_c.inc"
43#include "param_c.inc"
44#include "sphcom.inc"
45C-----------------------------------------------------------------
46C D u m m y A r g u m e n t s
47C-----------------------------------------------
48 INTEGER
49 . KXSP(NISP,*),IXSP(KVOISPH,*),NOD2SP(*),
50 . IPARG(NPARG,*)
51C REAL
53 . spbuf(nspbuf,*)
54C-----------------------------------------------
55C L o c a l V a r i a b l e s
56C-----------------------------------------------
57 INTEGER N,IG,NG,I,OFFSET,NEL
58C-----------------------------------------------
59C Construit les Numeros d'appartenance aux groupes.
60C-----------------------------------------------
61 DO ng=1,ngroup
62 nel=iparg(2,ng)
63 nft=iparg(3,ng)
64 ity=iparg(5,ng)
65 DO ig= 1,nel,mvsiz
66 offset = ig - 1
67 lft=1
68 llt=min(mvsiz,nel-offset)
69 IF(ity==51)THEN
70 DO i=lft,llt
71 n =i+nft
72 IF(spbuf(9,n)>zero)THEN
73 kxsp(1,n) =0
74 kxsp(2,n) =ng
75 spbuf(9,n)=zero
76 ENDIF
77 ENDDO
78 ENDIF
79 ENDDO
80 ENDDO
81C-----------------------------------------------
82 RETURN
#define my_real
Definition cppsort.cpp:32
#define min(a, b)
Definition macros.h:20