hp2FEM
0.1
|
00001 #ifndef _ELEMENTSHAPE_E_H_ 00002 #define _ELEMENTSHAPE_E_H_ 00003 // --------------------------------------------- 00004 // company : 00005 // user : 00006 // date : 23 Mar 2015 12:01 00007 // file : ElementShape_E.h 00008 // markers : Full 00009 // language : C++ 00010 // generator : Metamill 6.0 00011 // --------------------------------------------- 00012 00013 //#UBLK-BEG-HEADERH 00014 00015 //============================================================== 00016 // Description : 00017 //-------------------------------------------------------------- 00018 // Author : Gilberto Luis 00019 // Created : 17 Dez 2010 00020 //-------------------------------------------------------------- 00021 // Change history : 00022 // 17 Dez 2010 (Gilberto Luis) Initial version generated 00023 // 00024 //============================================================== 00025 //#UBLK-END-HEADERH 00026 00027 /*================================================================================================= 00028 = = 00029 = Copyright 2010-2015 Marco Lucio Bittencourt / Fabiano Fernandes Bargos = 00030 = Gilberto Luis Valente / Jorge Luis Suzuki / Allan Patrick Cordeiro Dias = 00031 = = 00032 = Licensed under the Apache License, Version 2.0 (the "License"); = 00033 = you may not use this file except in compliance with the License. = 00034 = You may obtain a copy of the License at = 00035 = = 00036 = http://www.apache.org/licenses/LICENSE-2.0 = 00037 = = 00038 = Unless required by applicable law or agreed to in writing, software = 00039 = distributed under the License is distributed on an "AS IS" BASIS, = 00040 = WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. = 00041 = See the License for the specific language governing permissions and = 00042 = limitations under the License. = 00043 = = 00044 =================================================================================================*/ 00045 00046 00047 enum ElementShape_E 00048 { 00049 //#UBLK-BEG-CLASSDEF mm:462b51b9-f343-11df-9661-9b53235e42f6 00050 //#UBLK-END-CLASSDEF 00051 00052 // attr=mm:53e0d9ad-f343-11df-9661-9b53235e42f6 00053 LINE = 0, 00054 // attr=mm:580cf24b-f343-11df-9661-9b53235e42f6 00055 SQUARE, 00056 // attr=mm:5cd1a3d5-f343-11df-9661-9b53235e42f6 00057 HEXAHEDRON, 00058 // attr=mm:66f394ef-f343-11df-9661-9b53235e42f6 00059 TRIANGLE, 00060 // attr=mm:6ce97379-f343-11df-9661-9b53235e42f6 00061 TETRAHEDRON 00062 00063 }; 00064 00065 //#UBLK-BEG-GLOBALH 00066 00067 //*** Removed methods: 11 Aug 2011 15:45 00068 //--- 00069 //uuid=mm:a326dafd-c449-11e0-86e1-fa46c902ceb3 00070 // ElementShape_E(); 00071 00072 //#UBLK-END-GLOBALH 00073 00074 #ifdef _ELEMENTSHAPE_S_H_ 00075 static const char* ElementShape_S[] = { 00076 "LINE", 00077 "SQUARE", 00078 "HEXAHEDRON", 00079 "TRIANGLE", 00080 "TETRAHEDRON", 00081 }; 00082 #endif 00083 00084 00085 00086 #endif // _ELEMENTSHAPE_E_H_