#include "implicit_f.inc"
#include "param_c.inc"
Go to the source code of this file.
|
| subroutine | copy_elbuf (elbuf_src, elbuf_tgt, iparg, ngroup) |
◆ copy_elbuf()
| subroutine copy_elbuf |
( |
type(elbuf_struct_), dimension(ngroup), target | elbuf_src, |
|
|
type(elbuf_struct_), dimension(ngroup), target | elbuf_tgt, |
|
|
integer, dimension(nparg,ngroup) | iparg, |
|
|
integer | ngroup ) |
Definition at line 32 of file copy_elbuf.F.
33
34
35
36 USE elbufdef_mod
37
38
39
40#include "implicit_f.inc"
41
42
43
44#include "param_c.inc"
45
46
47
48 INTEGER NGROUP
49 INTEGER IPARG(NPARG,NGROUP)
50 TYPE(ELBUF_STRUCT_), DIMENSION(NGROUP) :: ELBUF_SRC,ELBUF_TGT
51 TARGET :: elbuf_src,elbuf_tgt
52
53
54
55 INTEGER NG,
56 . NPGGTYPNLOC
57 INTEGER
58 . G_POSZXYZ,
59 . G_VR_REPCVTN,
60 . G_FORPGPINCH,G_MOMPGPINCH,G_EPGPINCHXZ,G_EPGPINCHYZ,G_EPGPINCHZZ
61 INTEGER
62 . LY_UELR1PG
63 INTEGER
64 . L_VKVLADB
65
66
67
68
69 DO ng = 1,ngroup
71 ENDDO
72
73 RETURN
subroutine copy_elbuf_1(elbuf_src, elbuf_tgt, iparg, ngroup, ng)