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

Go to the source code of this file.

Functions/Subroutines

subroutine tgrad2 (grd, grad, nel)

Function/Subroutine Documentation

◆ tgrad2()

subroutine tgrad2 ( grd,
grad,
integer nel )

Definition at line 28 of file tgrad2.F.

29C-----------------------------------------------
30C I m p l i c i t T y p e s
31C-----------------------------------------------
32#include "implicit_f.inc"
33C-----------------------------------------------
34C C o m m o n B l o c k s
35C-----------------------------------------------
36#include "vect01_c.inc"
37C-----------------------------------------------
38C D u m m y A r g u m e n t s
39C-----------------------------------------------
40 INTEGER NEL
41 my_real grd(nel,4), grad(4,*)
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 enddo! nextI
55C-----------------------------------------------
56 RETURN
#define my_real
Definition cppsort.cpp:32