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

Go to the source code of this file.

Functions/Subroutines

subroutine delsub (nlevel, elsub, ilevel, offset, nel, el2fa, func)

Function/Subroutine Documentation

◆ delsub()

subroutine delsub ( integer nlevel,
integer, dimension(nlevel,*) elsub,
integer ilevel,
integer offset,
integer nel,
integer, dimension(*) el2fa,
func )

Definition at line 28 of file delsub.F.

30C-----------------------------------------------
31C I m p l i c i t T y p e s
32C-----------------------------------------------
33#include "implicit_f.inc"
34C-----------------------------------------------
35C D u m m y A r g u m e n t s
36C-----------------------------------------------
37 INTEGER NLEVEL, ELSUB(NLEVEL,*), ILEVEL, OFFSET, NEL,
38 . EL2FA(*)
40 . func(*)
41C-----------------------------------------------
42C L o c a l V a r i a b l e s
43C-----------------------------------------------
44 INTEGER I, II
45C
46 DO i=1,nel
47 ii=el2fa(1+i)
48 func(ii)=elsub(ilevel,offset+i-1)
49 ENDDO
50C
51 RETURN
#define my_real
Definition cppsort.cpp:32