-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathShellPostProcess_8cpp.html
321 lines (318 loc) · 35.6 KB
/
ShellPostProcess_8cpp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<title>G+Smo: /home/gitlab-runner/builds/t3_JWeu5_/0/gismo/gismo/optional/gsStructuralAnalysis/examples/ShellPostProcess.cpp File Reference</title>
<link href="gismodoxy_tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://people.ricam.oeaw.ac.at/gismo/mj/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="gismodoxy.css" rel="stylesheet" type="text/css">
<!-- -->
<!-- <script type="text/javascript"> -->
<!-- </script> -->
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<!-- <a name="top"></a> -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gslogo-doxy.jpg"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname"><a href="index.html"><font style="font-variant:small-caps;">G+S</font><font style="font-variant:small-caps;"
color="#000000">mo</font></a>
 <span id="projectnumber">25.01.0</span>
</div>
<div id="projectbrief">Geometry + Simulation Modules</div>
</td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<span id="MSearchSelect" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()"> </span>
<input type="text" id="MSearchField" value="" placeholder="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.svg" alt=""/></a>
</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function(){initNavTree('ShellPostProcess_8cpp.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">ShellPostProcess.cpp File Reference</div></div>
</div><!--header-->
<div class="contents">
<p>Some post-processing for shells.
<a href="#details">More...</a></p>
<div class="textblock"><div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-0-trigger" src="closed.png" alt="+"/> Include dependency graph for ShellPostProcess.cpp:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<div class="center"><img src="ShellPostProcess_8cpp__incl.png" border="0" usemap="#a_2home_2gitlab-runner_2builds_2t3__JWeu5___20_2gismo_2gismo_2optional_2gsStructuralAnalysis_2examples_2ShellPostProcess_8cpp" alt=""/></div>
<map name="a_2home_2gitlab-runner_2builds_2t3__JWeu5___20_2gismo_2gismo_2optional_2gsStructuralAnalysis_2examples_2ShellPostProcess_8cpp" id="a_2home_2gitlab-runner_2builds_2t3__JWeu5___20_2gismo_2gismo_2optional_2gsStructuralAnalysis_2examples_2ShellPostProcess_8cpp">
<area shape="rect" title="Some post-processing for shells." alt="" coords="1391,5,1622,89"/>
<area shape="rect" title=" " alt="" coords="1312,137,1392,163"/>
<area shape="poly" title=" " alt="" coords="1445,92,1382,132,1380,128,1442,87"/>
<area shape="rect" title=" " alt="" coords="1417,137,1490,163"/>
<area shape="poly" title=" " alt="" coords="1487,91,1468,126,1464,124,1483,88"/>
<area shape="rect" title=" " alt="" coords="1515,137,1605,163"/>
<area shape="poly" title=" " alt="" coords="1531,88,1550,124,1545,126,1526,91"/>
<area shape="rect" href="gismo_8h.html" title="Main header to be included by clients using the G+Smo library." alt="" coords="1629,137,1704,163"/>
<area shape="poly" title=" " alt="" coords="1573,87,1638,128,1635,132,1570,92"/>
<area shape="rect" href="gsForwardDeclarations_8h.html" title="Provides forward declarations of types and structs." alt="" coords="3147,607,3379,632"/>
<area shape="poly" title=" " alt="" coords="1704,149,2013,152,2488,161,2948,179,3117,192,3176,199,3215,208,3259,222,3294,237,3322,260,3348,297,3362,338,3366,381,3361,424,3349,466,3315,542,3282,597,3277,594,3311,539,3344,464,3356,423,3361,380,3357,339,3343,300,3318,264,3291,242,3258,227,3214,213,3175,205,3116,197,2948,184,2487,166,2013,157,1704,154"/>
<area shape="rect" href="gsLinearAlgebra_8h.html" title="This is the main header file that collects wrappers of Eigen for linear algebra." alt="" coords="1481,753,1669,779"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1350,171,838,177,329,189,151,199,96,206,68,213,40,232,21,252,11,277,8,310,8,620,12,647,23,665,39,677,61,684,116,693,178,703,256,714,388,724,753,741,1467,760,1466,765,753,746,388,729,255,719,177,708,115,698,60,690,37,682,19,669,7,649,3,621,3,310,6,276,17,249,36,228,66,208,95,201,151,194,328,184,838,172,1349,166,1617,160,1629,158"/>
<area shape="rect" href="gsFunctionSet_8h.html" title="This is the interface of all objects that computes functions on points like gsBasis,..." alt="" coords="1031,680,1206,705"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1559,170,1485,172,1313,171,1225,173,1144,179,1075,192,1046,201,1023,213,995,232,976,252,966,277,963,310,963,459,961,488,955,511,937,560,927,583,919,607,915,620,918,631,935,644,963,656,1036,675,1034,680,962,661,933,648,914,633,910,620,913,606,922,581,932,558,950,509,955,488,957,459,957,310,961,276,972,250,991,228,1020,208,1044,196,1073,187,1143,174,1225,168,1313,166,1485,166,1559,165,1617,160,1629,158"/>
<area shape="rect" href="gsFuncData_8h.html" title="This object is a cache for computed values from an evaluator." alt="" coords="43,607,202,632"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1512,170,1334,170,862,167,615,168,393,175,221,189,161,200,123,213,93,232,74,252,62,277,59,310,59,459,64,498,76,534,109,594,104,596,71,537,58,499,53,460,53,310,57,275,69,249,90,228,120,208,160,194,220,184,393,169,615,163,862,162,1334,165,1512,165,1617,160,1629,158"/>
<area shape="rect" href="gsBoundary_8h.html" title="Provides structs and classes related to interfaces and boundaries." alt="" coords="1723,680,1882,705"/>
<area shape="poly" title=" " alt="" coords="1705,149,1965,153,2347,163,2699,181,2817,193,2854,200,2872,209,2880,223,2881,241,2869,278,2850,310,2838,326,2810,344,2784,350,2758,356,2746,363,2734,374,2720,394,2712,411,2709,457,2709,541,2702,557,2683,571,2653,585,2613,598,2511,620,2388,640,2120,670,1896,688,1895,683,2119,665,2387,635,2510,615,2612,592,2651,580,2680,567,2698,553,2704,539,2704,457,2707,410,2715,391,2730,370,2743,358,2756,351,2782,344,2808,339,2834,322,2846,307,2864,276,2876,240,2875,225,2869,213,2852,205,2817,198,2699,186,2347,169,1965,159,1705,154"/>
<area shape="rect" href="gsFunction_8h.html" title="Provides declaration of Function abstract interface." alt="" coords="465,607,618,632"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1543,171,1449,173,1230,170,1119,172,1015,178,925,191,887,201,856,213,796,250,742,297,694,351,653,407,618,463,590,516,553,595,548,593,585,513,613,461,648,404,690,347,738,293,792,246,853,208,886,196,924,185,1014,172,1119,166,1230,165,1449,167,1542,166,1617,160,1629,158"/>
<area shape="rect" href="gsPiecewiseFunction_8h.html" title="Provides declaration of a gsPiecewiseFunction class." alt="" coords="501,218,720,243"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1485,181,1372,190,1179,195,986,197,872,202,739,213,695,219,694,213,738,208,872,197,986,192,1179,190,1371,185,1484,176,1617,160,1629,158"/>
<area shape="rect" href="gsGeometry_8h.html" title="Provides declaration of Geometry abstract interface." alt="" coords="1395,526,1557,551"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1552,171,1465,175,1384,187,1352,197,1331,213,1313,237,1306,253,1302,272,1303,295,1309,323,1323,356,1345,396,1362,413,1381,421,1402,428,1425,443,1451,478,1469,512,1464,515,1446,481,1421,447,1400,433,1379,426,1359,418,1341,399,1318,358,1304,324,1297,296,1297,271,1301,251,1308,235,1327,209,1350,193,1382,181,1465,170,1551,166,1617,160,1628,158"/>
<area shape="rect" href="gsCurve_8h.html" title="Provides declaration of Curve abstract interface." alt="" coords="1251,607,1387,632"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1518,172,1388,175,1322,179,1261,185,1209,196,1171,213,1144,233,1127,253,1118,277,1115,310,1115,459,1119,486,1129,510,1146,531,1167,549,1216,579,1265,600,1263,605,1213,584,1163,554,1142,534,1125,512,1113,487,1109,460,1109,310,1112,276,1122,250,1141,229,1168,208,1208,191,1260,180,1322,173,1388,170,1517,167,1617,160,1629,158"/>
<area shape="rect" href="gsSurface_8h.html" title="Provides declaration of Surface abstract interface." alt="" coords="1411,607,1557,632"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1528,172,1411,176,1297,186,1250,197,1216,213,1191,233,1176,253,1168,278,1165,310,1165,459,1173,480,1193,501,1224,521,1262,541,1349,575,1429,600,1428,605,1347,580,1260,545,1221,526,1190,505,1168,483,1160,460,1160,310,1162,277,1171,251,1187,229,1213,208,1249,192,1296,181,1410,171,1527,167,1617,160,1629,158"/>
<area shape="rect" href="gsVolume_8h.html" title="Provides declaration of Volume abstract interface." alt="" coords="928,607,1075,632"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1564,170,1496,172,1338,173,1259,175,1184,182,1121,194,1073,213,1046,232,1027,253,1017,277,1013,310,1013,459,1006,593,1001,593,1008,459,1008,310,1011,276,1023,250,1042,228,1071,208,1119,188,1184,176,1258,170,1338,167,1496,167,1563,165,1617,160,1629,158"/>
<area shape="rect" href="gsBulk_8h.html" title="Provides declaration of a 4D bulk." alt="" coords="1099,607,1226,632"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1569,170,1507,172,1364,174,1291,177,1223,183,1166,195,1123,213,1095,233,1077,253,1067,277,1064,310,1064,459,1072,500,1091,538,1116,570,1140,596,1137,599,1112,574,1086,541,1067,502,1059,460,1059,310,1062,276,1073,250,1092,229,1120,208,1164,190,1223,178,1290,172,1363,169,1507,167,1568,165,1617,160,1629,158"/>
<area shape="rect" href="gsGeometrySlice_8h.html" title="Provides declaration of the gsGeometrySlice class." alt="" coords="309,299,504,324"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1534,169,1395,169,1023,167,829,169,655,176,521,190,475,200,447,213,432,228,422,246,411,285,406,284,417,244,428,224,444,208,474,195,520,185,655,171,829,164,1023,162,1395,164,1534,164,1617,160,1629,158"/>
<area shape="rect" href="gsGeometryTransform_8h.html" title="Implements a Geometry together with an affine transform." alt="" coords="147,218,375,243"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1432,186,1275,196,1136,199,1007,198,738,196,581,200,395,213,346,219,346,214,394,208,580,195,738,190,1007,193,1136,194,1275,191,1432,181,1617,160,1629,158"/>
<area shape="rect" href="gsAffineFunction_8h.html" title="Implements an affine function." alt="" coords="94,299,285,324"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1359,169,867,171,607,175,379,182,212,195,161,203,136,213,131,221,129,230,135,250,149,270,166,288,163,292,145,273,130,252,124,230,126,219,133,209,159,198,211,189,379,177,607,170,867,166,1359,164,1617,160,1629,158"/>
<area shape="rect" href="gsGenericGeometry_8h.html" title="Provides declaration of gsGenericGeometry class." alt="" coords="1200,445,1411,471"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1532,170,1421,171,1366,174,1316,181,1275,194,1247,213,1232,230,1225,241,1221,257,1219,279,1223,309,1234,347,1252,396,1264,417,1281,434,1277,438,1260,420,1247,398,1229,349,1218,310,1214,280,1215,256,1220,239,1228,226,1244,209,1273,189,1315,176,1365,169,1421,166,1532,165,1617,160,1629,158"/>
<area shape="rect" href="gsConstantFunction_8h.html" title="Provides declaration of ConstantFunction class." alt="" coords="661,445,872,471"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1479,171,1248,175,1020,187,938,198,909,205,892,213,872,233,860,253,855,274,853,296,849,345,842,371,829,399,812,420,794,438,790,434,808,417,824,396,837,369,844,344,847,296,849,273,855,251,868,229,889,208,908,200,937,192,1020,181,1248,170,1479,166,1617,160,1629,158"/>
<area shape="rect" href="gsFunctionExpr_8h.html" title="Provides declaration of FunctionExpr class." alt="" coords="415,372,596,397"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1421,170,1046,175,675,188,548,199,509,205,491,213,486,221,486,229,492,250,498,263,505,273,512,283,519,298,520,311,519,324,513,359,508,358,513,324,515,311,513,299,508,286,501,276,493,266,487,252,480,229,481,219,488,209,508,200,547,193,675,183,1046,170,1421,165,1617,160,1629,158"/>
<area shape="rect" href="gsBasisFun_8h.html" title="Provides definition of the BasisFun class." alt="" coords="430,445,586,471"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1536,172,1435,173,1198,170,1077,171,964,177,866,190,825,200,791,213,770,226,747,247,698,301,650,358,610,399,545,441,542,437,606,395,646,355,694,298,743,243,767,222,788,208,823,195,865,185,964,172,1077,166,1198,165,1435,168,1536,166,1617,160,1629,158"/>
<area shape="rect" href="gsFuncCoordinate_8h.html" title="Provides definition of the FuncCoordinate class." alt="" coords="725,526,923,551"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1489,171,1274,176,1062,188,985,198,959,205,943,213,923,233,914,254,912,279,912,310,912,386,906,431,886,472,869,497,849,518,845,515,865,494,882,469,901,429,907,386,907,310,907,279,909,253,919,230,940,209,957,200,984,193,1061,182,1274,171,1489,166,1617,160,1629,158"/>
<area shape="rect" href="gsBoxTopology_8h.html" title="Provides declaration of the BoxTopology class." alt="" coords="2011,445,2189,471"/>
<area shape="poly" title=" " alt="" coords="1705,149,1961,153,2335,164,2679,181,2795,193,2830,201,2848,209,2857,225,2858,243,2843,280,2821,311,2807,326,2773,341,2715,356,2550,390,2195,446,2194,441,2549,385,2714,351,2772,336,2804,322,2817,308,2838,278,2852,242,2852,226,2845,213,2829,206,2794,199,2679,187,2334,169,1960,159,1704,154"/>
<area shape="rect" href="gsMultiPatch_8h.html" title="Provides declaration of the MultiPatch class." alt="" coords="1459,372,1626,397"/>
<area shape="poly" title=" " alt="" coords="1663,164,1558,361,1553,359,1658,162"/>
<area shape="rect" href="gsField_8h.html" title="Provides declaration of the Field class." alt="" coords="1375,299,1505,324"/>
<area shape="poly" title=" " alt="" coords="1655,165,1606,205,1541,253,1475,294,1472,289,1539,248,1602,201,1651,161"/>
<area shape="rect" href="gsBasis_8h.html" title="Provides declaration of Basis abstract interface." alt="" coords="1632,607,1765,632"/>
<area shape="poly" title=" " alt="" coords="1669,163,1670,287,1679,470,1697,593,1691,594,1673,471,1664,288,1664,163"/>
<area shape="rect" href="gsFieldCreator_8h.html" title="Provides declaration of gsFieldCreator functions." alt="" coords="1352,218,1528,243"/>
<area shape="poly" title=" " alt="" coords="1635,165,1487,216,1485,211,1633,160"/>
<area shape="rect" href="gsDomainIterator_8h.html" title="Provides declaration of DomainIterator abstract interface." alt="" coords="2089,607,2285,632"/>
<area shape="poly" title=" " alt="" coords="1705,151,1761,156,1832,166,1909,183,1985,208,2050,250,2111,297,2145,333,2169,364,2188,398,2204,445,2207,458,2204,472,2186,490,2166,497,2147,504,2132,520,2126,538,2132,558,2145,579,2162,596,2158,600,2140,582,2127,560,2121,538,2127,517,2144,499,2164,492,2184,485,2199,469,2202,458,2199,446,2183,400,2165,367,2141,336,2108,301,2047,255,1983,213,1908,188,1831,171,1760,161,1704,156"/>
<area shape="rect" href="gsSysInfo_8h.html" title="Provides system information." alt="" coords="3459,372,3605,397"/>
<area shape="poly" title=" " alt="" coords="1704,149,2070,152,2637,161,2923,169,3172,179,3354,192,3411,200,3441,208,3460,223,3477,241,3502,281,3520,323,3530,358,3524,359,3515,325,3498,284,3473,244,3457,227,3439,213,3410,205,3354,197,3172,184,2923,174,2637,166,2070,157,1704,154"/>
<area shape="rect" href="gsTensorDomainIterator_8h.html" title="Iterator over the elements of a tensor-structured grid." alt="" coords="2419,526,2669,551"/>
<area shape="poly" title=" " alt="" coords="1704,148,1779,149,1879,157,1990,175,2046,190,2100,208,2279,338,2519,516,2516,520,2276,342,2097,213,2045,195,1989,180,1878,162,1779,154,1704,153"/>
<area shape="rect" href="gsTensorDomainBoundaryIterator_8h.html" title="Iterator over the boundary elements of a tensor-structured grid." alt="" coords="2141,519,2395,559"/>
<area shape="poly" title=" " alt="" coords="1704,148,1771,150,1859,158,1955,176,2003,190,2049,208,2113,248,2189,311,2257,382,2282,415,2298,444,2302,461,2301,477,2290,508,2285,506,2296,476,2297,461,2294,446,2278,418,2253,385,2185,315,2110,253,2047,213,2002,195,1954,182,1858,163,1771,155,1704,153"/>
<area shape="rect" href="gsGridIterator_8h.html" title="Provides iteration over integer or numeric points in a (hyper-)cube." alt="" coords="2168,218,2352,243"/>
<area shape="poly" title=" " alt="" coords="1705,153,1896,175,2150,208,2183,213,2182,218,2149,213,1895,180,1704,158"/>
<area shape="rect" href="gsGenericTensorBasis_8h.html" title="Provides declaration of QuasiTensorNurbsBasis abstract interface." alt="" coords="2377,211,2567,251"/>
<area shape="poly" title=" " alt="" coords="1704,151,1975,169,2165,186,2363,208,2363,213,2165,191,1974,175,1704,156"/>
<area shape="rect" href="gsKnotVector_8h.html" title="Knot vector for B-splines." alt="" coords="3112,526,3288,551"/>
<area shape="poly" title=" " alt="" coords="1704,149,2463,167,2889,184,3034,195,3080,202,3104,208,3134,232,3149,259,3161,289,3179,322,3201,345,3210,355,3217,371,3225,409,3224,448,3211,513,3206,512,3219,448,3219,410,3212,373,3205,358,3197,348,3175,326,3156,291,3144,261,3130,236,3101,213,3079,207,3033,201,2889,190,2463,172,1704,155"/>
<area shape="rect" href="gsBSplineBasis_8h.html" title="Provides declaration of BSplineBasis class." alt="" coords="2846,445,3037,471"/>
<area shape="poly" title=" " alt="" coords="1704,149,1988,152,2409,161,2619,169,2800,179,2931,192,2972,200,2992,209,3010,235,3018,265,3017,296,3011,328,2986,388,2960,435,2955,432,2982,386,3005,327,3012,295,3012,265,3005,237,2989,213,2970,205,2931,197,2800,184,2619,174,2409,166,1988,157,1704,154"/>
<area shape="rect" href="gsBSpline_8h.html" title="Represents a B-spline curve/function with one parameter." alt="" coords="2744,372,2899,397"/>
<area shape="poly" title=" " alt="" coords="1704,149,1983,152,2398,162,2604,169,2781,179,2910,192,2950,200,2970,209,2976,220,2977,235,2972,271,2962,306,2953,326,2922,352,2886,370,2883,365,2919,348,2949,322,2957,304,2967,270,2972,235,2971,222,2966,213,2948,205,2909,197,2781,185,2603,174,2397,167,1983,158,1704,154"/>
<area shape="rect" href="gsNurbsBasis_8h.html" title="Represents a NURBS basis with one parameter." alt="" coords="3024,372,3203,397"/>
<area shape="poly" title=" " alt="" coords="1704,149,2001,153,2448,163,2864,180,3004,193,3048,200,3071,208,3086,224,3098,242,3112,283,3118,324,3118,358,3113,358,3112,324,3107,284,3093,245,3082,227,3068,213,3047,205,3004,198,2863,186,2448,168,2001,158,1704,154"/>
<area shape="rect" href="gsNurbs_8h.html" title="Represents a NURBS curve/function with one parameter." alt="" coords="3189,299,3333,324"/>
<area shape="poly" title=" " alt="" coords="1704,148,2006,148,2468,154,2704,161,2915,172,3078,187,3135,197,3172,208,3197,224,3218,244,3250,284,3245,288,3214,247,3193,228,3170,213,3133,202,3077,192,2914,177,2704,166,2468,159,2006,154,1704,154"/>
<area shape="rect" href="gsTensorBSplineBasis_8h.html" title="Provides declaration of TensorBSplineBasis abstract interface." alt="" coords="1701,372,1933,397"/>
<area shape="poly" title=" " alt="" coords="1677,162,1805,359,1800,362,1672,165"/>
<area shape="rect" href="gsTensorBSpline_8h.html" title="Represents a tensor-product B-spline patch." alt="" coords="1688,445,1885,471"/>
<area shape="poly" title=" " alt="" coords="1630,163,1618,165,1554,171,1471,176,1392,187,1362,198,1342,212,1337,221,1337,229,1343,250,1354,301,1373,339,1403,369,1448,395,1503,417,1562,433,1620,443,1675,450,1674,455,1620,449,1561,438,1502,422,1446,400,1399,373,1368,342,1349,303,1337,251,1332,229,1332,220,1338,209,1360,193,1391,182,1471,171,1554,166,1617,160,1628,158"/>
<area shape="rect" href="gsTensorNurbsBasis_8h.html" title="Provides declaration of TensorNurbsBasis abstract interface." alt="" coords="1876,299,2097,324"/>
<area shape="poly" title=" " alt="" coords="1704,152,1841,170,1909,187,1936,197,1955,209,1969,225,1979,245,1988,284,1982,285,1974,247,1965,228,1952,213,1934,202,1908,192,1840,175,1704,157"/>
<area shape="rect" href="gsTensorNurbs_8h.html" title="Represents a tensor-product NURBS patch." alt="" coords="1755,218,1941,243"/>
<area shape="poly" title=" " alt="" coords="1694,160,1810,210,1808,215,1692,165"/>
<area shape="rect" href="gsNurbsCreator_8h.html" title="Provides declaration of the NurbsCreator struct." alt="" coords="3363,526,3554,551"/>
<area shape="poly" title=" " alt="" coords="1704,149,2061,151,2613,159,2890,166,3131,177,3307,190,3362,199,3391,208,3412,230,3422,253,3424,279,3424,310,3424,386,3427,421,3434,455,3451,512,3446,514,3428,456,3421,422,3419,386,3419,310,3419,279,3417,254,3408,233,3388,213,3361,204,3307,196,3131,182,2890,172,2613,164,2061,156,1704,154"/>
<area shape="rect" href="gsCurveCurveIntersection_8h.html" title="Implementation of B Spline Curve/Curve intersection." alt="" coords="3680,680,3939,705"/>
<area shape="poly" title=" " alt="" coords="1704,149,2060,153,2616,163,3161,181,3362,193,3479,208,3556,219,3625,227,3654,236,3676,252,3691,276,3696,310,3696,540,3698,561,3705,580,3726,616,3755,647,3783,670,3779,674,3751,651,3722,620,3700,582,3693,562,3691,540,3691,310,3686,277,3672,255,3651,241,3624,233,3555,224,3478,213,3361,199,3160,187,2616,169,2059,159,1704,154"/>
<area shape="rect" href="gsHBSplineBasis_8h.html" title="Provides declaration of HBSplineBasis class." alt="" coords="2592,218,2811,243"/>
<area shape="poly" title=" " alt="" coords="1704,150,2061,167,2317,184,2579,208,2620,213,2619,219,2578,213,2317,189,2061,172,1704,155"/>
<area shape="rect" href="gsHBSpline_8h.html" title="Provides declaration of THBSplineBasis class." alt="" coords="2609,299,2793,324"/>
<area shape="poly" title=" " alt="" coords="1704,149,1956,154,2322,164,2659,182,2772,194,2807,201,2824,209,2832,219,2833,230,2825,252,2799,279,2767,296,2764,292,2796,275,2820,249,2828,230,2827,221,2821,213,2805,206,2771,199,2658,187,2322,169,1956,159,1704,154"/>
<area shape="rect" href="gsTHBSplineBasis_8h.html" title="Provides declaration of THBSplineBasis class." alt="" coords="3731,218,3957,243"/>
<area shape="poly" title=" " alt="" coords="1704,149,2645,167,3259,185,3518,196,3712,208,3761,213,3761,219,3712,213,3517,201,3258,190,2644,172,1704,155"/>
<area shape="poly" title=" " alt="" coords="1192,703,1488,749,1487,754,1192,708"/>
<area shape="poly" title=" " alt="" coords="133,630,169,668,194,688,222,703,296,718,422,731,774,748,1162,757,1467,761,1467,767,1162,763,774,753,422,736,295,723,220,708,191,692,166,672,130,634"/>
<area shape="poly" title=" " alt="" coords="202,621,1710,685,1709,690,202,627"/>
<area shape="poly" title=" " alt="" coords="1767,708,1626,752,1624,747,1765,703"/>
<area shape="poly" title=" " alt="" coords="619,627,1018,676,1017,682,618,633"/>
<area shape="poly" title=" " alt="" coords="1557,546,1685,568,1742,584,1779,605,1790,618,1797,634,1804,665,1799,667,1792,636,1785,621,1776,609,1740,589,1684,573,1557,551"/>
<area shape="poly" title=" " alt="" coords="1395,549,633,613,632,608,1395,544"/>
<area shape="poly" title=" " alt="" coords="1448,554,1348,603,1346,598,1445,549"/>
<area shape="poly" title=" " alt="" coords="1473,551,1476,593,1470,593,1468,552"/>
<area shape="poly" title=" " alt="" coords="1407,554,1085,607,1084,602,1407,549"/>
<area shape="poly" title=" " alt="" coords="1431,554,1222,606,1221,601,1430,549"/>
<area shape="poly" title=" " alt="" coords="1347,604,1446,556,1449,560,1350,609"/>
<area shape="poly" title=" " alt="" coords="1487,607,1484,565,1490,565,1492,606"/>
<area shape="poly" title=" " alt="" coords="407,324,401,367,400,429,403,463,410,496,422,528,441,557,468,581,498,599,496,603,464,585,437,560,418,531,405,498,398,463,394,429,396,366,402,324"/>
<area shape="poly" title=" " alt="" coords="253,245,211,290,207,286,249,242"/>
<area shape="poly" title=" " alt="" coords="199,323,226,379,238,417,243,457,243,620,245,631,252,641,281,660,327,677,387,692,545,717,734,735,939,748,1141,755,1467,762,1466,767,1141,761,939,753,734,740,544,722,386,697,325,682,278,664,248,644,240,633,237,621,237,457,233,418,221,381,194,325"/>
<area shape="poly" title=" " alt="" coords="206,322,261,370,305,423,334,468,365,511,414,557,453,581,494,599,492,604,451,586,410,561,361,514,329,471,300,426,257,374,203,326"/>
<area shape="poly" title=" " alt="" coords="1331,468,1440,518,1438,523,1329,473"/>
<area shape="poly" title=" " alt="" coords="753,473,731,493,714,520,709,539,714,558,743,599,773,629,805,650,840,664,920,682,1019,703,1138,728,1258,744,1371,755,1467,760,1467,765,1370,760,1257,750,1137,733,1018,708,919,687,839,669,803,655,770,633,739,602,710,560,704,539,710,518,727,490,749,469"/>
<area shape="poly" title=" " alt="" coords="870,468,1382,524,1382,530,870,473"/>
<area shape="poly" title=" " alt="" coords="476,400,445,419,431,431,420,446,417,458,420,470,439,508,465,543,518,596,514,600,461,547,434,511,415,472,411,458,415,444,427,428,441,414,474,395"/>
<area shape="poly" title=" " alt="" coords="513,470,539,593,534,594,508,471"/>
<area shape="poly" title=" " alt="" coords="829,551,844,590,857,612,874,630,907,651,943,666,981,677,1018,684,1017,689,980,682,941,671,904,655,870,634,852,615,839,593,824,553"/>
<area shape="poly" title=" " alt="" coords="784,554,596,606,595,601,782,549"/>
<area shape="poly" title=" " alt="" coords="2087,473,1830,673,1827,669,2084,469"/>
<area shape="poly" title=" " alt="" coords="1543,399,1534,432,1520,472,1495,516,1490,513,1515,470,1529,430,1538,397"/>
<area shape="poly" title=" " alt="" coords="1626,394,1997,441,1997,446,1626,399"/>
<area shape="poly" title=" " alt="" coords="1441,324,1440,358,1443,378,1449,396,1472,424,1509,456,1547,488,1570,517,1584,550,1591,578,1588,606,1571,634,1554,644,1523,653,1434,667,1220,688,1220,682,1433,662,1522,647,1552,639,1567,630,1583,604,1586,579,1579,551,1566,520,1543,492,1506,460,1468,428,1444,399,1438,379,1435,358,1436,324"/>
<area shape="poly" title=" " alt="" coords="1412,327,1387,340,1364,357,1351,376,1350,386,1354,396,1366,409,1379,415,1409,419,1440,423,1455,430,1469,444,1477,460,1482,478,1483,512,1477,512,1477,479,1472,462,1465,447,1452,435,1438,428,1408,425,1377,421,1363,413,1350,399,1345,387,1346,374,1360,353,1384,335,1410,322"/>
<area shape="poly" title=" " alt="" coords="1458,322,1516,362,1513,366,1455,326"/>
<area shape="poly" title=" " alt="" coords="1632,632,1614,635,1220,682,1220,677,1613,629,1631,627"/>
<area shape="poly" title=" " alt="" coords="1717,630,1776,670,1773,674,1714,634"/>
<area shape="poly" title=" " alt="" coords="1443,244,1443,285,1437,285,1437,244"/>
<area shape="poly" title=" " alt="" coords="2125,635,1879,680,1878,675,2124,629"/>
<area shape="poly" title=" " alt="" coords="3542,396,3561,428,3578,470,3584,494,3585,517,3580,540,3569,560,3541,579,3499,594,3447,604,3393,612,3392,606,3446,599,3497,588,3539,575,3565,557,3575,538,3580,517,3578,495,3573,472,3556,430,3538,399"/>
<area shape="poly" title=" " alt="" coords="2493,554,2253,606,2251,601,2491,549"/>
<area shape="poly" title=" " alt="" coords="2250,561,2211,599,2207,595,2246,557"/>
<area shape="poly" title=" " alt="" coords="3211,550,3247,594,3243,598,3207,553"/>
<area shape="poly" title=" " alt="" coords="2953,469,2996,512,3025,536,3057,556,3120,583,3184,601,3183,606,3119,588,3055,561,3022,540,2992,516,2950,473"/>
<area shape="poly" title=" " alt="" coords="2884,473,2616,526,2615,521,2883,468"/>
<area shape="poly" title=" " alt="" coords="2846,472,2409,521,2408,516,2845,467"/>
<area shape="poly" title=" " alt="" coords="2980,468,3150,520,3149,525,2978,473"/>
<area shape="poly" title=" " alt="" coords="2822,398,2815,457,2811,537,2811,621,2810,648,2807,670,2797,689,2777,708,2729,719,2627,730,2321,746,1683,765,1682,760,2320,741,2627,724,2728,714,2775,703,2793,686,2802,668,2805,647,2805,621,2805,537,2810,457,2817,397"/>
<area shape="poly" title=" " alt="" coords="2746,400,2504,435,2202,473,1853,508,1571,533,1570,527,1853,503,2201,468,2504,429,2746,395"/>
<area shape="poly" title=" " alt="" coords="2842,395,2911,436,2908,440,2839,400"/>
<area shape="poly" title=" " alt="" coords="3110,398,3099,429,3088,470,3087,516,3092,537,3102,557,3129,583,3164,600,3162,605,3126,587,3098,560,3087,539,3082,516,3083,470,3094,427,3105,396"/>
<area shape="poly" title=" " alt="" coords="3087,400,2983,442,2981,438,3085,395"/>
<area shape="poly" title=" " alt="" coords="3334,313,3411,319,3495,330,3569,346,3598,357,3619,370,3636,389,3644,409,3645,457,3645,621,3640,632,3626,641,3577,658,3499,673,3396,686,3135,710,2822,729,2168,754,1682,766,1682,760,2168,749,2822,723,3134,705,3396,681,3498,667,3575,652,3624,636,3636,628,3640,620,3640,457,3638,410,3631,392,3616,374,3596,362,3568,351,3494,335,3410,324,3333,318"/>
<area shape="poly" title=" " alt="" coords="3213,327,3013,375,2962,388,2911,400,2719,432,2523,459,2140,499,1807,524,1571,536,1570,531,1807,519,2139,494,2523,454,2719,427,2910,395,2961,383,3011,369,3212,322"/>
<area shape="poly" title=" " alt="" coords="3266,324,3273,388,3271,430,3261,472,3246,498,3227,519,3223,515,3242,494,3256,470,3266,429,3268,388,3261,325"/>
<area shape="poly" title=" " alt="" coords="3239,326,3151,368,3149,364,3236,322"/>
<area shape="poly" title=" " alt="" coords="1934,391,2832,447,2832,452,1933,396"/>
<area shape="poly" title=" " alt="" coords="1808,399,1791,433,1786,431,1803,397"/>
<area shape="poly" title=" " alt="" coords="1742,473,1535,525,1534,520,1741,468"/>
<area shape="poly" title=" " alt="" coords="1796,444,1813,410,1818,412,1801,446"/>
<area shape="poly" title=" " alt="" coords="2098,317,3010,374,3010,380,2098,322"/>
<area shape="poly" title=" " alt="" coords="1960,326,1859,369,1857,364,1958,322"/>
<area shape="poly" title=" " alt="" coords="1850,244,1851,281,1857,303,1866,323,1875,332,1885,339,1907,345,1928,352,1939,359,1948,371,1953,387,1951,404,1935,436,1914,460,1899,473,1874,485,1840,496,1755,513,1659,526,1570,534,1570,529,1659,520,1754,508,1838,491,1872,480,1896,468,1910,457,1931,433,1946,403,1948,388,1943,373,1935,363,1926,356,1905,350,1883,343,1872,337,1862,325,1852,305,1846,282,1844,244"/>
<area shape="poly" title=" " alt="" coords="1870,241,1956,290,1953,294,1867,246"/>
<area shape="poly" title=" " alt="" coords="3431,554,3305,604,3303,599,3429,549"/>
<area shape="poly" title=" " alt="" coords="3680,707,3661,708,3076,733,2503,750,1682,766,1682,761,2503,745,3076,728,3661,703,3680,702"/>
<area shape="poly" title=" " alt="" coords="2697,244,2696,285,2690,285,2692,243"/>
<area shape="poly" title=" " alt="" coords="2708,323,2738,429,2754,491,2760,537,2760,621,2758,632,2750,642,2724,660,2684,676,2631,690,2495,714,2330,732,2151,746,1974,756,1683,765,1682,760,1973,750,2151,741,2329,727,2494,709,2630,685,2682,671,2722,655,2747,638,2753,629,2755,620,2755,538,2748,492,2733,430,2702,325"/>
<area shape="poly" title=" " alt="" coords="2610,326,2487,343,2334,368,2166,403,2000,448,1971,461,1942,473,1844,497,1745,514,1571,534,1570,529,1744,509,1843,492,1940,468,1969,456,1998,443,2165,398,2333,363,2486,338,2609,321"/>
<area shape="poly" title=" " alt="" coords="2705,298,2707,257,2712,257,2711,299"/>
</map>
</div>
</div><a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Some post-processing for shells. </p>
<p>This file is part of the G+Smo library.</p>
<p>This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at <a href="http://mozilla.org/MPL/2.0/">http://mozilla.org/MPL/2.0/</a>.</p>
<p>Author(s): A. Mantzaflaris </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_a48fb26961da3afe39c877bacfaf3215.html">gismo</a></li><li class="navelem"><a class="el" href="dir_8ce201169b3d348c8d337983c2a9dc0b.html">optional</a></li><li class="navelem"><a class="el" href="dir_0f763642aa6272fb4f3a05c477506a9a.html">gsStructuralAnalysis</a></li><li class="navelem"><a class="el" href="dir_6a8b697257781a7062df7b15b10b07fe.html">examples</a></li><li class="navelem"><a class="el" href="ShellPostProcess_8cpp.html">ShellPostProcess.cpp</a></li>
<li class="footer">Generated on Sun Jan 12 2025 14:02:07 for G+Smo by Doxygen v1.9.8 </li>
</ul>
</div>
<!-- Piwik -->
<!--
<script type="text/javascript">
var pkBaseURL = (("https:" == document.location.protocol) ? "https://stats.sylphide-consulting.com/piwik/" : "http://stats.sylphide-consulting.com/piwik/");
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", 20);
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script><noscript><p><img src="http://stats.sylphide-consulting.com/piwik/piwik.php?idsite=20" style="border:0" alt="" /></p></noscript>
-->
<!-- End Piwik Tracking Code -->
</body>
</html>