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

Go to the source code of this file.

Functions/Subroutines

subroutine tgrad3 (grd, grad, nel)

Function/Subroutine Documentation

◆ tgrad3()

subroutine tgrad3 ( grd,
grad,
integer nel )

Definition at line 28 of file tgrad3.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C D u m m y A r g u m e n t s
35C-----------------------------------------------
36 INTEGER NEL
37 my_real grd(nel,6), grad(6,*)
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41#include "vect01_c.inc"
42C-----------------------------------------------
43C L o c a l V a r i a b l e s
44C-----------------------------------------------
45 INTEGER I
46C-----------------------------------------------
47C S o u r c e L i n e s
48C-----------------------------------------------
49 DO i=1,nel
50 grad(1,i)= grd(i,1)
51 grad(2,i)= grd(i,2)
52 grad(3,i)= grd(i,3)
53 grad(4,i)= grd(i,4)
54 grad(5,i)= grd(i,5)
55 grad(6,i)= grd(i,6)
56 enddo! next I
57C-----------------------------------------------
58 RETURN
#define my_real
Definition cppsort.cpp:32