FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_msg_table.c
Go to the documentation of this file.
1 
2 #include <stdio.h>
3 #include "hecmw_msg.h"
4 
6  {HECMW_ALL_E0001,"HECMW-ALL-E0001","Fatal error"},
7  {HECMW_ALL_E0101,"HECMW-ALL-E0101","Illegal argument error"},
8  {HECMW_ALL_E0102,"HECMW-ALL-E0102","NULL pointer error"},
9  {HECMW_ALL_E1001,"HECMW-ALL-E1001","MPI initialization failed"},
10  {HECMW_ALL_E1002,"HECMW-ALL-E1002","MPI not initialized yet"},
11  {HECMW_ALL_E1003,"HECMW-ALL-E1003","MPI operation failed"},
12  {HECMW_COUPLE_E1001,"HECMW-COUPLE-E1001","Invalid argument is found"},
13  {HECMW_COUPLE_E1002,"HECMW-COUPLE-E1002","Invalid NULL pointer is found"},
14  {HECMW_COUPLE_E1101,"HECMW-COUPLE-E1101","Invalid element type is found"},
15  {HECMW_COUPLE_E1102,"HECMW-COUPLE-E1102","Unsupported element type is found"},
16  {HECMW_COUPLE_E2001,"HECMW-COUPLE-E2001","Invalid token is found"},
17  {HECMW_COUPLE_E2002,"HECMW-COUPLE-E2002","Too long name"},
18  {HECMW_COUPLE_E2101,"HECMW-COUPLE-E2101","Error occurred in !COUPLE UNIT section"},
19  {HECMW_COUPLE_E2111,"HECMW-COUPLE-E2111","NAME option is not specified in !COUPLE UNIT section"},
20  {HECMW_COUPLE_E2112,"HECMW-COUPLE-E2112","NPROC option is not specified in !COUPLE UNIT section"},
21  {HECMW_COUPLE_E2113,"HECMW-COUPLE-E2113","Number of ranks specified in !COUPLE UNIT section is unmatched"},
22  {HECMW_COUPLE_E2201,"HECMW-COUPLE-E2201","Error occurred in !COUPLE section"},
23  {HECMW_COUPLE_E2211,"HECMW-COUPLE-E2211","NAME option is not specified in !COUPLE section"},
24  {HECMW_COUPLE_E2212,"HECMW-COUPLE-E2212","TYPE option is not specified in !COUPLE section"},
25  {HECMW_COUPLE_E2213,"HECMW-COUPLE-E2213","UNIT1 option is not specified in !COUPLE section"},
26  {HECMW_COUPLE_E2214,"HECMW-COUPLE-E2214","UNIT2 option is not specified in !COUPLE section"},
27  {HECMW_COUPLE_E2301,"HECMW-COUPLE-E2301","Error occurred in !COUPLE BOUNDARY section"},
28  {HECMW_COUPLE_E2311,"HECMW-COUPLE-E2311","NAME option is not specified in !COUPLE BOUNDARY section"},
29  {HECMW_COUPLE_E2312,"HECMW-COUPLE-E2312","COUPLE option is not specified in !COUPLE BOUNDARY section"},
30  {HECMW_COUPLE_E2313,"HECMW-COUPLE-E2313","DIRECTION option is not specified in !COUPLE BOUNDARY section"},
31  {HECMW_COUPLE_E2321,"HECMW-COUPLE-E2321","!UNIT1 sub-section is not specified in !COUPLE BOUNDARY section"},
32  {HECMW_COUPLE_E2322,"HECMW-COUPLE-E2322","!UNIT2 sub-section is not specified in !COUPLE BOUNDARY section"},
33  {HECMW_COUPLE_E2323,"HECMW-COUPLE-E2323","GEOM option is not specified in !UNIT1 or !UNIT2 sub-section"},
34  {HECMW_COUPLE_E2324,"HECMW-COUPLE-E2324","DATA option is not specified in !UNIT1 or !UNIT2 sub-section"},
35  {HECMW_COUPLE_E2325,"HECMW-COUPLE-E2325","Group name is not specified in !UNIT1 or !UNIT2 sub-section"},
36  {HECMW_COUPLE_E2326,"HECMW-COUPLE-E2326","GEOM and DATA options in !UNIT1 or !UNIT2 sub-section are inconsistent"},
37  {HECMW_COUPLE_E3001,"HECMW-COUPLE-E3001","Undefined couple id is specified"},
38  {HECMW_COUPLE_E3002,"HECMW-COUPLE-E3002","Undefined coupling unit id is specified"},
39  {HECMW_COUPLE_E3003,"HECMW-COUPLE-E3003","Undefined coupling boundary id is specified"},
40  {HECMW_COUPLE_E3011,"HECMW-COUPLE-E3011","Undefined group name is specified"},
41  {HECMW_COUPLE_E3101,"HECMW-COUPLE-E3101","Invalid number of processes is specified"},
42  {HECMW_COUPLE_E3102,"HECMW-COUPLE-E3102","Number of processes is not matched"},
43  {HECMW_COUPLE_E3103,"HECMW-COUPLE-E3103","Invalid process number is specified"},
44  {HECMW_COUPLE_E3104,"HECMW-COUPLE-E3104","process numbers are discontinuous"},
45  {HECMW_COUPLE_E3111,"HECMW-COUPLE-E3111","Invalid couple type specifier is found"},
46  {HECMW_COUPLE_E3112,"HECMW-COUPLE-E3112","Several coupling type are specified"},
47  {HECMW_COUPLE_E3121,"HECMW-COUPLE-E3121","Invalid coupling direction specifier is found"},
48  {HECMW_COUPLE_E3122,"HECMW-COUPLE-E3122","Invalid group type specifier is found"},
49  {HECMW_COUPLE_E3123,"HECMW-COUPLE-E3123","Invalid group type specifier for geometry data is found"},
50  {HECMW_COUPLE_E3124,"HECMW-COUPLE-E3124","Invalid group type specifier for data is found"},
51  {HECMW_COUPLE_E3125,"HECMW-COUPLE-E3125","Invalid coupling unit specifier is found"},
52  {HECMW_COUPLE_E3126,"HECMW-COUPLE-E3126","Invalid mapping type specifier is found"},
53  {HECMW_COUPLE_E3127,"HECMW-COUPLE-E3127","Invalid interpolation type specifier is found"},
54  {HECMW_COUPLE_E3201,"HECMW-COUPLE-E3201","Nonsupport element type is found"},
55  {HECMW_COUPLE_E3202,"HECMW-COUPLE-E3202","Nonsupport geometry type on couple boundary is found"},
56  {HECMW_COUPLE_E8001,"HECMW-COUPLE-E8001","Error in MPI function"},
57  {HECMW_COUPLE_E8011,"HECMW-COUPLE-E8011","Invalid HECMW_Datatype is specified"},
58  {HECMW_COUPLE_E8012,"HECMW-COUPLE-E8012","Invalid HECMW_Op is specified"},
59  {HECMW_COUPLE_E9999,"HECMW-COUPLE-E9999","Error occurs in coupling interface module"},
60  {HECMW_COUPLE_W1001,"HECMW-COUPLE-W1001","Invalid argument is found"},
61  {HECMW_IO_ABAQUS_E0001,"HECMW-IO-ABAQUS-E0001","Failed to open ABAQUS mesh file"},
62  {HECMW_IO_ABAQUS_E0002,"HECMW-IO-ABAQUS-E0002","Failed to close ABAQUS mesh file"},
63  {HECMW_IO_ABAQUS_E0003,"HECMW-IO-ABAQUS-E0003","Unexpected EOF found"},
64  {HECMW_IO_ABAQUS_E0096,"HECMW-IO-ABAQUS-E0096","This keyword must be appeared after *MATERIAL"},
65  {HECMW_IO_ABAQUS_E0098,"HECMW-IO-ABAQUS-E0098","Invalid token found while reading keyword"},
66  {HECMW_IO_ABAQUS_E0100,"HECMW-IO-ABAQUS-E0100","*AMPLITUDE: Invalid token"},
67  {HECMW_IO_ABAQUS_E0101,"HECMW-IO-ABAQUS-E0101","*AMPLITUDE: Missing NAME"},
68  {HECMW_IO_ABAQUS_E0200,"HECMW-IO-ABAQUS-E0200","*CONNECTIVITY: Invalid token"},
69  {HECMW_IO_ABAQUS_E0300,"HECMW-IO-ABAQUS-E0300","*ECOPY: Invalid token"},
70  {HECMW_IO_ABAQUS_E0400,"HECMW-IO-ABAQUS-E0400","*EGEN: Invalid token"},
71  {HECMW_IO_ABAQUS_E0500,"HECMW-IO-ABAQUS-E0500","*ELSET: Invalid token"},
72  {HECMW_IO_ABAQUS_E0501,"HECMW-IO-ABAQUS-E0501","*ELSET: Missing EGRP"},
73  {HECMW_IO_ABAQUS_E0502,"HECMW-IO-ABAQUS-E0502","*ELSET: elem1,elem2 and increment must be positive integer"},
74  {HECMW_IO_ABAQUS_E0503,"HECMW-IO-ABAQUS-E0503","*ELSET: Cannot generate element ID"},
75  {HECMW_IO_ABAQUS_E0600,"HECMW-IO-ABAQUS-E0600","*ELEMENT: Invalid token"},
76  {HECMW_IO_ABAQUS_E0601,"HECMW-IO-ABAQUS-E0601","*ELEMENT: Unsuppotred element type"},
77  {HECMW_IO_ABAQUS_E0603,"HECMW-IO-ABAQUS-E0603","*ELEMENT: Element ID must be posivive integer"},
78  {HECMW_IO_ABAQUS_E0604,"HECMW-IO-ABAQUS-E0604","*ELEMENT: Connectivity must be posivive integer"},
79  {HECMW_IO_ABAQUS_E0605,"HECMW-IO-ABAQUS-E0605","*ELEMENT: Existent node required for connectivity"},
80  {HECMW_IO_ABAQUS_E0606,"HECMW-IO-ABAQUS-E0606","*ELEMENT: Missing TYPE"},
81  {HECMW_IO_ABAQUS_E0700,"HECMW-IO-ABAQUS-E0700","*EQUATION: Invalid token"},
82  {HECMW_IO_ABAQUS_E0701,"HECMW-IO-ABAQUS-E0701","*EQUATION: NEQ must be greater than 1"},
83  {HECMW_IO_ABAQUS_E0702,"HECMW-IO-ABAQUS-E0702","*EQUATION: Node must be defined by same type(Node ID or NGRP)"},
84  {HECMW_IO_ABAQUS_E0703,"HECMW-IO-ABAQUS-E0703","*EQUATION: DOF must be between 1 and 6"},
85  {HECMW_IO_ABAQUS_E0800,"HECMW-IO-ABAQUS-E0800","*HEADING: Invalid token"},
86  {HECMW_IO_ABAQUS_E0900,"HECMW-IO-ABAQUS-E0900","*INCLUDE: Invalid token"},
87  {HECMW_IO_ABAQUS_E0901,"HECMW-IO-ABAQUS-E0901","*INCLUDE: Missing INPUT"},
88  {HECMW_IO_ABAQUS_E1000,"HECMW-IO-ABAQUS-E1000","*INITIAL CONDITION: Invalid token"},
89  {HECMW_IO_ABAQUS_E1001,"HECMW-IO-ABAQUS-E1001","*INITIAL CONDITION: Missing TYPE"},
90  {HECMW_IO_ABAQUS_E1002,"HECMW-IO-ABAQUS-E1002","*INITIAL CONDITION: Node ID must be posivive integer"},
91  {HECMW_IO_ABAQUS_E1100,"HECMW-IO-ABAQUS-E1100","*MATERIAL: Invalid token"},
92  {HECMW_IO_ABAQUS_E1101,"HECMW-IO-ABAQUS-E1101","*MATERIAL: Missing NAME"},
93  {HECMW_IO_ABAQUS_E1102,"HECMW-IO-ABAQUS-E1102","*MATERIAL: Duplicated material name"},
94  {HECMW_IO_ABAQUS_E1103,"HECMW-IO-ABAQUS-E1103","*MATERIAL: ITEM must be positive integer"},
95  {HECMW_IO_ABAQUS_E1104,"HECMW-IO-ABAQUS-E1104","*MATERIAL: *ITEM value must be positive integer"},
96  {HECMW_IO_ABAQUS_E1105,"HECMW-IO-ABAQUS-E1105","*MATERIAL: *ITEM value must be 1 to SUBITEM"},
97  {HECMW_IO_ABAQUS_E1106,"HECMW-IO-ABAQUS-E1106","*MATERIAL: SUBITEM value must be positive integer"},
98  {HECMW_IO_ABAQUS_E1107,"HECMW-IO-ABAQUS-E1107","*MATERIAL: Temperature must be greater than previous one"},
99  {HECMW_IO_ABAQUS_E1200,"HECMW-IO-ABAQUS-E1200","*NCOPY: Invalid token"},
100  {HECMW_IO_ABAQUS_E1300,"HECMW-IO-ABAQUS-E1300","*NFILL: Invalid token"},
101  {HECMW_IO_ABAQUS_E1400,"HECMW-IO-ABAQUS-E1400","*NGEN: Invalid token"},
102  {HECMW_IO_ABAQUS_E1500,"HECMW-IO-ABAQUS-E1500","*NSET: Invalid token"},
103  {HECMW_IO_ABAQUS_E1501,"HECMW-IO-ABAQUS-E1501","*NSET: Missing NGRP"},
104  {HECMW_IO_ABAQUS_E1502,"HECMW-IO-ABAQUS-E1502","*NSET: nod1,nod2 and increment must be positive integer"},
105  {HECMW_IO_ABAQUS_E1503,"HECMW-IO-ABAQUS-E1503","*NSET: Cannot generate node ID"},
106  {HECMW_IO_ABAQUS_E1600,"HECMW-IO-ABAQUS-E1600","*NODE: Invalid token"},
107  {HECMW_IO_ABAQUS_E1601,"HECMW-IO-ABAQUS-E1601","*NODE: Node ID must be positive integer"},
108  {HECMW_IO_ABAQUS_E1700,"HECMW-IO-ABAQUS-E1700","*SHELL SECTION: Invalid token"},
109  {HECMW_IO_ABAQUS_E1701,"HECMW-IO-ABAQUS-E1701","*SHELL SECTION: Missing TYPE"},
110  {HECMW_IO_ABAQUS_E1702,"HECMW-IO-ABAQUS-E1702","*SHELL SECTION: Missing ELSET"},
111  {HECMW_IO_ABAQUS_E1703,"HECMW-IO-ABAQUS-E1703","*SHELL SECTION: MATERIAL and COMPOSITE are mutually exclusive"},
112  {HECMW_IO_ABAQUS_E1704,"HECMW-IO-ABAQUS-E1704","*SHELL SECTION: COMPOSITE value must be positive integer"},
113  {HECMW_IO_ABAQUS_E1705,"HECMW-IO-ABAQUS-E1705","*SHELL SECTION: THICKNESS must be greater than 0.0"},
114  {HECMW_IO_ABAQUS_E1706,"HECMW-IO-ABAQUS-E1706","*SHELL SECTION: INTEGPOINTS must be positive integer"},
115  {HECMW_IO_ABAQUS_E1707,"HECMW-IO-ABAQUS-E1707","*SHELL SECTION: Missing MATERIAL or COMPOSITE"},
116  {HECMW_IO_ABAQUS_E1800,"HECMW-IO-ABAQUS-E1800","*SGROUP: Invalid token"},
117  {HECMW_IO_ABAQUS_E1801,"HECMW-IO-ABAQUS-E1801","*SGROUP: Missing SGRP"},
118  {HECMW_IO_ABAQUS_E1900,"HECMW-IO-ABAQUS-E1900","*SYSTEM: Invalid token"},
119  {HECMW_IO_ABAQUS_E2000,"HECMW-IO-ABAQUS-E2000","*ZERO: Invalid token"},
120  {HECMW_IO_ABAQUS_E2100,"HECMW-IO-ABAQUS-E2100","*SOLID SECTION: Invalid token"},
121  {HECMW_IO_ABAQUS_E2101,"HECMW-IO-ABAQUS-E2101","*SOLID SECTION: Missing TYPE"},
122  {HECMW_IO_ABAQUS_E2102,"HECMW-IO-ABAQUS-E2102","*SOLID SECTION: Missing ELSET"},
123  {HECMW_IO_ABAQUS_E2103,"HECMW-IO-ABAQUS-E2103","*SOLID SECTION: MATERIAL and COMPOSITE are mutually exclusive"},
124  {HECMW_IO_ABAQUS_E2104,"HECMW-IO-ABAQUS-E2104","*SOLID SECTION: COMPOSITE value must be positive integer"},
125  {HECMW_IO_ABAQUS_E2105,"HECMW-IO-ABAQUS-E2105","*SOLID SECTION: THICKNESS must be greater than 0.0"},
126  {HECMW_IO_ABAQUS_E2106,"HECMW-IO-ABAQUS-E2106","*SOLID SECTION: INTEGPOINTS must be positive integer"},
127  {HECMW_IO_ABAQUS_E2107,"HECMW-IO-ABAQUS-E2107","*SOLID SECTION: Only one secopt can be allowed in element group"},
128  {HECMW_IO_ABAQUS_E2108,"HECMW-IO-ABAQUS-E2108","*SOLID SECTION: Missing MATERIAL or COMPOSITE"},
129  {HECMW_IO_ABAQUS_E2200,"HECMW-IO-ABAQUS-E2200","*DENSITY: Invalid token"},
130  {HECMW_IO_ABAQUS_E2300,"HECMW-IO-ABAQUS-E2300","*ELASTIC: Invalid token"},
131  {HECMW_IO_ABAQUS_E2400,"HECMW-IO-ABAQUS-E2400","*SPECIFIC HEAT: Invalid token"},
132  {HECMW_IO_ABAQUS_E2500,"HECMW-IO-ABAQUS-E2500","*CONDUCTIVITY: Invalid token"},
133  {HECMW_IO_ABAQUS_W0095,"HECMW-IO-ABAQUS-W0095","Redefined material information, updated"},
134  {HECMW_IO_ABAQUS_W0097,"HECMW-IO-ABAQUS-W0097","Unsupported keyword found"},
135  {HECMW_IO_ABAQUS_W0099,"HECMW-IO-ABAQUS-W0099","Skipped unsupported keyword"},
136  {HECMW_IO_E0001,"HECMW-IO-E0001","Too long name"},
137  {HECMW_IO_E0002,"HECMW-IO-E0002","Too long file name"},
138  {HECMW_IO_E0003,"HECMW-IO-E0003","Cannot use reserved name"},
139  {HECMW_IO_E0004,"HECMW-IO-E0004","Nested include not allowed"},
140  {HECMW_IO_E0005,"HECMW-IO-E0005","Failed to open include file"},
141  {HECMW_IO_E0006,"HECMW-IO-E0006","Failed to close include file"},
142  {HECMW_IO_E0007,"HECMW-IO-E0007","TYPE mismatch for name_ID"},
143  {HECMW_IO_E1012,"HECMW-IO-E1012","Element doesn't have section"},
144  {HECMW_IO_E1013,"HECMW-IO-E1013","Cannot set section"},
145  {HECMW_IO_E1014,"HECMW-IO-E1014","No nodes defined"},
146  {HECMW_IO_E1015,"HECMW-IO-E1015","No elements defined"},
147  {HECMW_IO_E1018,"HECMW-IO-E1018","INITIAL CONDITION: Cannot initialize node twice"},
148  {HECMW_IO_E1021,"HECMW-IO-E1021","EQUATION: # of node in node groups must be same, ignored"},
149  {HECMW_IO_E1022,"HECMW-IO-E1022","EQUATION: Same pair of Node and DOF not allowed"},
150  {HECMW_IO_E1023,"HECMW-IO-E1023","No sections defined"},
151  {HECMW_IO_E1024,"HECMW-IO-E1024","SECTION: Element group not found"},
152  {HECMW_IO_E1025,"HECMW-IO-E1025","SECTION: MATERIAL not found"},
153  {HECMW_IO_E1026,"HECMW-IO-E1026","SECTION: Invalid element type found in element group"},
154  {HECMW_IO_E1027,"HECMW-IO-E1027","ELEMENT: Existent node required for connectivity"},
155  {HECMW_IO_E1028,"HECMW-IO-E1028","CONTACT: Surface group not found"},
156  {HECMW_IO_E1029,"HECMW-IO-E1029","CONTACT: Node group not found"},
157  {HECMW_IO_E5001,"HECMW-IO-E5001","Failed to open distributed mesh file"},
158  {HECMW_IO_E5002,"HECMW-IO-E5002","Failed to close distributed mesh file"},
159  {HECMW_IO_E5003,"HECMW-IO-E5003","Unexpected EOF found in distributed mesh file"},
160  {HECMW_IO_E5004,"HECMW-IO-E5004","IO error occurred while reading distributed mesh file"},
161  {HECMW_IO_E5005,"HECMW-IO-E5005","Not a distributed mesh file"},
162  {HECMW_IO_E5006,"HECMW-IO-E5006","Invalid header in distributed mesh file"},
163  {HECMW_IO_GEOFEM_E0001,"HECMW-IO-GEOFEM-E0001","Failed to open GeoFEM mesh file"},
164  {HECMW_IO_GEOFEM_E0002,"HECMW-IO-GEOFEM-E0002","Failed to close GeoFEM mesh file"},
165  {HECMW_IO_GEOFEM_E0003,"HECMW-IO-GEOFEM-E0003","Unexpected EOF found in GeoFEM mesh file"},
166  {HECMW_IO_GEOFEM_E0004,"HECMW-IO-GEOFEM-E0004","Invalid data"},
167  {HECMW_IO_GEOFEM_E0301,"HECMW-IO-GEOFEM-E0301","NEIBPEtot must be 0 or more"},
168  {HECMW_IO_GEOFEM_E0302,"HECMW-IO-GEOFEM-E0302","NEIBPEtot must be 0 for initial mesh"},
169  {HECMW_IO_GEOFEM_E0303,"HECMW-IO-GEOFEM-E0303","NEIBPE must be less than NEIBPEtot"},
170  {HECMW_IO_GEOFEM_E0311,"HECMW-IO-GEOFEM-E0311","NODtot must be greater than 0"},
171  {HECMW_IO_GEOFEM_E0312,"HECMW-IO-GEOFEM-E0312","intNODtot must be greater than 0"},
172  {HECMW_IO_GEOFEM_E0313,"HECMW-IO-GEOFEM-E0313","NODtot must be equal to intNODtot for initial mesh"},
173  {HECMW_IO_GEOFEM_E0314,"HECMW-IO-GEOFEM-E0314","nGlobalID must be greater than 0"},
174  {HECMW_IO_GEOFEM_E0321,"HECMW-IO-GEOFEM-E0321","ELMtot must be ID must be greater than 0"},
175  {HECMW_IO_GEOFEM_E0322,"HECMW-IO-GEOFEM-E0322","Unsupported Element type"},
176  {HECMW_IO_GEOFEM_E0323,"HECMW-IO-GEOFEM-E0323","Connectivity must be greater than 0 and >= NODtot"},
177  {HECMW_IO_GEOFEM_E0324,"HECMW-IO-GEOFEM-E0324","eGlobalID must be greater than 0"},
178  {HECMW_IO_GEOFEM_E0331,"HECMW-IO-GEOFEM-E0331","IMPORT/EXPORTindex must be greater than 0"},
179  {HECMW_IO_GEOFEM_E0332,"HECMW-IO-GEOFEM-E0332","IMPORT/EXPORTnode must be greater than 0 and >= NODtot"},
180  {HECMW_IO_GEOFEM_E0341,"HECMW-IO-GEOFEM-E0341","NODgrpTOT must be 0 or more"},
181  {HECMW_IO_GEOFEM_E0342,"HECMW-IO-GEOFEM-E0342","NODgrpINDEX must be greater than 0"},
182  {HECMW_IO_GEOFEM_E0343,"HECMW-IO-GEOFEM-E0343","NODgrpITEM must be greater than 0 and >= NODtot"},
183  {HECMW_IO_GEOFEM_E0351,"HECMW-IO-GEOFEM-E0351","ELMgrpTOT must be 0 or more"},
184  {HECMW_IO_GEOFEM_E0352,"HECMW-IO-GEOFEM-E0352","ELMgrpINDEX must be greater than 0"},
185  {HECMW_IO_GEOFEM_E0353,"HECMW-IO-GEOFEM-E0353","ELMgrpITEM must be greater than 0 and >= ELMtot"},
186  {HECMW_IO_GEOFEM_E0361,"HECMW-IO-GEOFEM-E0361","SUFgrpTOT must be 0 or more"},
187  {HECMW_IO_GEOFEM_E0362,"HECMW-IO-GEOFEM-E0362","SUFgrpINDEX must be greater than 0"},
188  {HECMW_IO_GEOFEM_E0363,"HECMW-IO-GEOFEM-E0363","SUFgrpITEM must be greater than 0"},
189  {HECMW_IO_HEC_E0001,"HECMW-IO-HEC-E0001","Failed to open ENTIRE mesh file"},
190  {HECMW_IO_HEC_E0002,"HECMW-IO-HEC-E0002","Failed to close ENTIRE mesh file"},
191  {HECMW_IO_HEC_E0003,"HECMW-IO-HEC-E0003","Unexpected EOF found"},
192  {HECMW_IO_HEC_E0098,"HECMW-IO-HEC-E0098","Invalid token found while reading header"},
193  {HECMW_IO_HEC_E0099,"HECMW-IO-HEC-E0099","Unsupported header"},
194  {HECMW_IO_HEC_E0100,"HECMW-IO-HEC-E0100","!AMPLITUDE: Invalid token"},
195  {HECMW_IO_HEC_E0101,"HECMW-IO-HEC-E0101","!AMPLITUDE: Missing NAME"},
196  {HECMW_IO_HEC_E0200,"HECMW-IO-HEC-E0200","!CONNECTIVITY: Invalid token"},
197  {HECMW_IO_HEC_E0300,"HECMW-IO-HEC-E0300","!ECOPY: Invalid token"},
198  {HECMW_IO_HEC_E0400,"HECMW-IO-HEC-E0400","!EGEN: Invalid token"},
199  {HECMW_IO_HEC_E0500,"HECMW-IO-HEC-E0500","!EGROUP: Invalid token"},
200  {HECMW_IO_HEC_E0501,"HECMW-IO-HEC-E0501","!EGROUP: Missing EGRP"},
201  {HECMW_IO_HEC_E0502,"HECMW-IO-HEC-E0502","!EGROUP: elem1,elem2 and increment must be positive integer"},
202  {HECMW_IO_HEC_E0503,"HECMW-IO-HEC-E0503","!EGROUP: Cannot generate element ID"},
203  {HECMW_IO_HEC_E0600,"HECMW-IO-HEC-E0600","!ELEMENT: Invalid token"},
204  {HECMW_IO_HEC_E0601,"HECMW-IO-HEC-E0601","!ELEMENT: Unsuppotred element type"},
205  {HECMW_IO_HEC_E0602,"HECMW-IO-HEC-E0602","!ELEMENT: MATITEM must be posivive integer"},
206  {HECMW_IO_HEC_E0603,"HECMW-IO-HEC-E0603","!ELEMENT: Element ID must be posivive integer"},
207  {HECMW_IO_HEC_E0604,"HECMW-IO-HEC-E0604","!ELEMENT: Connectivity must be posivive integer"},
208  {HECMW_IO_HEC_E0605,"HECMW-IO-HEC-E0605","!ELEMENT: Required existent node for connectivity"},
209  {HECMW_IO_HEC_E0606,"HECMW-IO-HEC-E0606","!ELEMENT: Missing TYPE"},
210  {HECMW_IO_HEC_E0700,"HECMW-IO-HEC-E0700","!EQUATION: Invalid token"},
211  {HECMW_IO_HEC_E0701,"HECMW-IO-HEC-E0701","!EQUATION: NEQ must be greater than 1"},
212  {HECMW_IO_HEC_E0702,"HECMW-IO-HEC-E0702","!EQUATION: Node must be defined by same type(Node ID or NGRP)"},
213  {HECMW_IO_HEC_E0703,"HECMW-IO-HEC-E0703","!EQUATION: DOF must be between 1 and 6"},
214  {HECMW_IO_HEC_E0800,"HECMW-IO-HEC-E0800","!HEADER: Invalid token"},
215  {HECMW_IO_HEC_E0900,"HECMW-IO-HEC-E0900","!INCLUDE: Invalid token"},
216  {HECMW_IO_HEC_E0901,"HECMW-IO-HEC-E0901","!INCLUDE: Missing INPUT"},
217  {HECMW_IO_HEC_E1000,"HECMW-IO-HEC-E1000","!INITIAL CONDITION: Invalid token"},
218  {HECMW_IO_HEC_E1001,"HECMW-IO-HEC-E1001","!INITIAL CONDITION: Missing TYPE"},
219  {HECMW_IO_HEC_E1002,"HECMW-IO-HEC-E1002","!INITIAL CONDITION: Node ID must be posivive integer"},
220  {HECMW_IO_HEC_E1100,"HECMW-IO-HEC-E1100","!MATERIAL: Invalid token"},
221  {HECMW_IO_HEC_E1101,"HECMW-IO-HEC-E1101","!MATERIAL: Missing NAME"},
222  {HECMW_IO_HEC_E1102,"HECMW-IO-HEC-E1102","!MATERIAL: Duplicated material name"},
223  {HECMW_IO_HEC_E1103,"HECMW-IO-HEC-E1103","!MATERIAL: ITEM must be positive integer"},
224  {HECMW_IO_HEC_E1104,"HECMW-IO-HEC-E1104","!MATERIAL: !ITEM value must be positive integer"},
225  {HECMW_IO_HEC_E1105,"HECMW-IO-HEC-E1105","!MATERIAL: !ITEM value must be from 1 to SUBITEM"},
226  {HECMW_IO_HEC_E1106,"HECMW-IO-HEC-E1106","!MATERIAL: SUBITEM value must be positive integer"},
227  {HECMW_IO_HEC_E1107,"HECMW-IO-HEC-E1107","!MATERIAL: Temperature must be greater than previous one"},
228  {HECMW_IO_HEC_E1200,"HECMW-IO-HEC-E1200","!NCOPY: Invalid token"},
229  {HECMW_IO_HEC_E1300,"HECMW-IO-HEC-E1300","!NFILL: Invalid token"},
230  {HECMW_IO_HEC_E1400,"HECMW-IO-HEC-E1400","!NGEN: Invalid token"},
231  {HECMW_IO_HEC_E1500,"HECMW-IO-HEC-E1500","!NGROUP: Invalid token"},
232  {HECMW_IO_HEC_E1501,"HECMW-IO-HEC-E1501","!NGROUP: Missing NGRP"},
233  {HECMW_IO_HEC_E1502,"HECMW-IO-HEC-E1502","!NGROUP: nod1,nod2 and increment must be positive integer"},
234  {HECMW_IO_HEC_E1503,"HECMW-IO-HEC-E1503","!NGROUP: Cannot generate node ID"},
235  {HECMW_IO_HEC_E1600,"HECMW-IO-HEC-E1600","!NODE: Invalid token"},
236  {HECMW_IO_HEC_E1601,"HECMW-IO-HEC-E1601","!NODE: Node ID must be positive integer"},
237  {HECMW_IO_HEC_E1700,"HECMW-IO-HEC-E1700","!SECTION: Invalid token"},
238  {HECMW_IO_HEC_E1701,"HECMW-IO-HEC-E1701","!SECTION: Missing TYPE"},
239  {HECMW_IO_HEC_E1702,"HECMW-IO-HEC-E1702","!SECTION: Missing EGRP"},
240  {HECMW_IO_HEC_E1703,"HECMW-IO-HEC-E1703","!SECTION: MATERIAL and COMPOSITE are mutually exclusive"},
241  {HECMW_IO_HEC_E1704,"HECMW-IO-HEC-E1704","!SECTION: COMPOSITE value must be positive integer"},
242  {HECMW_IO_HEC_E1705,"HECMW-IO-HEC-E1705","!SECTION: THICKNESS must be greater than 0.0"},
243  {HECMW_IO_HEC_E1706,"HECMW-IO-HEC-E1706","!SECTION: INTEGPOINTS must be positive integer"},
244  {HECMW_IO_HEC_E1707,"HECMW-IO-HEC-E1707","!SECTION: AREA must be positive"},
245  {HECMW_IO_HEC_E1708,"HECMW-IO-HEC-E1708","!SECTION: Iyy must be positive"},
246  {HECMW_IO_HEC_E1709,"HECMW-IO-HEC-E1709","!SECTION: Izz must be positive"},
247  {HECMW_IO_HEC_E1710,"HECMW-IO-HEC-E1710","!SECTION: Jx must be positive"},
248  {HECMW_IO_HEC_E1800,"HECMW-IO-HEC-E1800","!SGROUP: Invalid token"},
249  {HECMW_IO_HEC_E1801,"HECMW-IO-HEC-E1801","!SGROUP: Missing SGRP"},
250  {HECMW_IO_HEC_E1900,"HECMW-IO-HEC-E1900","!SYSTEM: Invalid token"},
251  {HECMW_IO_HEC_E2000,"HECMW-IO-HEC-E2000","!ZERO: Invalid token"},
252  {HECMW_IO_HEC_E2100,"HECMW-IO-HEC-E2100","!CONTACT PAIR: Invalid token"},
253  {HECMW_IO_HEC_E2101,"HECMW-IO-HEC-E2101","!CONTACT PAIR: Missing NAME"},
254  {HECMW_IO_W1001,"HECMW-IO-W1001","Checking element: Element already defined, updated"},
255  {HECMW_IO_W1002,"HECMW-IO-W1002","Checking element group: Element not found, ignored"},
256  {HECMW_IO_W1003,"HECMW-IO-W1003","Checking element group: Duplicate element found, ignored"},
257  {HECMW_IO_W1004,"HECMW-IO-W1004","Checking node: Node already defined, updated"},
258  {HECMW_IO_W1005,"HECMW-IO-W1005","Checking node group: Node not found, ignored"},
259  {HECMW_IO_W1006,"HECMW-IO-W1006","Checking node group: Duplicate node found, ignored"},
260  {HECMW_IO_W1007,"HECMW-IO-W1007","Checking surface group: Element not found, ignored"},
261  {HECMW_IO_W1008,"HECMW-IO-W1008","Checking surface group: Invalid combination of element and surface, ignored"},
262  {HECMW_IO_W1009,"HECMW-IO-W1009","Checking surface group: Duplicate pair of element and surface found, ignored"},
263  {HECMW_IO_W1010,"HECMW-IO-W1010","Header updated"},
264  {HECMW_IO_W1011,"HECMW-IO-W1011","Zero temperature updated"},
265  {HECMW_IO_W1016,"HECMW-IO-W1016","INITIAL CONDITION: Node not found, ignored"},
266  {HECMW_IO_W1017,"HECMW-IO-W1017","INITIAL CONDITION: Node group not found, ignored"},
267  {HECMW_IO_W1019,"HECMW-IO-W1019","EQUATION: Node not found, ignored"},
268  {HECMW_IO_W1020,"HECMW-IO-W1020","EQUATION: Node grourp not found, ignored"},
269  {HECMW_IO_W1030,"HECMW-IO-W1030","GROUP: ALL is reserved word, ignored"},
270  {HECMW_PART_E0001,"HECMW-PART-E0001","No such file or directory"},
271  {HECMW_PART_E0002,"HECMW-PART-E0002","File close error"},
272  {HECMW_PART_E0003,"HECMW-PART-E0003","Too long file name"},
273  {HECMW_PART_E0004,"HECMW-PART-E0004","NULL pointer found"},
274  {HECMW_PART_E0005,"HECMW-PART-E0005","Invalid EOF found"},
275  {HECMW_PART_E0006,"HECMW-PART-E0006","Invalid argument found"},
276  {HECMW_PART_E0101,"HECMW-PART-E0101","Invalid token found"},
277  {HECMW_PART_E0111,"HECMW-PART-E0111","'TYPE' must not be omitted"},
278  {HECMW_PART_E0112,"HECMW-PART-E0112","'TYPE' must be 'NODE-BASED' or 'ELEMENT-BASED'"},
279  {HECMW_PART_E0113,"HECMW-PART-E0113","'=' required after 'TYPE'"},
280  {HECMW_PART_E0121,"HECMW-PART-E0121","'METHOD' must not be omitted"},
281  {HECMW_PART_E0122,"HECMW-PART-E0122","'METHOD' must be 'RCB', 'KMETIS', 'PMETIS' or 'USER'"},
282  {HECMW_PART_E0123,"HECMW-PART-E0123","'=' required after 'METHOD'"},
283  {HECMW_PART_E0124,"HECMW-PART-E0124","Partitioner was compiled without -DHECMW_PART_WITH_METIS, but 'PMETIS' is specified in 'METHOD'."},
284  {HECMW_PART_E0125,"HECMW-PART-E0125","Partitioner was compiled without -DHECMW_PART_WITH_METIS, but 'KMETIS' is specified in 'METHOD'."},
285  {HECMW_PART_E0131,"HECMW-PART-E0131","'DOMAIN' must not be omitted"},
286  {HECMW_PART_E0132,"HECMW-PART-E0132","'DOMAIN' must be natural number"},
287  {HECMW_PART_E0133,"HECMW-PART-E0133","'=' required after 'DOMAIN'"},
288  {HECMW_PART_E0134,"HECMW-PART-E0134","'METHOD' is 'RCB', but 'DOMAIN' is not n-th power of 2"},
289  {HECMW_PART_E0141,"HECMW-PART-E0141","'DEPTH' must be natural number"},
290  {HECMW_PART_E0142,"HECMW-PART-E0142","'=' required after 'DEPTH'"},
291  {HECMW_PART_E0151,"HECMW-PART-E0151","UCD file name is too long"},
292  {HECMW_PART_E0152,"HECMW-PART-E0152","'=' required after 'UCD'"},
293  {HECMW_PART_E0153,"HECMW-PART-E0153","UCD file name must start with number, alphabet, '.', '-', '_' or '/'"},
294  {HECMW_PART_E0154,"HECMW-PART-E0154","'CONTACT' must be 'AGGREGATE', 'DISTRIBUTE', 'SIMPLE' or 'DEFAULT'"},
295  {HECMW_PART_E0161,"HECMW-PART-E0161","Partitioning directions must be 'x', 'y' or 'z'"},
296  {HECMW_PART_E0162,"HECMW-PART-E0162","Partitioning directions are not enough"},
297  {HECMW_PART_E0164,"HECMW-PART-E0164","Partitioning directions must not be omitted, if 'METHOD' is 'RCB'"},
298  {HECMW_PART_E0171,"HECMW-PART-E0171","Part file name is too long"},
299  {HECMW_PART_E0172,"HECMW-PART-E0172","'=' required after 'PART'"},
300  {HECMW_PART_E0173,"HECMW-PART-E0173","Part file name must start with number, alphabet, '.', '-', '_' or '/'"},
301  {HECMW_PART_E0201,"HECMW-PART-E0201","Invalid partitioning type found"},
302  {HECMW_PART_E0202,"HECMW-PART-E0202","Invalid partitioning method found"},
303  {HECMW_PART_E0203,"HECMW-PART-E0203","Invalid element type found"},
304  {HECMW_PART_E0204,"HECMW-PART-E0204","Invalid partitioning direction found"},
305  {HECMW_PART_E0205,"HECMW-PART-E0205","Invalid number of sub-domains found"},
306  {HECMW_PART_E0206,"HECMW-PART-E0206","Invalid overlapping depth found"},
307  {HECMW_PART_E0211,"HECMW-PART-E0211","Stack overflow"},
308  {HECMW_PART_E0301,"HECMW-PART-E0301","Sub-domain number must be grater than or equal to 0"},
309  {HECMW_PART_E0302,"HECMW-PART-E0302","Sub-domain number must be less than the number of sub-domains"},
310  {HECMW_PART_E0311,"HECMW-PART-E0311","Number of nodes must be natural number"},
311  {HECMW_PART_E0312,"HECMW-PART-E0312","Number of internal nodes must be grater than or equal to 0"},
312  {HECMW_PART_E0313,"HECMW-PART-E0313","Number of internal nodes must be less than or equal to the number of nodes"},
313  {HECMW_PART_E0321,"HECMW-PART-E0321","Number of elements must be natural number"},
314  {HECMW_PART_E0322,"HECMW-PART-E0322","Number of internal elements must be grater than or equal to 0"},
315  {HECMW_PART_E0323,"HECMW-PART-E0323","Number of internal elements must be less than or equal to the number of elements"},
316  {HECMW_PART_E0331,"HECMW-PART-E0331","Number of neighboring sub-domains must be grater than or equal to 0"},
317  {HECMW_PART_E0501,"HECMW-PART-E0501","Log file not initialized yet"},
318  {HECMW_PART_E0601,"HECMW-PART-E0601","Empty domain found in user provided part file"},
319  {HECMW_PART_E0602,"HECMW-PART-E0602","Unexpected EOF"},
320  {HECMW_PART_E0603,"HECMW-PART-E0603","Invalid format in part file"},
321  {HECMW_PART_E0604,"HECMW-PART-E0604","Invalid sub-domain number in part file"},
322  {HECMW_PART_E0605,"HECMW-PART-E0605","Number of nodes or elems in part file does not match with mesh"},
323  {HECMW_PART_E0606,"HECMW-PART-E0606","Number of sub-domains in part file does not match with control file"},
324  {HECMW_PART_W0163,"HECMW-PART-W0163","Too many partitioning directions specified"},
325  {HECMW_PART_W0165,"HECMW-PART-W0165","Partitioning directions are specified, although 'METHOD' is not 'RCB'"},
326  {HECMW_PART_W0401,"HECMW-PART-W0401","EQUATION_BLOCK not found"},
327  {HECMW_PART_W0502,"HECMW-PART-W0502","Log file for partitioner already initialized"},
328  {HECMW_UTIL_E0001,"HECMW-UTIL-E0001","Failed to open control file"},
329  {HECMW_UTIL_E0002,"HECMW-UTIL-E0002","Failed to close control file"},
330  {HECMW_UTIL_E0003,"HECMW-UTIL-E0003","Unexpected EOF found in control file"},
331  {HECMW_UTIL_E0004,"HECMW-UTIL-E0004","Unsupported header in control file"},
332  {HECMW_UTIL_E0005,"HECMW-UTIL-E0005","Invalid token while reading header in control file"},
333  {HECMW_UTIL_E0010,"HECMW-UTIL-E0010","!MESH: Invalid token in control file"},
334  {HECMW_UTIL_E0011,"HECMW-UTIL-E0011","!MESH: Missing NAME"},
335  {HECMW_UTIL_E0012,"HECMW-UTIL-E0012","!MESH: Missing TYPE"},
336  {HECMW_UTIL_E0013,"HECMW-UTIL-E0013","!MESH: This NAME already defined"},
337  {HECMW_UTIL_E0014,"HECMW-UTIL-E0014","No !MESH or no such NAME in !MESH"},
338  {HECMW_UTIL_E0020,"HECMW-UTIL-E0020","!RESULT: Invalid token in control file"},
339  {HECMW_UTIL_E0021,"HECMW-UTIL-E0021","!RESULT: Missing NAME"},
340  {HECMW_UTIL_E0022,"HECMW-UTIL-E0022","!RESULT: Missing IO"},
341  {HECMW_UTIL_E0023,"HECMW-UTIL-E0023","!RESULT: This NAME already defined"},
342  {HECMW_UTIL_E0024,"HECMW-UTIL-E0024","No !RESULT or no such NAME in !RESULT"},
343  {HECMW_UTIL_E0025,"HECMW-UTIL-E0025","No !RESULT or no such IO in !RESULT"},
344  {HECMW_UTIL_E0030,"HECMW-UTIL-E0030","!CONTROL: Invalid token in control file"},
345  {HECMW_UTIL_E0031,"HECMW-UTIL-E0031","!CONTROL: Missing NAME"},
346  {HECMW_UTIL_E0032,"HECMW-UTIL-E0032","!CONTROL: This NAME already defined"},
347  {HECMW_UTIL_E0033,"HECMW-UTIL-E0033","No !CONTROL or no such NAME in !CONTROL"},
348  {HECMW_UTIL_E0040,"HECMW-UTIL-E0040","!RESTART: Invalid token in control file"},
349  {HECMW_UTIL_E0041,"HECMW-UTIL-E0041","!RESTART: Missing NAME"},
350  {HECMW_UTIL_E0042,"HECMW-UTIL-E0042","!RESTART: Missing IO"},
351  {HECMW_UTIL_E0043,"HECMW-UTIL-E0043","!RESTART: This NAME already defined"},
352  {HECMW_UTIL_E0044,"HECMW-UTIL-E0044","!RESTART: No !RESTART or no such NAME in !RESTART"},
353  {HECMW_UTIL_E0045,"HECMW-UTIL-E0045","!RESTART: No !RESTART or no such IO in !RESTART"},
354  {HECMW_UTIL_E0050,"HECMW-UTIL-E0050","!MESH GROUP: Invalid token in control file"},
355  {HECMW_UTIL_E0051,"HECMW-UTIL-E0051","!MESH GROUP: Missing NAME"},
356  {HECMW_UTIL_E0052,"HECMW-UTIL-E0052","!MESH GROUP: NAME not defined in !MESH"},
357  {HECMW_UTIL_E0053,"HECMW-UTIL-E0053","!MESH GROUP: NAME already defined"},
358  {HECMW_UTIL_E0054,"HECMW-UTIL-E0054","!MESH GROUP: No !MESH GROUP or no such NAME in !MESH GROUP"},
359  {HECMW_UTIL_E0055,"HECMW-UTIL-E0055","!MESH GROUP: TYPE mismatch"},
360  {HECMW_UTIL_E0060,"HECMW-UTIL-E0060","!SUBDIR: Invalid token in control file"},
361  {HECMW_UTIL_E0061,"HECMW-UTIL-E0061","!SUBDIR: Missing ON/OFF"},
362  {HECMW_UTIL_E0101,"HECMW-UTIL-E0101","Failed to open restart file"},
363  {HECMW_UTIL_E0102,"HECMW-UTIL-E0102","Failed to close restart file"},
364  {HECMW_UTIL_E0103,"HECMW-UTIL-E0103","Restart file not opened yet"},
365  {HECMW_UTIL_E0104,"HECMW-UTIL-E0104","Unexpected EOF found in restart file"},
366  {HECMW_UTIL_E0105,"HECMW-UTIL-E0105","IO error occurred while reading restart file"},
367  {HECMW_UTIL_E0201,"HECMW-UTIL-E0201","Failed to open result file"},
368  {HECMW_UTIL_E0202,"HECMW-UTIL-E0202","Failed to close result file"},
369  {HECMW_UTIL_E0203,"HECMW-UTIL-E0203","Result file not opened yet"},
370  {HECMW_UTIL_E0204,"HECMW-UTIL-E0204","Unexpected EOF found in result file"},
371  {HECMW_UTIL_E0205,"HECMW-UTIL-E0205","IO error occurred while reading or writing result file"},
372  {HECMW_UTIL_E0206,"HECMW-UTIL-E0206","Invalid flag for result data(must be 1:node or 2:elem)"},
373  {HECMW_UTIL_E0207,"HECMW-UTIL-E0207","Invalid label for result data"},
374  {HECMW_UTIL_E9001,"HECMW-UTIL-E9001","HEC-MW memory check: No such allocated memory"},
375  {HECMW_UTIL_E9011,"HECMW-UTIL-E9011","HEC-MW log: Failed to open log file"},
376  {HECMW_UTIL_E9012,"HECMW-UTIL-E9012","HEC-MW log: Failed to output log file"},
377  {HECMW_UTIL_E9013,"HECMW-UTIL-E9013","HEC-MW log: Failed to close log file"},
378  {-1,NULL,NULL}
379 };
HECMW_PART_E0211
#define HECMW_PART_E0211
Definition: hecmw_msgno.h:308
HECMW_IO_ABAQUS_E2000
#define HECMW_IO_ABAQUS_E2000
Definition: hecmw_msgno.h:120
HECMW_PART_E0006
#define HECMW_PART_E0006
Definition: hecmw_msgno.h:276
HECMW_UTIL_E0010
#define HECMW_UTIL_E0010
Definition: hecmw_msgno.h:334
HECMW_IO_E0005
#define HECMW_IO_E0005
Definition: hecmw_msgno.h:141
HECMW_COUPLE_E2301
#define HECMW_COUPLE_E2301
Definition: hecmw_msgno.h:28
HECMW_IO_E0002
#define HECMW_IO_E0002
Definition: hecmw_msgno.h:138
HECMW_PART_E0501
#define HECMW_PART_E0501
Definition: hecmw_msgno.h:318
HECMW_IO_W1005
#define HECMW_IO_W1005
Definition: hecmw_msgno.h:259
HECMW_COUPLE_E3125
#define HECMW_COUPLE_E3125
Definition: hecmw_msgno.h:52
HECMW_IO_ABAQUS_E2108
#define HECMW_IO_ABAQUS_E2108
Definition: hecmw_msgno.h:129
HECMW_PART_E0153
#define HECMW_PART_E0153
Definition: hecmw_msgno.h:294
HECMW_IO_ABAQUS_E0601
#define HECMW_IO_ABAQUS_E0601
Definition: hecmw_msgno.h:77
HECMW_IO_HEC_E1705
#define HECMW_IO_HEC_E1705
Definition: hecmw_msgno.h:243
HECMW_COUPLE_E2002
#define HECMW_COUPLE_E2002
Definition: hecmw_msgno.h:18
HECMW_IO_E1015
#define HECMW_IO_E1015
Definition: hecmw_msgno.h:147
HECMW_PART_E0604
#define HECMW_PART_E0604
Definition: hecmw_msgno.h:322
HECMW_IO_HEC_E1700
#define HECMW_IO_HEC_E1700
Definition: hecmw_msgno.h:238
HECMW_IO_ABAQUS_E1700
#define HECMW_IO_ABAQUS_E1700
Definition: hecmw_msgno.h:109
HECMW_PART_E0323
#define HECMW_PART_E0323
Definition: hecmw_msgno.h:316
HECMW_COUPLE_E3121
#define HECMW_COUPLE_E3121
Definition: hecmw_msgno.h:48
HECMW_IO_HEC_E0701
#define HECMW_IO_HEC_E0701
Definition: hecmw_msgno.h:212
HECMW_IO_W1017
#define HECMW_IO_W1017
Definition: hecmw_msgno.h:267
HECMW_UTIL_E0055
#define HECMW_UTIL_E0055
Definition: hecmw_msgno.h:360
HECMW_PART_E0121
#define HECMW_PART_E0121
Definition: hecmw_msgno.h:281
HECMW_IO_HEC_E1102
#define HECMW_IO_HEC_E1102
Definition: hecmw_msgno.h:223
HECMW_COUPLE_E3127
#define HECMW_COUPLE_E3127
Definition: hecmw_msgno.h:54
HECMW_IO_HEC_E0901
#define HECMW_IO_HEC_E0901
Definition: hecmw_msgno.h:217
HECMW_COUPLE_E3112
#define HECMW_COUPLE_E3112
Definition: hecmw_msgno.h:47
HECMW_IO_ABAQUS_E0096
#define HECMW_IO_ABAQUS_E0096
Definition: hecmw_msgno.h:65
HECMW_IO_E1013
#define HECMW_IO_E1013
Definition: hecmw_msgno.h:145
HECMW_PART_E0112
#define HECMW_PART_E0112
Definition: hecmw_msgno.h:279
HECMW_COUPLE_E3122
#define HECMW_COUPLE_E3122
Definition: hecmw_msgno.h:49
HECMW_IO_GEOFEM_E0303
#define HECMW_IO_GEOFEM_E0303
Definition: hecmw_msgno.h:170
HECMW_IO_ABAQUS_E1801
#define HECMW_IO_ABAQUS_E1801
Definition: hecmw_msgno.h:118
HECMW_IO_HEC_E1503
#define HECMW_IO_HEC_E1503
Definition: hecmw_msgno.h:235
HECMW_IO_HEC_E1100
#define HECMW_IO_HEC_E1100
Definition: hecmw_msgno.h:221
HECMW_IO_W1011
#define HECMW_IO_W1011
Definition: hecmw_msgno.h:265
HECMW_IO_GEOFEM_E0363
#define HECMW_IO_GEOFEM_E0363
Definition: hecmw_msgno.h:189
HECMW_IO_ABAQUS_E1400
#define HECMW_IO_ABAQUS_E1400
Definition: hecmw_msgno.h:102
HECMW_IO_GEOFEM_E0301
#define HECMW_IO_GEOFEM_E0301
Definition: hecmw_msgno.h:168
HECMW_IO_E5006
#define HECMW_IO_E5006
Definition: hecmw_msgno.h:163
HECMW_IO_GEOFEM_E0353
#define HECMW_IO_GEOFEM_E0353
Definition: hecmw_msgno.h:186
HECMW_IO_HEC_E1708
#define HECMW_IO_HEC_E1708
Definition: hecmw_msgno.h:246
HECMW_PART_E0142
#define HECMW_PART_E0142
Definition: hecmw_msgno.h:291
HECMW_COUPLE_E3111
#define HECMW_COUPLE_E3111
Definition: hecmw_msgno.h:46
HECMW_IO_ABAQUS_E2500
#define HECMW_IO_ABAQUS_E2500
Definition: hecmw_msgno.h:133
HECMW_UTIL_E0032
#define HECMW_UTIL_E0032
Definition: hecmw_msgno.h:347
HECMW_UTIL_E0031
#define HECMW_UTIL_E0031
Definition: hecmw_msgno.h:346
HECMW_IO_ABAQUS_E2101
#define HECMW_IO_ABAQUS_E2101
Definition: hecmw_msgno.h:122
HECMW_UTIL_E0206
#define HECMW_UTIL_E0206
Definition: hecmw_msgno.h:373
HECMW_IO_HEC_E1900
#define HECMW_IO_HEC_E1900
Definition: hecmw_msgno.h:251
HECMW_IO_E1026
#define HECMW_IO_E1026
Definition: hecmw_msgno.h:154
HECMW_COUPLE_E3124
#define HECMW_COUPLE_E3124
Definition: hecmw_msgno.h:51
HECMW_UTIL_E0045
#define HECMW_UTIL_E0045
Definition: hecmw_msgno.h:354
HECMW_IO_ABAQUS_E1601
#define HECMW_IO_ABAQUS_E1601
Definition: hecmw_msgno.h:108
HECMW_PART_E0313
#define HECMW_PART_E0313
Definition: hecmw_msgno.h:313
hecmw_msgent
Definition: hecmw_msg.h:11
HECMW_IO_HEC_E1103
#define HECMW_IO_HEC_E1103
Definition: hecmw_msgno.h:224
HECMW_IO_W1016
#define HECMW_IO_W1016
Definition: hecmw_msgno.h:266
HECMW_IO_GEOFEM_E0004
#define HECMW_IO_GEOFEM_E0004
Definition: hecmw_msgno.h:167
HECMW_IO_E1029
#define HECMW_IO_E1029
Definition: hecmw_msgno.h:157
HECMW_IO_E1012
#define HECMW_IO_E1012
Definition: hecmw_msgno.h:144
HECMW_IO_ABAQUS_E1701
#define HECMW_IO_ABAQUS_E1701
Definition: hecmw_msgno.h:110
HECMW_UTIL_E0203
#define HECMW_UTIL_E0203
Definition: hecmw_msgno.h:370
HECMW_IO_ABAQUS_E1501
#define HECMW_IO_ABAQUS_E1501
Definition: hecmw_msgno.h:104
HECMW_COUPLE_E3126
#define HECMW_COUPLE_E3126
Definition: hecmw_msgno.h:53
HECMW_IO_HEC_E0003
#define HECMW_IO_HEC_E0003
Definition: hecmw_msgno.h:192
HECMW_IO_HEC_E1601
#define HECMW_IO_HEC_E1601
Definition: hecmw_msgno.h:237
HECMW_IO_ABAQUS_E0400
#define HECMW_IO_ABAQUS_E0400
Definition: hecmw_msgno.h:71
HECMW_IO_HEC_E1500
#define HECMW_IO_HEC_E1500
Definition: hecmw_msgno.h:232
HECMW_IO_GEOFEM_E0351
#define HECMW_IO_GEOFEM_E0351
Definition: hecmw_msgno.h:184
HECMW_IO_HEC_E0606
#define HECMW_IO_HEC_E0606
Definition: hecmw_msgno.h:210
HECMW_IO_HEC_E0605
#define HECMW_IO_HEC_E0605
Definition: hecmw_msgno.h:209
HECMW_IO_HEC_E1702
#define HECMW_IO_HEC_E1702
Definition: hecmw_msgno.h:240
HECMW_IO_ABAQUS_E0300
#define HECMW_IO_ABAQUS_E0300
Definition: hecmw_msgno.h:70
HECMW_IO_E5003
#define HECMW_IO_E5003
Definition: hecmw_msgno.h:160
HECMW_PART_E0311
#define HECMW_PART_E0311
Definition: hecmw_msgno.h:311
HECMW_IO_ABAQUS_W0099
#define HECMW_IO_ABAQUS_W0099
Definition: hecmw_msgno.h:136
HECMW_UTIL_E9012
#define HECMW_UTIL_E9012
Definition: hecmw_msgno.h:377
HECMW_IO_GEOFEM_E0361
#define HECMW_IO_GEOFEM_E0361
Definition: hecmw_msgno.h:187
HECMW_IO_ABAQUS_E1200
#define HECMW_IO_ABAQUS_E1200
Definition: hecmw_msgno.h:100
HECMW_IO_ABAQUS_E2107
#define HECMW_IO_ABAQUS_E2107
Definition: hecmw_msgno.h:128
HECMW_IO_E5005
#define HECMW_IO_E5005
Definition: hecmw_msgno.h:162
HECMW_COUPLE_E3103
#define HECMW_COUPLE_E3103
Definition: hecmw_msgno.h:44
HECMW_PART_W0165
#define HECMW_PART_W0165
Definition: hecmw_msgno.h:326
HECMW_PART_E0002
#define HECMW_PART_E0002
Definition: hecmw_msgno.h:272
HECMW_UTIL_E0013
#define HECMW_UTIL_E0013
Definition: hecmw_msgno.h:337
HECMW_IO_GEOFEM_E0313
#define HECMW_IO_GEOFEM_E0313
Definition: hecmw_msgno.h:173
HECMW_IO_HEC_E0001
#define HECMW_IO_HEC_E0001
Definition: hecmw_msgno.h:190
HECMW_COUPLE_E3104
#define HECMW_COUPLE_E3104
Definition: hecmw_msgno.h:45
HECMW_IO_ABAQUS_E0800
#define HECMW_IO_ABAQUS_E0800
Definition: hecmw_msgno.h:86
HECMW_IO_ABAQUS_E1001
#define HECMW_IO_ABAQUS_E1001
Definition: hecmw_msgno.h:90
HECMW_COUPLE_E1102
#define HECMW_COUPLE_E1102
Definition: hecmw_msgno.h:16
HECMW_IO_HEC_E0602
#define HECMW_IO_HEC_E0602
Definition: hecmw_msgno.h:206
HECMW_IO_HEC_E1104
#define HECMW_IO_HEC_E1104
Definition: hecmw_msgno.h:225
HECMW_UTIL_E0001
#define HECMW_UTIL_E0001
Definition: hecmw_msgno.h:329
HECMW_IO_E1023
#define HECMW_IO_E1023
Definition: hecmw_msgno.h:151
HECMW_IO_HEC_E1800
#define HECMW_IO_HEC_E1800
Definition: hecmw_msgno.h:249
HECMW_IO_HEC_E1105
#define HECMW_IO_HEC_E1105
Definition: hecmw_msgno.h:226
HECMW_PART_E0124
#define HECMW_PART_E0124
Definition: hecmw_msgno.h:284
HECMW_IO_HEC_E1002
#define HECMW_IO_HEC_E1002
Definition: hecmw_msgno.h:220
HECMW_IO_HEC_E1710
#define HECMW_IO_HEC_E1710
Definition: hecmw_msgno.h:248
HECMW_IO_E5001
#define HECMW_IO_E5001
Definition: hecmw_msgno.h:158
HECMW_IO_W1003
#define HECMW_IO_W1003
Definition: hecmw_msgno.h:257
HECMW_IO_HEC_E0600
#define HECMW_IO_HEC_E0600
Definition: hecmw_msgno.h:204
HECMW_COUPLE_E2325
#define HECMW_COUPLE_E2325
Definition: hecmw_msgno.h:36
HECMW_IO_ABAQUS_E2200
#define HECMW_IO_ABAQUS_E2200
Definition: hecmw_msgno.h:130
HECMW_UTIL_E0207
#define HECMW_UTIL_E0207
Definition: hecmw_msgno.h:374
HECMW_IO_ABAQUS_E1600
#define HECMW_IO_ABAQUS_E1600
Definition: hecmw_msgno.h:107
HECMW_COUPLE_E2324
#define HECMW_COUPLE_E2324
Definition: hecmw_msgno.h:35
HECMW_COUPLE_E2111
#define HECMW_COUPLE_E2111
Definition: hecmw_msgno.h:20
HECMW_IO_HEC_E0101
#define HECMW_IO_HEC_E0101
Definition: hecmw_msgno.h:196
HECMW_PART_E0161
#define HECMW_PART_E0161
Definition: hecmw_msgno.h:296
HECMW_UTIL_E0050
#define HECMW_UTIL_E0050
Definition: hecmw_msgno.h:355
HECMW_IO_HEC_E1000
#define HECMW_IO_HEC_E1000
Definition: hecmw_msgno.h:218
HECMW_IO_ABAQUS_E0003
#define HECMW_IO_ABAQUS_E0003
Definition: hecmw_msgno.h:64
HECMW_IO_HEC_E0703
#define HECMW_IO_HEC_E0703
Definition: hecmw_msgno.h:214
HECMW_IO_ABAQUS_E0600
#define HECMW_IO_ABAQUS_E0600
Definition: hecmw_msgno.h:76
HECMW_ALL_E0001
#define HECMW_ALL_E0001
Definition: hecmw_msgno.h:7
HECMW_COUPLE_E3202
#define HECMW_COUPLE_E3202
Definition: hecmw_msgno.h:56
HECMW_IO_GEOFEM_E0311
#define HECMW_IO_GEOFEM_E0311
Definition: hecmw_msgno.h:171
HECMW_IO_ABAQUS_E1500
#define HECMW_IO_ABAQUS_E1500
Definition: hecmw_msgno.h:103
HECMW_IO_ABAQUS_E1106
#define HECMW_IO_ABAQUS_E1106
Definition: hecmw_msgno.h:98
HECMW_PART_E0603
#define HECMW_PART_E0603
Definition: hecmw_msgno.h:321
HECMW_IO_HEC_E1107
#define HECMW_IO_HEC_E1107
Definition: hecmw_msgno.h:228
HECMW_IO_ABAQUS_E0703
#define HECMW_IO_ABAQUS_E0703
Definition: hecmw_msgno.h:85
HECMW_UTIL_E0041
#define HECMW_UTIL_E0041
Definition: hecmw_msgno.h:350
HECMW_COUPLE_E2212
#define HECMW_COUPLE_E2212
Definition: hecmw_msgno.h:25
HECMW_PART_W0163
#define HECMW_PART_W0163
Definition: hecmw_msgno.h:325
HECMW_COUPLE_E2213
#define HECMW_COUPLE_E2213
Definition: hecmw_msgno.h:26
HECMW_IO_HEC_E1707
#define HECMW_IO_HEC_E1707
Definition: hecmw_msgno.h:245
HECMW_UTIL_E0004
#define HECMW_UTIL_E0004
Definition: hecmw_msgno.h:332
HECMW_IO_ABAQUS_W0095
#define HECMW_IO_ABAQUS_W0095
Definition: hecmw_msgno.h:134
HECMW_UTIL_E0101
#define HECMW_UTIL_E0101
Definition: hecmw_msgno.h:363
HECMW_COUPLE_E8012
#define HECMW_COUPLE_E8012
Definition: hecmw_msgno.h:59
HECMW_IO_HEC_E0800
#define HECMW_IO_HEC_E0800
Definition: hecmw_msgno.h:215
HECMW_PART_E0001
#define HECMW_PART_E0001
Definition: hecmw_msgno.h:271
HECMW_COUPLE_E8001
#define HECMW_COUPLE_E8001
Definition: hecmw_msgno.h:57
HECMW_IO_ABAQUS_E2105
#define HECMW_IO_ABAQUS_E2105
Definition: hecmw_msgno.h:126
HECMW_UTIL_E0020
#define HECMW_UTIL_E0020
Definition: hecmw_msgno.h:339
HECMW_IO_GEOFEM_E0314
#define HECMW_IO_GEOFEM_E0314
Definition: hecmw_msgno.h:174
HECMW_UTIL_E0033
#define HECMW_UTIL_E0033
Definition: hecmw_msgno.h:348
HECMW_IO_ABAQUS_E2106
#define HECMW_IO_ABAQUS_E2106
Definition: hecmw_msgno.h:127
HECMW_UTIL_E0014
#define HECMW_UTIL_E0014
Definition: hecmw_msgno.h:338
HECMW_PART_E0204
#define HECMW_PART_E0204
Definition: hecmw_msgno.h:305
HECMW_IO_E1022
#define HECMW_IO_E1022
Definition: hecmw_msgno.h:150
HECMW_IO_GEOFEM_E0321
#define HECMW_IO_GEOFEM_E0321
Definition: hecmw_msgno.h:175
HECMW_COUPLE_E3003
#define HECMW_COUPLE_E3003
Definition: hecmw_msgno.h:40
HECMW_IO_E1025
#define HECMW_IO_E1025
Definition: hecmw_msgno.h:153
HECMW_IO_ABAQUS_E1002
#define HECMW_IO_ABAQUS_E1002
Definition: hecmw_msgno.h:91
HECMW_IO_ABAQUS_E2104
#define HECMW_IO_ABAQUS_E2104
Definition: hecmw_msgno.h:125
HECMW_IO_HEC_E2100
#define HECMW_IO_HEC_E2100
Definition: hecmw_msgno.h:253
HECMW_IO_HEC_E0503
#define HECMW_IO_HEC_E0503
Definition: hecmw_msgno.h:203
HECMW_UTIL_E9013
#define HECMW_UTIL_E9013
Definition: hecmw_msgno.h:378
HECMW_IO_ABAQUS_E0901
#define HECMW_IO_ABAQUS_E0901
Definition: hecmw_msgno.h:88
HECMW_COUPLE_E2326
#define HECMW_COUPLE_E2326
Definition: hecmw_msgno.h:37
HECMW_IO_E0006
#define HECMW_IO_E0006
Definition: hecmw_msgno.h:142
HECMW_COUPLE_E2214
#define HECMW_COUPLE_E2214
Definition: hecmw_msgno.h:27
HECMW_IO_GEOFEM_E0362
#define HECMW_IO_GEOFEM_E0362
Definition: hecmw_msgno.h:188
HECMW_PART_E0113
#define HECMW_PART_E0113
Definition: hecmw_msgno.h:280
HECMW_IO_HEC_E0601
#define HECMW_IO_HEC_E0601
Definition: hecmw_msgno.h:205
HECMW_COUPLE_E1002
#define HECMW_COUPLE_E1002
Definition: hecmw_msgno.h:14
HECMW_IO_W1007
#define HECMW_IO_W1007
Definition: hecmw_msgno.h:261
HECMW_IO_HEC_E1703
#define HECMW_IO_HEC_E1703
Definition: hecmw_msgno.h:241
HECMW_COUPLE_E2112
#define HECMW_COUPLE_E2112
Definition: hecmw_msgno.h:21
HECMW_PART_E0171
#define HECMW_PART_E0171
Definition: hecmw_msgno.h:299
HECMW_UTIL_E0043
#define HECMW_UTIL_E0043
Definition: hecmw_msgno.h:352
HECMW_COUPLE_E2201
#define HECMW_COUPLE_E2201
Definition: hecmw_msgno.h:23
HECMW_IO_HEC_E0604
#define HECMW_IO_HEC_E0604
Definition: hecmw_msgno.h:208
HECMW_PART_E0302
#define HECMW_PART_E0302
Definition: hecmw_msgno.h:310
HECMW_IO_ABAQUS_E1900
#define HECMW_IO_ABAQUS_E1900
Definition: hecmw_msgno.h:119
HECMW_COUPLE_E3102
#define HECMW_COUPLE_E3102
Definition: hecmw_msgno.h:43
HECMW_IO_HEC_E0603
#define HECMW_IO_HEC_E0603
Definition: hecmw_msgno.h:207
HECMW_PART_E0005
#define HECMW_PART_E0005
Definition: hecmw_msgno.h:275
HECMW_IO_ABAQUS_E0101
#define HECMW_IO_ABAQUS_E0101
Definition: hecmw_msgno.h:68
HECMW_IO_HEC_E1709
#define HECMW_IO_HEC_E1709
Definition: hecmw_msgno.h:247
HECMW_PART_E0201
#define HECMW_PART_E0201
Definition: hecmw_msgno.h:302
HECMW_IO_HEC_E0400
#define HECMW_IO_HEC_E0400
Definition: hecmw_msgno.h:199
HECMW_ALL_E1002
#define HECMW_ALL_E1002
Definition: hecmw_msgno.h:11
HECMW_COUPLE_E3101
#define HECMW_COUPLE_E3101
Definition: hecmw_msgno.h:42
HECMW_IO_W1001
#define HECMW_IO_W1001
Definition: hecmw_msgno.h:255
HECMW_PART_E0111
#define HECMW_PART_E0111
Definition: hecmw_msgno.h:278
HECMW_IO_ABAQUS_E2100
#define HECMW_IO_ABAQUS_E2100
Definition: hecmw_msgno.h:121
HECMW_IO_ABAQUS_E0900
#define HECMW_IO_ABAQUS_E0900
Definition: hecmw_msgno.h:87
HECMW_IO_E0003
#define HECMW_IO_E0003
Definition: hecmw_msgno.h:139
HECMW_IO_E0001
#define HECMW_IO_E0001
Definition: hecmw_msgno.h:137
HECMW_PART_E0606
#define HECMW_PART_E0606
Definition: hecmw_msgno.h:324
HECMW_IO_ABAQUS_E1101
#define HECMW_IO_ABAQUS_E1101
Definition: hecmw_msgno.h:93
HECMW_IO_ABAQUS_E0098
#define HECMW_IO_ABAQUS_E0098
Definition: hecmw_msgno.h:66
HECMW_IO_HEC_E0502
#define HECMW_IO_HEC_E0502
Definition: hecmw_msgno.h:202
HECMW_UTIL_E0204
#define HECMW_UTIL_E0204
Definition: hecmw_msgno.h:371
HECMW_IO_HEC_E1106
#define HECMW_IO_HEC_E1106
Definition: hecmw_msgno.h:227
HECMW_IO_HEC_E1704
#define HECMW_IO_HEC_E1704
Definition: hecmw_msgno.h:242
HECMW_ALL_E1003
#define HECMW_ALL_E1003
Definition: hecmw_msgno.h:12
HECMW_IO_GEOFEM_E0312
#define HECMW_IO_GEOFEM_E0312
Definition: hecmw_msgno.h:172
HECMW_COUPLE_E8011
#define HECMW_COUPLE_E8011
Definition: hecmw_msgno.h:58
hecmw_msg.h
HECMW_UTIL_E0021
#define HECMW_UTIL_E0021
Definition: hecmw_msgno.h:340
HECMW_IO_ABAQUS_E0501
#define HECMW_IO_ABAQUS_E0501
Definition: hecmw_msgno.h:73
HECMW_IO_ABAQUS_E1000
#define HECMW_IO_ABAQUS_E1000
Definition: hecmw_msgno.h:89
HECMW_COUPLE_W1001
#define HECMW_COUPLE_W1001
Definition: hecmw_msgno.h:61
HECMW_UTIL_E0002
#define HECMW_UTIL_E0002
Definition: hecmw_msgno.h:330
HECMW_IO_GEOFEM_E0343
#define HECMW_IO_GEOFEM_E0343
Definition: hecmw_msgno.h:183
HECMW_COUPLE_E2312
#define HECMW_COUPLE_E2312
Definition: hecmw_msgno.h:30
HECMW_IO_ABAQUS_E1100
#define HECMW_IO_ABAQUS_E1100
Definition: hecmw_msgno.h:92
HECMW_PART_E0133
#define HECMW_PART_E0133
Definition: hecmw_msgno.h:288
HECMW_COUPLE_E2101
#define HECMW_COUPLE_E2101
Definition: hecmw_msgno.h:19
HECMW_PART_W0502
#define HECMW_PART_W0502
Definition: hecmw_msgno.h:328
HECMW_IO_HEC_E1101
#define HECMW_IO_HEC_E1101
Definition: hecmw_msgno.h:222
HECMW_COUPLE_E3201
#define HECMW_COUPLE_E3201
Definition: hecmw_msgno.h:55
HECMW_IO_ABAQUS_E1503
#define HECMW_IO_ABAQUS_E1503
Definition: hecmw_msgno.h:106
HECMW_UTIL_E0052
#define HECMW_UTIL_E0052
Definition: hecmw_msgno.h:357
HECMW_IO_ABAQUS_E0605
#define HECMW_IO_ABAQUS_E0605
Definition: hecmw_msgno.h:80
HECMW_PART_E0004
#define HECMW_PART_E0004
Definition: hecmw_msgno.h:274
HECMW_IO_ABAQUS_E1105
#define HECMW_IO_ABAQUS_E1105
Definition: hecmw_msgno.h:97
HECMW_COUPLE_E3001
#define HECMW_COUPLE_E3001
Definition: hecmw_msgno.h:38
HECMW_IO_E0004
#define HECMW_IO_E0004
Definition: hecmw_msgno.h:140
HECMW_IO_E1014
#define HECMW_IO_E1014
Definition: hecmw_msgno.h:146
HECMW_UTIL_E0202
#define HECMW_UTIL_E0202
Definition: hecmw_msgno.h:369
HECMW_PART_E0206
#define HECMW_PART_E0206
Definition: hecmw_msgno.h:307
HECMW_IO_HEC_E1501
#define HECMW_IO_HEC_E1501
Definition: hecmw_msgno.h:233
HECMW_ALL_E0101
#define HECMW_ALL_E0101
Definition: hecmw_msgno.h:8
HECMW_UTIL_E9001
#define HECMW_UTIL_E9001
Definition: hecmw_msgno.h:375
HECMW_IO_HEC_E0300
#define HECMW_IO_HEC_E0300
Definition: hecmw_msgno.h:198
HECMW_UTIL_E0060
#define HECMW_UTIL_E0060
Definition: hecmw_msgno.h:361
HECMW_PART_E0602
#define HECMW_PART_E0602
Definition: hecmw_msgno.h:320
HECMW_UTIL_E0053
#define HECMW_UTIL_E0053
Definition: hecmw_msgno.h:358
HECMW_COUPLE_E2001
#define HECMW_COUPLE_E2001
Definition: hecmw_msgno.h:17
HECMW_IO_HEC_E0200
#define HECMW_IO_HEC_E0200
Definition: hecmw_msgno.h:197
HECMW_IO_ABAQUS_E0604
#define HECMW_IO_ABAQUS_E0604
Definition: hecmw_msgno.h:79
HECMW_UTIL_E0003
#define HECMW_UTIL_E0003
Definition: hecmw_msgno.h:331
HECMW_IO_ABAQUS_W0097
#define HECMW_IO_ABAQUS_W0097
Definition: hecmw_msgno.h:135
HECMW_IO_W1019
#define HECMW_IO_W1019
Definition: hecmw_msgno.h:268
HECMW_IO_HEC_E2101
#define HECMW_IO_HEC_E2101
Definition: hecmw_msgno.h:254
HECMW_UTIL_E0054
#define HECMW_UTIL_E0054
Definition: hecmw_msgno.h:359
HECMW_IO_HEC_E0500
#define HECMW_IO_HEC_E0500
Definition: hecmw_msgno.h:200
HECMW_IO_HEC_E0501
#define HECMW_IO_HEC_E0501
Definition: hecmw_msgno.h:201
HECMW_IO_HEC_E1801
#define HECMW_IO_HEC_E1801
Definition: hecmw_msgno.h:250
HECMW_IO_ABAQUS_E0503
#define HECMW_IO_ABAQUS_E0503
Definition: hecmw_msgno.h:75
HECMW_IO_HEC_E1701
#define HECMW_IO_HEC_E1701
Definition: hecmw_msgno.h:239
HECMW_PART_E0154
#define HECMW_PART_E0154
Definition: hecmw_msgno.h:295
HECMW_PART_E0312
#define HECMW_PART_E0312
Definition: hecmw_msgno.h:312
HECMW_IO_ABAQUS_E0502
#define HECMW_IO_ABAQUS_E0502
Definition: hecmw_msgno.h:74
HECMW_IO_HEC_E0900
#define HECMW_IO_HEC_E0900
Definition: hecmw_msgno.h:216
HECMW_IO_ABAQUS_E0606
#define HECMW_IO_ABAQUS_E0606
Definition: hecmw_msgno.h:81
HECMW_IO_ABAQUS_E0603
#define HECMW_IO_ABAQUS_E0603
Definition: hecmw_msgno.h:78
HECMW_IO_GEOFEM_E0322
#define HECMW_IO_GEOFEM_E0322
Definition: hecmw_msgno.h:176
HECMW_IO_GEOFEM_E0331
#define HECMW_IO_GEOFEM_E0331
Definition: hecmw_msgno.h:179
HECMW_IO_HEC_E1200
#define HECMW_IO_HEC_E1200
Definition: hecmw_msgno.h:229
HECMW_IO_E1021
#define HECMW_IO_E1021
Definition: hecmw_msgno.h:149
HECMW_IO_ABAQUS_E1502
#define HECMW_IO_ABAQUS_E1502
Definition: hecmw_msgno.h:105
HECMW_IO_ABAQUS_E1800
#define HECMW_IO_ABAQUS_E1800
Definition: hecmw_msgno.h:117
HECMW_IO_GEOFEM_E0352
#define HECMW_IO_GEOFEM_E0352
Definition: hecmw_msgno.h:185
HECMW_IO_W1002
#define HECMW_IO_W1002
Definition: hecmw_msgno.h:256
HECMW_COUPLE_E3011
#define HECMW_COUPLE_E3011
Definition: hecmw_msgno.h:41
HECMW_IO_GEOFEM_E0341
#define HECMW_IO_GEOFEM_E0341
Definition: hecmw_msgno.h:181
HECMW_IO_E1028
#define HECMW_IO_E1028
Definition: hecmw_msgno.h:156
HECMW_IO_ABAQUS_E0702
#define HECMW_IO_ABAQUS_E0702
Definition: hecmw_msgno.h:84
HECMW_PART_E0173
#define HECMW_PART_E0173
Definition: hecmw_msgno.h:301
HECMW_PART_E0172
#define HECMW_PART_E0172
Definition: hecmw_msgno.h:300
HECMW_IO_GEOFEM_E0323
#define HECMW_IO_GEOFEM_E0323
Definition: hecmw_msgno.h:177
HECMW_PART_E0164
#define HECMW_PART_E0164
Definition: hecmw_msgno.h:298
HECMW_PART_E0122
#define HECMW_PART_E0122
Definition: hecmw_msgno.h:282
HECMW_UTIL_E0023
#define HECMW_UTIL_E0023
Definition: hecmw_msgno.h:342
HECMW_IO_E1018
#define HECMW_IO_E1018
Definition: hecmw_msgno.h:148
HECMW_COUPLE_E2322
#define HECMW_COUPLE_E2322
Definition: hecmw_msgno.h:33
HECMW_PART_W0401
#define HECMW_PART_W0401
Definition: hecmw_msgno.h:327
HECMW_IO_HEC_E1600
#define HECMW_IO_HEC_E1600
Definition: hecmw_msgno.h:236
HECMW_UTIL_E0201
#define HECMW_UTIL_E0201
Definition: hecmw_msgno.h:368
HECMW_IO_E5002
#define HECMW_IO_E5002
Definition: hecmw_msgno.h:159
HECMW_COUPLE_E2311
#define HECMW_COUPLE_E2311
Definition: hecmw_msgno.h:29
HECMW_IO_ABAQUS_E0001
#define HECMW_IO_ABAQUS_E0001
Definition: hecmw_msgno.h:62
HECMW_IO_ABAQUS_E1702
#define HECMW_IO_ABAQUS_E1702
Definition: hecmw_msgno.h:111
HECMW_ALL_E0102
#define HECMW_ALL_E0102
Definition: hecmw_msgno.h:9
HECMW_IO_W1004
#define HECMW_IO_W1004
Definition: hecmw_msgno.h:258
HECMW_IO_ABAQUS_E1300
#define HECMW_IO_ABAQUS_E1300
Definition: hecmw_msgno.h:101
HECMW_IO_ABAQUS_E1703
#define HECMW_IO_ABAQUS_E1703
Definition: hecmw_msgno.h:112
HECMW_UTIL_E0061
#define HECMW_UTIL_E0061
Definition: hecmw_msgno.h:362
HECMW_PART_E0125
#define HECMW_PART_E0125
Definition: hecmw_msgno.h:285
HECMW_IO_ABAQUS_E1706
#define HECMW_IO_ABAQUS_E1706
Definition: hecmw_msgno.h:115
HECMW_PART_E0321
#define HECMW_PART_E0321
Definition: hecmw_msgno.h:314
HECMW_IO_W1020
#define HECMW_IO_W1020
Definition: hecmw_msgno.h:269
HECMW_IO_ABAQUS_E1705
#define HECMW_IO_ABAQUS_E1705
Definition: hecmw_msgno.h:114
HECMW_IO_ABAQUS_E0100
#define HECMW_IO_ABAQUS_E0100
Definition: hecmw_msgno.h:67
HECMW_PART_E0331
#define HECMW_PART_E0331
Definition: hecmw_msgno.h:317
HECMW_IO_E0007
#define HECMW_IO_E0007
Definition: hecmw_msgno.h:143
HECMW_IO_E5004
#define HECMW_IO_E5004
Definition: hecmw_msgno.h:161
HECMW_UTIL_E0104
#define HECMW_UTIL_E0104
Definition: hecmw_msgno.h:366
HECMW_IO_ABAQUS_E2400
#define HECMW_IO_ABAQUS_E2400
Definition: hecmw_msgno.h:132
HECMW_IO_W1009
#define HECMW_IO_W1009
Definition: hecmw_msgno.h:263
HECMW_IO_GEOFEM_E0003
#define HECMW_IO_GEOFEM_E0003
Definition: hecmw_msgno.h:166
HECMW_IO_ABAQUS_E1107
#define HECMW_IO_ABAQUS_E1107
Definition: hecmw_msgno.h:99
HECMW_UTIL_E0040
#define HECMW_UTIL_E0040
Definition: hecmw_msgno.h:349
HECMW_UTIL_E0044
#define HECMW_UTIL_E0044
Definition: hecmw_msgno.h:353
HECMW_COUPLE_E3123
#define HECMW_COUPLE_E3123
Definition: hecmw_msgno.h:50
HECMW_IO_ABAQUS_E1704
#define HECMW_IO_ABAQUS_E1704
Definition: hecmw_msgno.h:113
HECMW_PART_E0003
#define HECMW_PART_E0003
Definition: hecmw_msgno.h:273
HECMW_IO_ABAQUS_E2300
#define HECMW_IO_ABAQUS_E2300
Definition: hecmw_msgno.h:131
HECMW_UTIL_E0011
#define HECMW_UTIL_E0011
Definition: hecmw_msgno.h:335
HECMW_UTIL_E0024
#define HECMW_UTIL_E0024
Definition: hecmw_msgno.h:343
HECMW_UTIL_E0102
#define HECMW_UTIL_E0102
Definition: hecmw_msgno.h:364
HECMW_PART_E0131
#define HECMW_PART_E0131
Definition: hecmw_msgno.h:286
HECMW_UTIL_E0205
#define HECMW_UTIL_E0205
Definition: hecmw_msgno.h:372
HECMW_UTIL_E0103
#define HECMW_UTIL_E0103
Definition: hecmw_msgno.h:365
HECMW_IO_ABAQUS_E1104
#define HECMW_IO_ABAQUS_E1104
Definition: hecmw_msgno.h:96
HECMW_IO_GEOFEM_E0324
#define HECMW_IO_GEOFEM_E0324
Definition: hecmw_msgno.h:178
HECMW_UTIL_E0042
#define HECMW_UTIL_E0042
Definition: hecmw_msgno.h:351
HECMW_COUPLE_E2211
#define HECMW_COUPLE_E2211
Definition: hecmw_msgno.h:24
HECMW_IO_GEOFEM_E0001
#define HECMW_IO_GEOFEM_E0001
Definition: hecmw_msgno.h:164
HECMW_UTIL_E0030
#define HECMW_UTIL_E0030
Definition: hecmw_msgno.h:345
HECMW_IO_W1030
#define HECMW_IO_W1030
Definition: hecmw_msgno.h:270
HECMW_COUPLE_E2113
#define HECMW_COUPLE_E2113
Definition: hecmw_msgno.h:22
HECMW_COUPLE_E3002
#define HECMW_COUPLE_E3002
Definition: hecmw_msgno.h:39
HECMW_PART_E0151
#define HECMW_PART_E0151
Definition: hecmw_msgno.h:292
HECMW_IO_GEOFEM_E0342
#define HECMW_IO_GEOFEM_E0342
Definition: hecmw_msgno.h:182
HECMW_IO_HEC_E0702
#define HECMW_IO_HEC_E0702
Definition: hecmw_msgno.h:213
HECMW_PART_E0132
#define HECMW_PART_E0132
Definition: hecmw_msgno.h:287
HECMW_PART_E0141
#define HECMW_PART_E0141
Definition: hecmw_msgno.h:290
NULL
#define NULL
Definition: hecmw_io_nastran.c:30
HECMW_IO_HEC_E1706
#define HECMW_IO_HEC_E1706
Definition: hecmw_msgno.h:244
HECMW_IO_HEC_E1300
#define HECMW_IO_HEC_E1300
Definition: hecmw_msgno.h:230
HECMW_PART_E0152
#define HECMW_PART_E0152
Definition: hecmw_msgno.h:293
HECMW_IO_E1024
#define HECMW_IO_E1024
Definition: hecmw_msgno.h:152
HECMW_IO_E1027
#define HECMW_IO_E1027
Definition: hecmw_msgno.h:155
HECMW_PART_E0322
#define HECMW_PART_E0322
Definition: hecmw_msgno.h:315
HECMW_IO_W1010
#define HECMW_IO_W1010
Definition: hecmw_msgno.h:264
HECMW_IO_HEC_E0002
#define HECMW_IO_HEC_E0002
Definition: hecmw_msgno.h:191
HECMW_COUPLE_E1101
#define HECMW_COUPLE_E1101
Definition: hecmw_msgno.h:15
HECMW_IO_ABAQUS_E0200
#define HECMW_IO_ABAQUS_E0200
Definition: hecmw_msgno.h:69
HECMW_IO_HEC_E0100
#define HECMW_IO_HEC_E0100
Definition: hecmw_msgno.h:195
HECMW_IO_HEC_E1001
#define HECMW_IO_HEC_E1001
Definition: hecmw_msgno.h:219
HECMW_IO_ABAQUS_E0701
#define HECMW_IO_ABAQUS_E0701
Definition: hecmw_msgno.h:83
HECMW_UTIL_E0005
#define HECMW_UTIL_E0005
Definition: hecmw_msgno.h:333
HECMW_COUPLE_E2321
#define HECMW_COUPLE_E2321
Definition: hecmw_msgno.h:32
HECMW_PART_E0605
#define HECMW_PART_E0605
Definition: hecmw_msgno.h:323
HECMW_IO_HEC_E0098
#define HECMW_IO_HEC_E0098
Definition: hecmw_msgno.h:193
HECMW_COUPLE_E1001
#define HECMW_COUPLE_E1001
Definition: hecmw_msgno.h:13
hecmw_msg_table
struct hecmw_msgent hecmw_msg_table[]
Definition: hecmw_msg_table.c:5
HECMW_PART_E0123
#define HECMW_PART_E0123
Definition: hecmw_msgno.h:283
HECMW_IO_ABAQUS_E1707
#define HECMW_IO_ABAQUS_E1707
Definition: hecmw_msgno.h:116
HECMW_UTIL_E0025
#define HECMW_UTIL_E0025
Definition: hecmw_msgno.h:344
HECMW_PART_E0202
#define HECMW_PART_E0202
Definition: hecmw_msgno.h:303
HECMW_PART_E0205
#define HECMW_PART_E0205
Definition: hecmw_msgno.h:306
HECMW_IO_HEC_E1400
#define HECMW_IO_HEC_E1400
Definition: hecmw_msgno.h:231
HECMW_IO_HEC_E0700
#define HECMW_IO_HEC_E0700
Definition: hecmw_msgno.h:211
HECMW_IO_HEC_E1502
#define HECMW_IO_HEC_E1502
Definition: hecmw_msgno.h:234
HECMW_IO_ABAQUS_E0002
#define HECMW_IO_ABAQUS_E0002
Definition: hecmw_msgno.h:63
HECMW_IO_ABAQUS_E1103
#define HECMW_IO_ABAQUS_E1103
Definition: hecmw_msgno.h:95
HECMW_PART_E0162
#define HECMW_PART_E0162
Definition: hecmw_msgno.h:297
HECMW_COUPLE_E9999
#define HECMW_COUPLE_E9999
Definition: hecmw_msgno.h:60
HECMW_IO_GEOFEM_E0302
#define HECMW_IO_GEOFEM_E0302
Definition: hecmw_msgno.h:169
HECMW_PART_E0601
#define HECMW_PART_E0601
Definition: hecmw_msgno.h:319
HECMW_IO_ABAQUS_E2102
#define HECMW_IO_ABAQUS_E2102
Definition: hecmw_msgno.h:123
HECMW_COUPLE_E2323
#define HECMW_COUPLE_E2323
Definition: hecmw_msgno.h:34
HECMW_UTIL_E0105
#define HECMW_UTIL_E0105
Definition: hecmw_msgno.h:367
HECMW_UTIL_E0012
#define HECMW_UTIL_E0012
Definition: hecmw_msgno.h:336
HECMW_IO_HEC_E2000
#define HECMW_IO_HEC_E2000
Definition: hecmw_msgno.h:252
HECMW_IO_ABAQUS_E1102
#define HECMW_IO_ABAQUS_E1102
Definition: hecmw_msgno.h:94
HECMW_PART_E0301
#define HECMW_PART_E0301
Definition: hecmw_msgno.h:309
HECMW_PART_E0134
#define HECMW_PART_E0134
Definition: hecmw_msgno.h:289
HECMW_UTIL_E9011
#define HECMW_UTIL_E9011
Definition: hecmw_msgno.h:376
HECMW_IO_ABAQUS_E2103
#define HECMW_IO_ABAQUS_E2103
Definition: hecmw_msgno.h:124
HECMW_COUPLE_E2313
#define HECMW_COUPLE_E2313
Definition: hecmw_msgno.h:31
HECMW_IO_GEOFEM_E0332
#define HECMW_IO_GEOFEM_E0332
Definition: hecmw_msgno.h:180
HECMW_PART_E0101
#define HECMW_PART_E0101
Definition: hecmw_msgno.h:277
HECMW_IO_GEOFEM_E0002
#define HECMW_IO_GEOFEM_E0002
Definition: hecmw_msgno.h:165
HECMW_IO_W1008
#define HECMW_IO_W1008
Definition: hecmw_msgno.h:262
HECMW_IO_HEC_E0099
#define HECMW_IO_HEC_E0099
Definition: hecmw_msgno.h:194
HECMW_ALL_E1001
#define HECMW_ALL_E1001
Definition: hecmw_msgno.h:10
HECMW_UTIL_E0022
#define HECMW_UTIL_E0022
Definition: hecmw_msgno.h:341
HECMW_IO_ABAQUS_E0700
#define HECMW_IO_ABAQUS_E0700
Definition: hecmw_msgno.h:82
HECMW_IO_ABAQUS_E0500
#define HECMW_IO_ABAQUS_E0500
Definition: hecmw_msgno.h:72
HECMW_UTIL_E0051
#define HECMW_UTIL_E0051
Definition: hecmw_msgno.h:356
HECMW_PART_E0203
#define HECMW_PART_E0203
Definition: hecmw_msgno.h:304
HECMW_IO_W1006
#define HECMW_IO_W1006
Definition: hecmw_msgno.h:260