OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
c3veok3.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 c3veok3 (nvc, ix1, ix2, ix3)

Function/Subroutine Documentation

◆ c3veok3()

subroutine c3veok3 ( integer nvc,
integer, dimension(mvsiz) ix1,
integer, dimension(mvsiz) ix2,
integer, dimension(mvsiz) ix3 )

Definition at line 35 of file c3veok3.F.

36C-----------------------------------------------
37C I m p l i c i t T y p e s
38C-----------------------------------------------
39#include "implicit_f.inc"
40C-----------------------------------------------
41C G l o b a l P a r a m e t e r s
42C-----------------------------------------------
43#include "mvsiz_p.inc"
44C-----------------------------------------------
45C D u m m y A r g u m e n t s
46C-----------------------------------------------
47 INTEGER NVC
48 INTEGER IX1(MVSIZ), IX2(MVSIZ), IX3(MVSIZ)
49C-----------------------------------------------
50C C o m m o n B l o c k s
51C-----------------------------------------------
52#include "vect01_c.inc"
53C-----------------------------------------------
54C L o c a l V a r i a b l e s
55C-----------------------------------------------
56 INTEGER NVC1, NVC2, NVC3
57C=======================================================================
58 CALL ccoli3(ix1,nvc1,lft,llt)
59 CALL ccoli3(ix2,nvc2,lft,llt)
60 CALL ccoli3(ix3,nvc3,lft,llt)
61C
62 nvc=nvc1*8+nvc2*4+nvc3*2
63C-----------
64 RETURN
subroutine ccoli3(ixi, nvci, lft, llt)
Definition ccoli3.F:32