#include "implicit_f.inc"
Go to the source code of this file.
◆ hm_convert_inter_type19()
| subroutine hm_convert_inter_type19 |
( |
integer, intent(in) | idmax_inter, |
|
|
integer, intent(in) | idmax_grnod, |
|
|
integer, intent(in) | idmax_line, |
|
|
type(submodel_data), dimension(*), intent(in) | lsubmodel ) |
Definition at line 35 of file hm_convert_inter_type19.F.
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
55
56
57
58#include "implicit_f.inc"
59
60
61
62
63 INTEGER,INTENT(IN)::,IDMAX_GRNOD,IDMAX_LINE
64 TYPE(SUBMODEL_DATA),INTENT(IN)::LSUBMODEL(*)
65
66
67
68 INTEGER I,NBINTER19,OFFSET,ISFIRST
69
72 DO i=1,nbinter19
73 isfirst = 1
75 offset = 0
76 CALL cpp_convert_inter_type19(idmax_inter,idmax_grnod,idmax_line,offset,isfirst)
77 ENDDO
78
79
80
81 DO i=1,nbinter19
84 CALL cpp_delete_entity()
85 ENDDO
86
87 RETURN
88
subroutine hm_option_count(entity_type, hm_option_number)
subroutine hm_option_next()
subroutine hm_option_start(entity_type)