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

Go to the source code of this file.

Functions/Subroutines

subroutine mrdse3 (rr, nr, tt, nt, qq)

Function/Subroutine Documentation

◆ mrdse3()

subroutine mrdse3 ( rr,
integer nr,
tt,
integer nt,
qq )

Definition at line 30 of file mrdse3.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C D u m m y A r g u m e n t s
37C-----------------------------------------------
38 INTEGER NR, NT
39C REAL
41 . rr(nr), tt(nt), qq(nr,nt)
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER I1, MAT, I, J, K, L
46C REAL
48 . b1, b2
49 READ(31,*)i1,mat
50 READ(31,'(5E15.0)')b1,b2,
51 + (rr(i),i=1,nr),(tt(j),j=1,nt),
52 + ((qq(k,l),k=1,nr),l=1,nt)
53 RETURN
#define my_real
Definition cppsort.cpp:32