hp2FEM  0.1
include/enumerations/NRCriteria_E.h
00001 #ifndef _NRCRITERIA_E_H_
00002 #define _NRCRITERIA_E_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 23 Mar 2015 12:01
00007 // file      : NRCriteria_E.h
00008 // markers   : Full
00009 // language  : C++
00010 // generator : Metamill 6.0
00011 // ---------------------------------------------
00012 
00013 //#UBLK-BEG-HEADERH
00014 //#UBLK-END-HEADERH
00015 
00016 /*=================================================================================================
00017 =                                                                                                 =
00018 =       Copyright 2010-2015  Marco Lucio Bittencourt / Fabiano Fernandes Bargos                       =
00019 =                        Gilberto Luis Valente / Jorge Luis Suzuki / Allan Patrick Cordeiro Dias  =
00020 =                                                                                                 =
00021 =       Licensed under the Apache License, Version 2.0 (the "License");                               =
00022 =       you may not use this file except in compliance with the License.                              =
00023 =       You may obtain a copy of the License at                                                       =
00024 =                                                                                                 =
00025 =               http://www.apache.org/licenses/LICENSE-2.0                                                =
00026 =                                                                                                 =
00027 =       Unless required by applicable law or agreed to in writing, software                           =
00028 =       distributed under the License is distributed on an "AS IS" BASIS,                             =
00029 =       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.                      =
00030 =       See the License for the specific language governing permissions and                           =
00031 =       limitations under the License.                                                                =
00032 =                                                                                                 =
00033 =================================================================================================*/
00034 
00035 
00039 enum NRCriteria_E
00040 {
00041 //#UBLK-BEG-CLASSDEF mm:4e869c87-546c-4456-8b7f-0a56198c3059
00042 //#UBLK-END-CLASSDEF
00043 
00044    // attr=mm:1e50e507-a459-4ae6-8a71-23bb2f1d7ff1
00045    FORCE_RES = 0,
00046    // attr=mm:3d05ce1c-22b0-4908-a85c-c59c20d621ff
00047    FORCE_COMB,
00048    // attr=mm:19c6ca7e-837a-4e47-9f38-90730a290838
00049    DISPLACEMENT
00050 
00051 };
00052 
00053 //#UBLK-BEG-GLOBALH
00054 //#UBLK-END-GLOBALH
00055 
00056 #ifdef _NRCRITERIA_S_H_
00057 static const char* NRCriteria_S[] = {
00058    "FORCE",
00059    "FORCE_COMB",
00060    "DISPLACEMENT",
00061 };
00062 #endif // _NRCRITERIA_S_H_
00063 
00064 
00065 #endif // _NRCRITERIA_E_H_
 All Classes Files Functions Variables Typedefs Friends Defines