OpenRadioss 2025.1.11
OpenRadioss project
Loading...
Searching...
No Matches
i25gapmsave.F File Reference
#include "implicit_f.inc"
#include "comlock.inc"
#include "task_c.inc"

Go to the source code of this file.

Functions/Subroutines

subroutine i25gapmsave (gap_m, gapmsav, msr, nrtm, itask)

Function/Subroutine Documentation

◆ i25gapmsave()

subroutine i25gapmsave ( gap_m,
gapmsav,
integer, dimension(*) msr,
integer nrtm,
integer itask )

Definition at line 29 of file i25gapmsave.F.

32C sauvegarde des GAPMSAV et calcul borne domaine
33C-----------------------------------------------
34C I m p l i c i t T y p e s
35C-----------------------------------------------
36#include "implicit_f.inc"
37#include "comlock.inc"
38C-----------------------------------------------
39C C o m m o n B l o c k s
40C-----------------------------------------------
41#include "task_c.inc"
42C-----------------------------------------------
43C D u m m y A r g u m e n t s
44C-----------------------------------------------
45 INTEGER ITASK, NRTM, MSR(*)
47 . gap_m(*), gapmsav(*)
48C-----------------------------------------------
49C L o c a l V a r i a b l e s
50C-----------------------------------------------
51 INTEGER NRTMF,NRTML,I, J
52C-----------------------------------------------
53C S o u r c e L i n e s
54C-----------------------------------------------
55C
56 nrtmf = 1 + itask * nrtm / nthread
57 nrtml = (itask+1) * nrtm / nthread
58C
59 DO i=nrtmf, nrtml
60 gapmsav(i) = gap_m(i)
61 ENDDO
62C
63 RETURN
#define my_real
Definition cppsort.cpp:32