hp2FEM  0.1
include/enumerations/TimeIntegrationMeth_E.h
00001 #ifndef _TIMEINTEGRATIONMETH_E_H_
00002 #define _TIMEINTEGRATIONMETH_E_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 23 Mar 2015 12:01
00007 // file      : TimeIntegrationMeth_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 TimeIntegrationMeth_E
00047 {
00048 //#UBLK-BEG-CLASSDEF mm:d650d935-3f83-11e0-9daa-e41aab01a71c
00049 //#UBLK-END-CLASSDEF
00050 
00051    // attr=mm:5c6d2bc5-3f84-11e0-9daa-e41aab01a71c
00052    EXPLICIT = 0,
00053    // attr=mm:6131d1ab-3f84-11e0-9daa-e41aab01a71c
00054    NEWMARK
00055 
00056 };
00057 
00058 //#UBLK-BEG-GLOBALH
00059 //#UBLK-END-GLOBALH
00060 
00061 #ifdef _TIMEINTEGRATIONMETH_S_H_
00062 static const char* TimeIntegrationMeth_S[] = {
00063    "EXPLICIT",
00064    "NEWMARK",
00065 };
00066 #endif // _TIMEINTEGRATIONMETH_S_H_
00067 
00068 
00069 
00070 #endif // _TIMEINTEGRATIONMETH_E_H_
 All Classes Files Functions Variables Typedefs Friends Defines