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

Go to the source code of this file.

Functions/Subroutines

subroutine c_lag (ipari, nprw, lag_sec)

Function/Subroutine Documentation

◆ c_lag()

subroutine c_lag ( integer, dimension(npari,*) ipari,
integer, dimension(*) nprw,
integer lag_sec )

Definition at line 28 of file c_lag.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 "com04_c.inc"
37#include "lagmult.inc"
38#include "param_c.inc"
39C-----------------------------------------------
40C D u m m y A r g u m e n t s
41C-----------------------------------------------
42 INTEGER IPARI(NPARI,*), NPRW(*), LAG_SEC
43C-----------------------------------------------
44C L o c a l V a r i a b l e s
45C-----------------------------------------------
46 INTEGER I
47C
48C compatibilisation des options non supportees si NSPMD > 1
49 DO i = 1, ninter
50 IF(ipari(33,i)/=0)lag_sec=1
51 END DO
52 DO i = 1, nrwall
53 IF(nprw(i+5*nrwall)==1)lag_sec=1
54 END DO
55 IF(nbcslag+ngjoint+nrbylag > 0)lag_sec=1
56C NUMMPC + NFVLAG : ok (parallele SPMD)
57C
58 RETURN