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

Go to the source code of this file.

Functions/Subroutines

subroutine dsecnor (x, rwbuf, nprw)

Function/Subroutine Documentation

◆ dsecnor()

subroutine dsecnor ( x,
rwbuf,
integer, dimension(*) nprw )

Definition at line 32 of file dsecnor.F.

33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37C-----------------------------------------------
38C C o m m o n B l o c k s
39C-----------------------------------------------
40#include "com04_c.inc"
41#include "param_c.inc"
42#include "task_c.inc"
43C-----------------------------------------------
44C D u m m y A r g u m e n t s
45C-----------------------------------------------
47 . x(3,*),rwbuf(nrwlp,*)
48 INTEGER NPRW(*)
49C-----------------------------------------------
50C L o c a l V a r i a b l e s
51C-----------------------------------------------
52 INTEGER J,N,K,N2,N3,N4,ITYP,I3000,NXX,NYY,NZZ
53 i3000 = 3000
54 IF (ispmd/=0) GOTO 100
55 DO n=1,nsect+nrwall
56 CALL write_s_c(i3000,1)
57 CALL write_s_c(i3000,1)
58 CALL write_s_c(i3000,1)
59 ENDDO
60C
61 k=1
62 DO n=1,nrwall
63 n2=n +nrwall
64 n3=n2+nrwall
65 n4=n3+nrwall
66 ityp= nprw(n4)
67 IF(iabs(ityp)==1.OR.ityp==4)THEN
68 nxx = three1000*rwbuf(1,n)
69 nyy = three1000*rwbuf(2,n)
70 nzz = three1000*rwbuf(3,n)
71 DO j=1,4
72 CALL write_s_c(nxx,1)
73 CALL write_s_c(nyy,1)
74 CALL write_s_c(nzz,1)
75 ENDDO
76 ELSEIF(ityp==2)THEN
77 CALL dnwalc(x,rwbuf(1,n),nprw(n3))
78 ELSEIF(ityp==3)THEN
79 CALL dnwals(x,rwbuf(1,n),nprw(n3))
80 ENDIF
81 k=k+nprw(n)
82 IF(nprw(n4)==-1)k=k+nint(rwbuf(8,n))
83 ENDDO
84C
85 100 CONTINUE
86 RETURN
#define my_real
Definition cppsort.cpp:32
subroutine dnwalc(x, rwl, msr)
Definition dnwalc.F:30
subroutine dnwals(x, rwl, msr)
Definition dnwals.F:30
void write_s_c(int *w, int *len)