hp2FEM  0.1
include/enumerations/MeshID_E.h
00001 #ifndef _MESHID_E_H_
00002 #define _MESHID_E_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 23 Mar 2015 12:01
00007 // file      : MeshID_E.h
00008 // markers   : Full
00009 // language  : C++
00010 // generator : Metamill 6.0
00011 // ---------------------------------------------
00012 
00013 //#UBLK-BEG-HEADERH
00014 //==============================================================
00015 // Description : 
00016 //--------------------------------------------------------------
00017 // Author      : Gilberto Luis
00018 // Created     : 05 May 2011
00019 //--------------------------------------------------------------
00020 // Change history : 
00021 //   05 May 2011 (Gilberto Luis) Initial version generated
00022 //
00023 //==============================================================
00024 //#UBLK-END-HEADERH
00025 
00026 /*=================================================================================================
00027 =                                                                                                 =
00028 =       Copyright 2010-2015  Marco Lucio Bittencourt / Fabiano Fernandes Bargos                       =
00029 =                        Gilberto Luis Valente / Jorge Luis Suzuki / Allan Patrick Cordeiro Dias  =
00030 =                                                                                                 =
00031 =       Licensed under the Apache License, Version 2.0 (the "License");                               =
00032 =       you may not use this file except in compliance with the License.                              =
00033 =       You may obtain a copy of the License at                                                       =
00034 =                                                                                                 =
00035 =               http://www.apache.org/licenses/LICENSE-2.0                                                =
00036 =                                                                                                 =
00037 =       Unless required by applicable law or agreed to in writing, software                           =
00038 =       distributed under the License is distributed on an "AS IS" BASIS,                             =
00039 =       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.                      =
00040 =       See the License for the specific language governing permissions and                           =
00041 =       limitations under the License.                                                                =
00042 =                                                                                                 =
00043 =================================================================================================*/
00044 
00045 
00046 enum MeshID_E
00047 {
00048 //#UBLK-BEG-CLASSDEF mm:515c2713-f990-11df-8309-d7f93716487b
00049 //#UBLK-END-CLASSDEF
00050 
00054    // attr=mm:6c2ea451-f990-11df-8309-d7f93716487b
00055    INPUT = 0,
00056 
00060    // attr=mm:a6984435-f990-11df-8309-d7f93716487b
00061    SOLUTION,
00062 
00066    // attr=mm:c81819ab-595c-11e0-8e1d-d62c684a44a5
00067    MAPPING,
00068 
00072    // attr=mm:fac21b59-595c-11e0-8e1d-d62c684a44a5
00073    POST_PROCESSING
00074 
00075 };
00076 
00077 //#UBLK-BEG-GLOBALH
00078 //#UBLK-END-GLOBALH
00079 
00080 #ifdef _MESHID_S_H_
00081 static const char* MeshID_S[] = {
00082    "INPUT",
00083    "HEAT_CONDUCTION",
00084    "MOONEY_RIVLN",
00085    "NEO_HOOKEAN",
00086    "NEWTONIAN_FLUID",
00087 };
00088 #endif // _MESHID_S_H_
00089 
00090 
00091 #endif // _MESHID_E_H_
 All Classes Files Functions Variables Typedefs Friends Defines