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

Go to the source code of this file.

Functions/Subroutines

subroutine wlag (v, w, nale)

Function/Subroutine Documentation

◆ wlag()

subroutine wlag ( v,
w,
integer, dimension(numnod) nale )

Definition at line 28 of file wlag.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 NALE(NUMNOD)
37 my_real v(3,numnod), w(3,numnod)
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41#include "com04_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,numnod
50 IF(nale(i) == 0)THEN
51 w(1,i)=v(1,i)
52 w(2,i)=v(2,i)
53 w(3,i)=v(3,i)
54 ENDIF
55 ENDDO
56C-----------------------------------------------
57 RETURN
#define my_real
Definition cppsort.cpp:32