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

Go to the source code of this file.

Functions/Subroutines

subroutine c_ibft (ibft, nc, nfxtemp_l, proc, dd_lagf, nift)

Function/Subroutine Documentation

◆ c_ibft()

subroutine c_ibft ( integer, dimension(nift,*) ibft,
integer nc,
integer nfxtemp_l,
integer proc,
integer, dimension(3,*) dd_lagf,
integer, intent(in) nift )

Definition at line 31 of file c_ibft.F.

32C-----------------------------------------------
33C I m p l i c i t T y p e s
34C-----------------------------------------------
35#include "implicit_f.inc"
36C-----------------------------------------------
37C C o m m o n B l o c k s
38C-----------------------------------------------
39#include "param_c.inc"
40C-----------------------------------------------
41C D u m m y A r g u m e n t s
42C-----------------------------------------------
43 INTEGER ,INTENT(IN) :: NIFT
44 INTEGER NC, PROC, NFXTEMP_L,
45 . IBFT(NIFT,*), DD_LAGF(3,*)
46C-----------------------------------------------
47C F u n c t i o n
48C-----------------------------------------------
49 INTEGER NLOCAL
50 EXTERNAL nlocal
51C-----------------------------------------------
52C L o c a l V a r i a b l e s
53C-----------------------------------------------
54 INTEGER I, N_L, N, ISK, P
55C
56 n_l = 0
57 DO i = 1, nc
58 n = iabs(ibft(1,i))
59 IF(nlocal(n,proc+1)==1)THEN
60 n_l = n_l + 1
61 ENDIF
62 ENDDO
63C
64 nfxtemp_l = n_l
65C
66 RETURN
integer function nlocal(n, p)
Definition ddtools.F:349