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

Go to the source code of this file.

Functions/Subroutines

subroutine s10nxt4 (nx, nel)

Function/Subroutine Documentation

◆ s10nxt4()

subroutine s10nxt4 ( nx,
integer nel )

Definition at line 29 of file s10nxt4.F.

30C-----------------------------------------------
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 D u m m y A r g u m e n t s
40C-----------------------------------------------
41 INTEGER NEL
42 my_real nx(mvsiz,4,4)
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
46 INTEGER I,IP,K1,K2,K3,K4
47 INTEGER IPERM(4,4)
48
49 DATA iperm/
50 . 2, 4, 3, 1,
51 . 4, 1, 3, 2,
52 . 1, 4, 2, 3,
53 . 1, 2, 3, 4/
54 my_real alph,beta
55C-----------------------------------------------
56 alph=zep5854102
57 beta=zep1381966
58C
59 DO ip=1,4
60 k1 = iperm(1,ip)
61 k2 = iperm(2,ip)
62 k3 = iperm(3,ip)
63 k4 = iperm(4,ip)
64 DO i=1,nel
65 nx(i,k1,ip) = beta
66 nx(i,k2,ip) = beta
67 nx(i,k3,ip) = beta
68 nx(i,k4,ip) = alph
69 ENDDO
70 ENDDO
71C
72 RETURN
#define my_real
Definition cppsort.cpp:32