hp2FEM  0.1
include/enumerations/Functionals_E.h
00001 #ifndef _FUNCTIONALS_E_H_
00002 #define _FUNCTIONALS_E_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 23 Mar 2015 12:01
00007 // file      : Functionals_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 
00036 enum Functionals_E
00037 {
00038 //#UBLK-BEG-CLASSDEF mm:11698e58-d42b-45f1-b277-5106a99c185d
00039 //#UBLK-END-CLASSDEF
00040 
00041    // attr=mm:38b94428-ea13-4d11-899c-1759373659b4
00042    FUNC_NONE,
00043    // attr=mm:cddc0e2d-af94-49f5-884f-73c56ffcb17c
00044    VOLU,
00045    // attr=mm:91c7c360-f81c-48a5-9ecf-3eee8b754cee
00046    MAXVMSTRESS,
00047    // attr=mm:82e0cd26-0d7e-4469-8272-4456001c66ad
00048    MAXRESDISP,
00049    // attr=mm:07750c33-8941-4dd7-8532-39d2cbadb8b8
00050    MAXUXMOD,
00051    // attr=mm:b219a8ad-7196-4517-81ab-429ebddfa2cd
00052    MAXUYMOD,
00053    // attr=mm:496d632c-bcf2-4b9e-810b-06d023f552e6
00054    MAXUZMOD,
00055    // attr=mm:5ae4002e-9cd6-4725-9fee-3cfa17d0f8cd
00056    STRAINENERGY,
00057    // attr=mm:3af71af7-21d2-4f82-87c0-2337dff5a673
00058    FINITESTRAINENERGY
00059 
00060 };
00061 
00062 //#UBLK-BEG-GLOBALH
00063 //#UBLK-END-GLOBALH
00064 
00065 
00066 #endif // _FUNCTIONALS_E_H_
 All Classes Files Functions Variables Typedefs Friends Defines