#include "implicit_f.inc"
#include "param_c.inc"
#include "com04_c.inc"
Go to the source code of this file.
◆ h3d_list_quad_vector()
| subroutine h3d_list_quad_vector |
( |
type (h3d_keyword), dimension(*) | h3d_keyword_quad_vector, |
|
|
| geo, |
|
|
integer, dimension(npropgi,numgeo) | igeo, |
|
|
integer, intent(inout) | nkey ) |
Definition at line 31 of file h3d_list_quad_vector.F.
32
33
34
37
38
39
40#include "implicit_f.inc"
41
42
43
44#include "param_c.inc"
45#include "com04_c.inc"
46
47
48
49 TYPE (H3D_KEYWORD) H3D_KEYWORD_QUAD_VECTOR(*)
51 INTEGER IGEO(NPROPGI,NUMGEO)
52 INTEGER, INTENT(INOUT) :: NKEY
53
54
55
56 INTEGER I,J,NIPMAX
57
58 i = 0
59
60 i = i + 1
61 h3d_keyword_quad_vector(i)%KEY3 = 'VECT/VEL'
62 h3d_keyword_quad_vector(i)%TEXT1 = 'Element Velocity'
63 h3d_keyword_quad_vector(i)%COMMENT = 'Element velocity for FVM solver'
64
65 i = i + 1
66 h3d_keyword_quad_vector(i)%KEY3 = 'VECT/ACC'
67 h3d_keyword_quad_vector(i)%TEXT1 = 'Element Acceleration'
68 h3d_keyword_quad_vector(i)%COMMENT = 'Element acceleration for FVM solver'
69
70 nkey=i