hp2FEM  0.1
include/enumerations/pMesh_E.h
00001 #ifndef _PMESH_E_H_
00002 #define _PMESH_E_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 23 Mar 2015 12:01
00007 // file      : pMesh_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 pMesh_E
00047 {
00048 //#UBLK-BEG-CLASSDEF mm:232b27ad-f991-11df-8309-d7f93716487b
00049 //#UBLK-END-CLASSDEF
00050 
00051    // attr=mm:3c33be1b-f991-11df-8309-d7f93716487b
00052    pUNIFORM = 0,
00053    // attr=mm:41910a2b-f991-11df-8309-d7f93716487b
00054    pNONUNIFORM
00055 
00056 };
00057 
00058 //#UBLK-BEG-GLOBALH
00059 //#UBLK-END-GLOBALH
00060 
00061 #ifdef _PMESH_S_H_
00062 static const char* pMesh_S[] = {
00063    "pUNIFORM",
00064    "pNONUNIFORM",
00065 };
00066 #endif // _PMESH_S_H_
00067 
00068 
00069 #endif // _PMESH_E_H_
 All Classes Files Functions Variables Typedefs Friends Defines