#include "implicit_f.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | c_ibft (ibft, nc, nfxtemp_l, proc, dd_lagf, nift) |
◆ 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.
32
33
34
35#include "implicit_f.inc"
36
37
38
39#include "param_c.inc"
40
41
42
43 INTEGER ,INTENT(IN) :: NIFT
44 INTEGER NC, PROC, NFXTEMP_L,
45 . IBFT(NIFT,*), DD_LAGF(3,*)
46
47
48
49 INTEGER NLOCAL
51
52
53
54 INTEGER I, N_L, N, ISK, P
55
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
63
64 nfxtemp_l = n_l
65
66 RETURN