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

Go to the source code of this file.

Functions/Subroutines

subroutine parcut (ixc, nelcut)

Function/Subroutine Documentation

◆ parcut()

subroutine parcut ( integer, dimension(5,*) ixc,
integer nelcut )

Definition at line 30 of file parcut.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35#include "com04_c.inc"
36C-----------------------------------------------
37C D u m m y A r g u m e n t s
38C-----------------------------------------------
39 INTEGER IXC(5,*),NELCUT
40C-----------------------------------------------
41 INTEGER II(4),N,NS
42C
43 ns=numnod-1
44 DO 80 n=1,nelcut
45 ii(1) = ixc(1,n)+ns
46 ii(2) = ixc(2,n)+ns
47 ii(3) = ixc(3,n)+ns
48 ii(4) = ixc(4,n)+ns
49 CALL write_i_c(ii,4)
50 80 CONTINUE
51 RETURN
void write_i_c(int *w, int *len)