hp2FEM  0.1
include/interpolation/numericalintegration/NumericalIntegrationAttributes_S.h
00001 #ifndef _NUMERICALINTEGRATIONATTRIBUTES_S_H_
00002 #define _NUMERICALINTEGRATIONATTRIBUTES_S_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 22 Mar 2015 17:23
00007 // file      : NumericalIntegrationAttributes_S.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     : 01 Abr 2011
00019 //--------------------------------------------------------------
00020 // Change history : 
00021 //   01 Abr 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 
00061 struct NumericalIntegrationAttributes_S
00062 {
00063 //#UBLK-BEG-CLASSDEF mm:8afc4d4c-433c-11e0-8507-c0021234afab
00064 //#UBLK-END-CLASSDEF
00065 
00066    // attr=mm:7cae3ca4-433c-11e0-8507-c0021234afab
00067    ElementShape_E ElemShape;
00068    // attr=mm:7cae3ca1-433c-11e0-8507-c0021234afab
00069    QuadCollocType_E QuadType;
00070    // attr=mm:7cae3ca2-433c-11e0-8507-c0021234afab
00071    unsigned long Alpha;
00072    // attr=mm:7cae3ca3-433c-11e0-8507-c0021234afab
00073    unsigned long Beta;
00074    // attr=mm:7cae3ca5-433c-11e0-8507-c0021234afab
00075    unsigned long Pmax;
00076    // attr=mm:2317d18b-5ef1-11e0-9b7c-d1fb1a733d9a
00077    unsigned long IOFactor; //= 2;
00078 
00079 
00080 //#UBLK-BEG-CLASSMEMB mm:8afc4d4c-433c-11e0-8507-c0021234afab
00081 //#UBLK-END-CLASSMEMB
00082 };
00083 
00084 //#UBLK-BEG-GLOBALH
00085 //*** Removed methods: 18 Oct 2011 18:25
00086 //---
00087 //uuid=mm:e9aecb3f-8875-463c-b896-7a71aee8a41e
00088 //   NumericalIntegrationAttributes_S();
00089 
00090 //#UBLK-END-GLOBALH
00091 
00092 
00093 #endif // _NUMERICALINTEGRATIONATTRIBUTES_S_H_
 All Classes Files Functions Variables Typedefs Friends Defines