enum_order.h
Go to the documentation of this file.00001 // The libMesh Finite Element Library. 00002 // Copyright (C) 2002-2012 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner 00003 00004 // This library is free software; you can redistribute it and/or 00005 // modify it under the terms of the GNU Lesser General Public 00006 // License as published by the Free Software Foundation; either 00007 // version 2.1 of the License, or (at your option) any later version. 00008 00009 // This library is distributed in the hope that it will be useful, 00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00012 // Lesser General Public License for more details. 00013 00014 // You should have received a copy of the GNU Lesser General Public 00015 // License along with this library; if not, write to the Free Software 00016 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00017 00018 00019 00020 #ifndef LIBMESH_ENUM_ORDER_H 00021 #define LIBMESH_ENUM_ORDER_H 00022 00023 // ------------------------------------------------------------ 00024 // enum Order definition 00025 namespace libMeshEnums { 00026 00032 enum Order {CONSTANT = 0, 00033 FIRST = 1, 00034 SECOND = 2, 00035 THIRD = 3, 00036 FOURTH = 4, 00037 FIFTH = 5, 00038 SIXTH = 6, 00039 SEVENTH = 7, 00040 EIGHTH = 8, 00041 NINTH = 9, 00042 TENTH = 10, 00043 00044 ELEVENTH = 11, 00045 TWELFTH = 12, 00046 THIRTEENTH = 13, 00047 FOURTEENTH = 14, 00048 FIFTEENTH = 15, 00049 SIXTEENTH = 16, 00050 SEVENTEENTH = 17, 00051 EIGHTTEENTH = 18, 00052 NINTEENTH = 19, 00053 TWENTIETH = 20, 00054 00055 TWENTYFIRST = 21, 00056 TWENTYSECOND = 22, 00057 TWENTYTHIRD = 23, 00058 TWENTYFOURTH = 24, 00059 TWENTYFIFTH = 25, 00060 TWENTYSIXTH = 26, 00061 TWENTYSEVENTH = 27, 00062 TWENTYEIGHTH = 28, 00063 TWENTYNINTH = 29, 00064 THIRTIETH = 30, 00065 00066 THIRTYFIRST = 31, 00067 THIRTYSECOND = 32, 00068 THIRTYTHIRD = 33, 00069 THIRTYFOURTH = 34, 00070 THIRTYFIFTH = 35, 00071 THIRTYSIXTH = 36, 00072 THIRTYSEVENTH = 37, 00073 THIRTYEIGHTH = 38, 00074 THIRTYNINTH = 39, 00075 FORTIETH = 40, 00076 00077 FORTYFIRST = 41, 00078 FORTYSECOND = 42, 00079 FORTYTHIRD = 43, 00080 00081 INVALID_ORDER}; 00082 00083 } 00084 00085 using namespace libMeshEnums; 00086 00087 #endif // LIBMESH_ENUM_ORDER_H
Site Created By: libMesh Developers
Last modified: February 05 2013 19:54:46 UTC
Hosted By: