hp2FEM  0.1
include/interpolation/collocationpoints/collocationPointsAttributes_S.h
00001 #ifndef _COLLOCATIONPOINTSATTRIBUTES_S_H_
00002 #define _COLLOCATIONPOINTSATTRIBUTES_S_H_
00003 // ---------------------------------------------
00004 // company   : 
00005 // user      : 
00006 // date      : 22 Mar 2015 17:23
00007 // file      : collocationPointsAttributes_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     : 23 Mar 2011
00019 //--------------------------------------------------------------
00020 // Change history : 
00021 //   23 Mar 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 #include "enumerations/QuadCollocType_E.h"
00047 #include "enumerations/ElementShape_E.h"
00048 
00049 
00064 struct collocationPointsAttributes_S
00065 {
00066 //#UBLK-BEG-CLASSDEF mm:b3357bc9-4337-11e0-8507-c0021234afab
00067 //#UBLK-END-CLASSDEF
00068 
00069    // attr=mm:c5171517-4337-11e0-8507-c0021234afab
00070    QuadCollocType_E CollocType;
00071    // attr=mm:cd6f514d-4337-11e0-8507-c0021234afab
00072    unsigned long Alpha;
00073    // attr=mm:cf392b07-4337-11e0-8507-c0021234afab
00074    unsigned long Beta;
00075    // attr=mm:db24e037-4337-11e0-8507-c0021234afab
00076    ElementShape_E ElemShape;
00077    // attr=mm:e5df8347-4337-11e0-8507-c0021234afab
00078    unsigned long Pmax;
00079 
00080 
00081 //#UBLK-BEG-CLASSMEMB mm:b3357bc9-4337-11e0-8507-c0021234afab
00082 //#UBLK-END-CLASSMEMB
00083 };
00084 
00085 //#UBLK-BEG-GLOBALH
00086 //#UBLK-END-GLOBALH
00087 
00088 
00089 #endif // _COLLOCATIONPOINTSATTRIBUTES_S_H_
 All Classes Files Functions Variables Typedefs Friends Defines