ug4
common_attachments.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2009-2015: G-CSC, Goethe University Frankfurt
3  * Author: Sebastian Reiter
4  *
5  * This file is part of UG4.
6  *
7  * UG4 is free software: you can redistribute it and/or modify it under the
8  * terms of the GNU Lesser General Public License version 3 (as published by the
9  * Free Software Foundation) with the following additional attribution
10  * requirements (according to LGPL/GPL v3 §7):
11  *
12  * (1) The following notice must be displayed in the Appropriate Legal Notices
13  * of covered and combined works: "Based on UG4 (www.ug4.org/license)".
14  *
15  * (2) The following notice must be displayed at a prominent place in the
16  * terminal output of covered works: "Based on UG4 (www.ug4.org/license)".
17  *
18  * (3) The following bibliography is recommended for citation and must be
19  * preserved in all covered files:
20  * "Reiter, S., Vogel, A., Heppner, I., Rupp, M., and Wittum, G. A massively
21  * parallel geometric multigrid solver on hierarchically distributed grids.
22  * Computing and visualization in science 16, 4 (2013), 151-164"
23  * "Vogel, A., Reiter, S., Rupp, M., Nägel, A., and Wittum, G. UG4 -- a novel
24  * flexible software system for simulating pde based models on high performance
25  * computers. Computing and visualization in science 16, 4 (2013), 165-179"
26  *
27  * This program is distributed in the hope that it will be useful,
28  * but WITHOUT ANY WARRANTY; without even the implied warranty of
29  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30  * GNU Lesser General Public License for more details.
31  */
32 
35 // In this file attachments are defined that are commonly used by libGrid.
37 
38 #ifndef __H__LIB_GRID__COMMON_ATTACHMENTS__
39 #define __H__LIB_GRID__COMMON_ATTACHMENTS__
40 
41 #include "common/types.h"
45 #include "grid/grid_base_objects.h"
46 
47 namespace ug
48 {
49 
51 // attachment-types
68 
75 
77 typedef ANormal3 ANormal;
78 
79 
81 // concrete attachments
83 UG_API
86 UG_API
89 UG_API
91 
93 UG_API
95 
97 // default position attachments for different types
99 
106 template <class TAttachment>
107 UG_API
108 inline
109 TAttachment&
111 
112 
114 // dimension of Position Attachment
116 template <typename TAPos>
117 UG_API
118 inline int GetPositionAttachmentDimension();
119 
120 
121 }// end of namespace
122 
123 
125 // include implementation
127 
128 #endif
#define UG_API
Definition: ug_config.h:65
the ug namespace
Attachment< vector4 > AVector4
Definition: common_attachments.h:63
Attachment< Edge * > AEdge
Definition: common_attachments.h:65
Attachment< uint > AUInt
Definition: common_attachments.h:56
AVector2 ATexCoord
Definition: common_attachments.h:74
UG_API int GetPositionAttachmentDimension()
this function returns the dimension of the position attachment at compile time
Definition: common_attachments_impl.hpp:64
Attachment< byte > AByte
Definition: common_attachments.h:54
Attachment< int > AInt
Definition: common_attachments.h:55
AVector3 ANormal3
Definition: common_attachments.h:73
Attachment< Vertex * > AVertex
Definition: common_attachments.h:64
UG_API TAttachment & GetDefaultPositionAttachment()
this method can be used to retrieve the default position attachments for different types.
Attachment< vector2 > AVector2
Definition: common_attachments.h:61
Attachment< bool > ABool
Definition: common_attachments.h:52
APosition3 APosition
Definition: common_attachments.h:76
AVector2 APosition2
Definition: common_attachments.h:70
Attachment< vector1 > AVector1
Definition: common_attachments.h:60
APosition1 aPosition1("position2", true)
The standard 1d position type.
Definition: common_attachments.h:90
Attachment< float > AFloat
Definition: common_attachments.h:58
ANormal aNormal("normal", true)
The standard 3d normal type.
Definition: common_attachments.h:94
ANormal3 ANormal
Definition: common_attachments.h:77
APosition aPosition("position", true)
The standard 3d position type.
Definition: common_attachments.h:84
Attachment< Face * > AFace
Definition: common_attachments.h:66
Attachment< number > ANumber
Definition: common_attachments.h:57
AVector3 APosition3
Definition: common_attachments.h:72
Attachment< double > ADouble
Definition: common_attachments.h:59
Attachment< char > AChar
Definition: common_attachments.h:53
AVector3 ANormal2
Definition: common_attachments.h:71
Attachment< Volume * > AVolume
Definition: common_attachments.h:67
APosition2 aPosition2("position2", true)
The standard 2d position type.
Definition: common_attachments.h:87
Attachment< vector3 > AVector3
Definition: common_attachments.h:62
AVector1 APosition1
Definition: common_attachments.h:69
typedefs for ugmath