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

Go to the source code of this file.

Functions/Subroutines

subroutine delnumb0 (iparg, el2fa, nbf, inum, kxsp)

Function/Subroutine Documentation

◆ delnumb0()

subroutine delnumb0 ( integer, dimension(nparg,*) iparg,
integer, dimension(*) el2fa,
integer nbf,
integer, dimension(*) inum,
integer, dimension(nisp,*) kxsp )

Definition at line 29 of file delnumb0.F.

30C===============================================
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C C o m m o n B l o c k s
36C-----------------------------------------------
37#include "com01_c.inc"
38#include "sphcom.inc"
39#include "param_c.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER IPARG(NPARG,*),EL2FA(*),INUM(*),KXSP(NISP,*),NBF
44C-----------------------------------------------
45 INTEGER I,N,NFT,NG, ITY, LFT, LLT, NEL, NN1
46C-----------------------------------------------
47 nn1 = 1
48 DO 490 ng=1,ngroup
49 nel =iparg(2,ng)
50 nft =iparg(3,ng)
51 ity =iparg(5,ng)
52 lft=1
53 llt=nel
54C-----------------------------------------------
55 IF(ity==51)THEN
56C-----------------------------------------------
57C PARTICULES SPH.
58C-----------------------------------------------
59 DO i=lft,llt
60 n = i + nft
61 IF(el2fa(nn1+n)/=0)THEN
62 inum(el2fa(nn1+n)) = kxsp(nisp,n)
63 ENDIF
64 ENDDO
65 ELSE
66 ENDIF
67 490 CONTINUE
68C-----------------------------------------------
69 CALL write_i_c(inum,nbf)
70C-----------------------------------------------
71C
72 RETURN
void write_i_c(int *w, int *len)