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

Go to the source code of this file.

Functions/Subroutines

subroutine edlen2 (veul, aire, deltax)

Function/Subroutine Documentation

◆ edlen2()

subroutine edlen2 ( dimension(10,*), intent(inout) veul,
dimension(mvsiz), intent(in) aire,
dimension(mvsiz), intent(in) deltax )

Definition at line 30 of file edlen2.F.

31C-----------------------------------------------
32C I m p l i c i t T y p e s
33C-----------------------------------------------
34#include "implicit_f.inc"
35C-----------------------------------------------
36C G l o b a l P a r a m e t e r s
37C-----------------------------------------------
38#include "mvsiz_p.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 my_real, INTENT(INOUT) :: veul(10,*)
43 my_real, INTENT(IN) :: aire(mvsiz), deltax(mvsiz)
44C-----------------------------------------------
45C C o m m o n B l o c k s
46C-----------------------------------------------
47#include "vect01_c.inc"
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER I
52C-----------------------------------------------
53C S o u r c e L i n e s
54C-----------------------------------------------
55 DO i=lft,llt
56 veul(2,i)=deltax(i)
57 veul(1,i)=aire(i)
58 END DO
59C-----------------------------------------------
60 RETURN
#define my_real
Definition cppsort.cpp:32