-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathArray2D_8hh_source.html
261 lines (259 loc) · 40.9 KB
/
Array2D_8hh_source.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PISM, A Parallel Ice Sheet Model: src/util/array/Array2D.hh Source File</title>
<link href="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="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/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="browser.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr id="projectrow">
<td id="projectalign">
<div id="projectname">PISM, A Parallel Ice Sheet Model<span id="projectnumber"> 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28</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>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
$(document).ready(function() { init_codefold(0); });
/* @license-end */
</script>
<!-- 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 id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_b7878ad5ecbf2506f4125b9d34c97e45.html">util</a></li><li class="navelem"><a class="el" href="dir_694baf79f0b9500ddbbf7bc0025b9d91.html">array</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">Array2D.hh</div></div>
</div><!--header-->
<div class="contents">
<a href="Array2D_8hh.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/* Copyright (C) 2020, 2021, 2022, 2023 PISM Authors</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> *</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> * This file is part of PISM.</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> *</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> * PISM is free software; you can redistribute it and/or modify it under the</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * terms of the GNU General Public License as published by the Free Software</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * Foundation; either version 3 of the License, or (at your option) any later</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * version.</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> *</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> * PISM is distributed in the hope that it will be useful, but WITHOUT ANY</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * details.</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> *</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> * You should have received a copy of the GNU General Public License</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * along with PISM; if not, write to the Free Software</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> */</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span><span class="preprocessor">#ifndef PISM_ARRAY2D_H</span></div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#define PISM_ARRAY2D_H</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span><span class="preprocessor">#include "pism/util/array/Array.hh"</span></div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include "pism/util/array/Array_helpers.hh"</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span><span class="preprocessor">#include "pism/util/stencils.hh"</span></div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> </div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacepism.html">pism</a> {</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="keyword">namespace </span>array {</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="comment"></span> </div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="comment">//! A storage vector combining related fields in a struct</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="comment"></span><span class="keyword">template</span><<span class="keyword">typename</span> T></div>
<div class="foldopen" id="foldopen00032" data-start="{" data-end="};">
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D.html"> 32</a></span><span class="keyword">class </span><a class="code hl_class" href="classpism_1_1array_1_1Array2D.html">Array2D</a> : <span class="keyword">public</span> <a class="code hl_class" href="classpism_1_1array_1_1Array.html">Array</a> {</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="keyword">public</span>:</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a1281bc59399611e4aecff02ae375ac67.html#a1281bc59399611e4aecff02ae375ac67"> 34</a></span> <span class="keyword">using </span><a class="code hl_typedef" href="classpism_1_1array_1_1Array2D_a1281bc59399611e4aecff02ae375ac67.html#a1281bc59399611e4aecff02ae375ac67">value_type</a> = T;</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="foldopen" id="foldopen00036" data-start="{" data-end="}">
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a4c92aa01eaa03a6495be71143799cef5.html#a4c92aa01eaa03a6495be71143799cef5"> 36</a></span> <a class="code hl_function" href="classpism_1_1array_1_1Array2D_a4c92aa01eaa03a6495be71143799cef5.html#a4c92aa01eaa03a6495be71143799cef5">Array2D</a>(std::shared_ptr<const Grid> <a class="code hl_function" href="classpism_1_1array_1_1Array_a982fca110a5d7011f681b928b20e3577.html#a982fca110a5d7011f681b928b20e3577">grid</a>, <span class="keyword">const</span> std::string &short_name,</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <a class="code hl_enumeration" href="namespacepism_1_1array_ab49b8ee9a79e7f46ec91fc40efdb7ca3.html#ab49b8ee9a79e7f46ec91fc40efdb7ca3">Kind</a> ghostedp, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code hl_function" href="classpism_1_1array_1_1Array_ade892a3412dcdc9f21129c2aed50e84d.html#ade892a3412dcdc9f21129c2aed50e84d">stencil_width</a> = 1)</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> : <a class="code hl_class" href="classpism_1_1array_1_1Array.html">Array</a>(<a class="code hl_function" href="classpism_1_1array_1_1Array_a982fca110a5d7011f681b928b20e3577.html#a982fca110a5d7011f681b928b20e3577">grid</a>, short_name, ghostedp,</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> sizeof(T) / sizeof(<a class="code hl_class" href="classdouble.html">double</a>), <a class="code hl_function" href="classpism_1_1array_1_1Array_ade892a3412dcdc9f21129c2aed50e84d.html#ade892a3412dcdc9f21129c2aed50e84d">stencil_width</a>, {0.0}) {</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <a class="code hl_function" href="classpism_1_1array_1_1Array_acdf6a6df6f0b82ee5bf8de3472c36835.html#acdf6a6df6f0b82ee5bf8de3472c36835">set_begin_access_use_dof</a>(<span class="keyword">false</span>);</div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> }</div>
</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="foldopen" id="foldopen00043" data-start="{" data-end="}">
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a4f78318c10d50d3b574ae998c1a040a0.html#a4f78318c10d50d3b574ae998c1a040a0"> 43</a></span> T** <a class="code hl_function" href="classpism_1_1array_1_1Array2D_a4f78318c10d50d3b574ae998c1a040a0.html#a4f78318c10d50d3b574ae998c1a040a0">array</a>() {</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span>T**<span class="keyword">></span>(<a class="code hl_variable" href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">m_array</a>);</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> }</div>
</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> </div>
<div class="foldopen" id="foldopen00047" data-start="{" data-end="}">
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a01da6c099916e4fa8b64ba1b370d1c34.html#a01da6c099916e4fa8b64ba1b370d1c34"> 47</a></span> T <span class="keyword">const</span>* <span class="keyword">const</span>* <a class="code hl_function" href="classpism_1_1array_1_1Array2D_a01da6c099916e4fa8b64ba1b370d1c34.html#a01da6c099916e4fa8b64ba1b370d1c34">array</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordflow">return</span> <span class="keyword">reinterpret_cast<</span>T const* const*<span class="keyword">></span>(<a class="code hl_variable" href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">m_array</a>);</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> }</div>
</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> </div>
<div class="foldopen" id="foldopen00051" data-start="{" data-end="}">
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a6917e7d9fd9da06d91f7782df0caf64b.html#a6917e7d9fd9da06d91f7782df0caf64b"> 51</a></span> <span class="keyword">inline</span> T& <a class="code hl_function" href="classpism_1_1array_1_1Array2D_a6917e7d9fd9da06d91f7782df0caf64b.html#a6917e7d9fd9da06d91f7782df0caf64b">operator()</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j) {</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span><span class="preprocessor">#if (Pism_DEBUG==1)</span></div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <a class="code hl_function" href="classpism_1_1array_1_1Array_af325585b37b5cd326ca52d6ef2e65e9f.html#af325585b37b5cd326ca52d6ef2e65e9f">check_array_indices</a>(i, j, 0);</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>T**<span class="keyword">></span>(<a class="code hl_variable" href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">m_array</a>)[j][i];</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> }</div>
</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> </div>
<div class="foldopen" id="foldopen00058" data-start="{" data-end="}">
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a310bd93afbe6cfb8709294a709315c84.html#a310bd93afbe6cfb8709294a709315c84"> 58</a></span> <span class="keyword">inline</span> <span class="keyword">const</span> T& <a class="code hl_function" href="classpism_1_1array_1_1Array2D_a310bd93afbe6cfb8709294a709315c84.html#a310bd93afbe6cfb8709294a709315c84">operator()</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span><span class="preprocessor">#if (Pism_DEBUG==1)</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <a class="code hl_function" href="classpism_1_1array_1_1Array_af325585b37b5cd326ca52d6ef2e65e9f.html#af325585b37b5cd326ca52d6ef2e65e9f">check_array_indices</a>(i, j, 0);</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="preprocessor">#endif</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span>T**<span class="keyword">></span>(<a class="code hl_variable" href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">m_array</a>)[j][i];</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> }</div>
</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> </div>
<div class="foldopen" id="foldopen00065" data-start="{" data-end="}">
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_af08ea254dfc85146e15571ca7abcf411.html#af08ea254dfc85146e15571ca7abcf411"> 65</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classpism_1_1array_1_1Array2D_af08ea254dfc85146e15571ca7abcf411.html#af08ea254dfc85146e15571ca7abcf411">add</a>(<span class="keywordtype">double</span> alpha, <span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1array_1_1Array2D.html">Array2D<T></a> &x) {</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> <a class="code hl_function" href="namespacepism_1_1array_1_1details_a5d44cd8277166194373912546db8b44f.html#a5d44cd8277166194373912546db8b44f">details::add</a>(*<span class="keyword">this</span>, alpha, x, *<span class="keyword">this</span>);</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span> }</div>
</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
<div class="foldopen" id="foldopen00069" data-start="{" data-end="}">
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_aaeb20c4293bc21ee4d331e8f04aebb54.html#aaeb20c4293bc21ee4d331e8f04aebb54"> 69</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classpism_1_1array_1_1Array2D_aaeb20c4293bc21ee4d331e8f04aebb54.html#aaeb20c4293bc21ee4d331e8f04aebb54">add</a>(<span class="keywordtype">double</span> alpha, <span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1array_1_1Array2D.html">Array2D<T></a> &x, <a class="code hl_class" href="classpism_1_1array_1_1Array2D.html">Array2D<T></a> &result)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <a class="code hl_function" href="namespacepism_1_1array_1_1details_a5d44cd8277166194373912546db8b44f.html#a5d44cd8277166194373912546db8b44f">details::add</a>(*<span class="keyword">this</span>, alpha, x, result);</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> }</div>
</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> </div>
<div class="foldopen" id="foldopen00073" data-start="{" data-end="}">
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a7b9a0d8a83d5379f1debdcefce0fffae.html#a7b9a0d8a83d5379f1debdcefce0fffae"> 73</a></span> <span class="keywordtype">void</span> <a class="code hl_function" href="classpism_1_1array_1_1Array2D_a7b9a0d8a83d5379f1debdcefce0fffae.html#a7b9a0d8a83d5379f1debdcefce0fffae">copy_from</a>(<span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1array_1_1Array2D.html">Array2D<T></a> &source) {</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> <span class="keywordflow">return</span> <a class="code hl_function" href="namespacepism_1_1array_1_1details_a7411388ce2c6572dcd85fe717ae1fee9.html#a7411388ce2c6572dcd85fe717ae1fee9">details::copy</a>(source, *<span class="keyword">this</span>);</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> }</div>
</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="keyword">protected</span>:</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="foldopen" id="foldopen00079" data-start="{" data-end="}">
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a834f92019a5619832bc73733a7dc43b2.html#a834f92019a5619832bc73733a7dc43b2"> 79</a></span> <span class="keyword">inline</span> <a class="code hl_struct" href="structpism_1_1stencils_1_1Star.html">stencils::Star<T></a> <a class="code hl_function" href="classpism_1_1array_1_1Array2D_a834f92019a5619832bc73733a7dc43b2.html#a834f92019a5619832bc73733a7dc43b2">star</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keyword">const</span> <span class="keyword">auto</span> &self = *<span class="keyword">this</span>;</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> <a class="code hl_struct" href="structpism_1_1stencils_1_1Star.html">stencils::Star<T></a> result;</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> result.<a class="code hl_variable" href="structpism_1_1stencils_1_1Star_a8596d1fd416fa130a6dc7c5f249e0aea.html#a8596d1fd416fa130a6dc7c5f249e0aea">c</a> = self(i,j);</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> result.<a class="code hl_variable" href="structpism_1_1stencils_1_1Star_adf0e0c0023c2baf698e5124c784e7939.html#adf0e0c0023c2baf698e5124c784e7939">e</a> = self(i+1,j);</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> result.<a class="code hl_variable" href="structpism_1_1stencils_1_1Star_a52b56c76da97992eb170016ca3be6115.html#a52b56c76da97992eb170016ca3be6115">w</a> = self(i-1,j);</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span> result.<a class="code hl_variable" href="structpism_1_1stencils_1_1Star_a8ce43eb12ad86267cbb2e40a52430773.html#a8ce43eb12ad86267cbb2e40a52430773">n</a> = self(i,j+1);</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> result.<a class="code hl_variable" href="structpism_1_1stencils_1_1Star_a629a62eeb3602af58d645f778a806894.html#a629a62eeb3602af58d645f778a806894">s</a> = self(i,j-1);</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> <span class="keywordflow">return</span> result;</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> }</div>
</div>
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"> 92</span> </div>
<div class="foldopen" id="foldopen00093" data-start="{" data-end="}">
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_aeb467cecd382dffb9f2d0417945909aa.html#aeb467cecd382dffb9f2d0417945909aa"> 93</a></span> <span class="keyword">inline</span> <a class="code hl_struct" href="structpism_1_1stencils_1_1Box.html">stencils::Box<T></a> <a class="code hl_function" href="classpism_1_1array_1_1Array2D_aeb467cecd382dffb9f2d0417945909aa.html#aeb467cecd382dffb9f2d0417945909aa">box</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> <span class="keyword">const</span> <span class="keyword">auto</span> &x = *<span class="keyword">this</span>;</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> </div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> <span class="keyword">const</span> <span class="keywordtype">int</span></div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> E = i + 1,</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> W = i - 1,</div>
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"> 99</span> N = j + 1,</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <a class="code hl_function" href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a> = j - 1;</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"> 101</span> </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> <span class="keywordflow">return</span> {x(i, j), x(i, N), x(W, N), x(W, j), x(W, <a class="code hl_function" href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a>),</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> x(i, <a class="code hl_function" href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a>), x(E, <a class="code hl_function" href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a>), x(E, j), x(E, N)};</div>
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"> 104</span> }</div>
</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span>};</div>
</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span>} <span class="comment">// end of namespace array</span></div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span>} <span class="comment">// end of namespace pism</span></div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><span class="preprocessor">#endif </span><span class="comment">/* PISM_ARRAY2D_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="aclassdouble_html"><div class="ttname"><a href="classdouble.html">double</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a01da6c099916e4fa8b64ba1b370d1c34_html_a01da6c099916e4fa8b64ba1b370d1c34"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a01da6c099916e4fa8b64ba1b370d1c34.html#a01da6c099916e4fa8b64ba1b370d1c34">pism::array::Array2D::array</a></div><div class="ttdeci">T const *const * array() const</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00047">Array2D.hh:47</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a1281bc59399611e4aecff02ae375ac67_html_a1281bc59399611e4aecff02ae375ac67"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a1281bc59399611e4aecff02ae375ac67.html#a1281bc59399611e4aecff02ae375ac67">pism::array::Array2D::value_type</a></div><div class="ttdeci">T value_type</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00034">Array2D.hh:34</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a310bd93afbe6cfb8709294a709315c84_html_a310bd93afbe6cfb8709294a709315c84"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a310bd93afbe6cfb8709294a709315c84.html#a310bd93afbe6cfb8709294a709315c84">pism::array::Array2D::operator()</a></div><div class="ttdeci">const T & operator()(int i, int j) const</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00058">Array2D.hh:58</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a4c92aa01eaa03a6495be71143799cef5_html_a4c92aa01eaa03a6495be71143799cef5"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a4c92aa01eaa03a6495be71143799cef5.html#a4c92aa01eaa03a6495be71143799cef5">pism::array::Array2D::Array2D</a></div><div class="ttdeci">Array2D(std::shared_ptr< const Grid > grid, const std::string &short_name, Kind ghostedp, unsigned int stencil_width=1)</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00036">Array2D.hh:36</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a4f78318c10d50d3b574ae998c1a040a0_html_a4f78318c10d50d3b574ae998c1a040a0"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a4f78318c10d50d3b574ae998c1a040a0.html#a4f78318c10d50d3b574ae998c1a040a0">pism::array::Array2D::array</a></div><div class="ttdeci">T ** array()</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00043">Array2D.hh:43</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a6917e7d9fd9da06d91f7782df0caf64b_html_a6917e7d9fd9da06d91f7782df0caf64b"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a6917e7d9fd9da06d91f7782df0caf64b.html#a6917e7d9fd9da06d91f7782df0caf64b">pism::array::Array2D::operator()</a></div><div class="ttdeci">T & operator()(int i, int j)</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00051">Array2D.hh:51</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a7b9a0d8a83d5379f1debdcefce0fffae_html_a7b9a0d8a83d5379f1debdcefce0fffae"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a7b9a0d8a83d5379f1debdcefce0fffae.html#a7b9a0d8a83d5379f1debdcefce0fffae">pism::array::Array2D::copy_from</a></div><div class="ttdeci">void copy_from(const Array2D< T > &source)</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00073">Array2D.hh:73</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_a834f92019a5619832bc73733a7dc43b2_html_a834f92019a5619832bc73733a7dc43b2"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a834f92019a5619832bc73733a7dc43b2.html#a834f92019a5619832bc73733a7dc43b2">pism::array::Array2D::star</a></div><div class="ttdeci">stencils::Star< T > star(int i, int j) const</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00079">Array2D.hh:79</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_aaeb20c4293bc21ee4d331e8f04aebb54_html_aaeb20c4293bc21ee4d331e8f04aebb54"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_aaeb20c4293bc21ee4d331e8f04aebb54.html#aaeb20c4293bc21ee4d331e8f04aebb54">pism::array::Array2D::add</a></div><div class="ttdeci">void add(double alpha, const Array2D< T > &x, Array2D< T > &result) const</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00069">Array2D.hh:69</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_aeb467cecd382dffb9f2d0417945909aa_html_aeb467cecd382dffb9f2d0417945909aa"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_aeb467cecd382dffb9f2d0417945909aa.html#aeb467cecd382dffb9f2d0417945909aa">pism::array::Array2D::box</a></div><div class="ttdeci">stencils::Box< T > box(int i, int j) const</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00093">Array2D.hh:93</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_af08ea254dfc85146e15571ca7abcf411_html_af08ea254dfc85146e15571ca7abcf411"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_af08ea254dfc85146e15571ca7abcf411.html#af08ea254dfc85146e15571ca7abcf411">pism::array::Array2D::add</a></div><div class="ttdeci">void add(double alpha, const Array2D< T > &x)</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00065">Array2D.hh:65</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array2D_html"><div class="ttname"><a href="classpism_1_1array_1_1Array2D.html">pism::array::Array2D</a></div><div class="ttdoc">A storage vector combining related fields in a struct.</div><div class="ttdef"><b>Definition</b> <a href="Array2D_8hh_source.html#l00032">Array2D.hh:32</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f_html_a4bc8801a2c4ff3fb139baa69ab2dab7f"><div class="ttname"><a href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">pism::array::Array::m_array</a></div><div class="ttdeci">void * m_array</div><div class="ttdef"><b>Definition</b> <a href="Array_8hh_source.html#l00276">Array.hh:276</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array_a982fca110a5d7011f681b928b20e3577_html_a982fca110a5d7011f681b928b20e3577"><div class="ttname"><a href="classpism_1_1array_1_1Array_a982fca110a5d7011f681b928b20e3577.html#a982fca110a5d7011f681b928b20e3577">pism::array::Array::grid</a></div><div class="ttdeci">std::shared_ptr< const Grid > grid() const</div><div class="ttdef"><b>Definition</b> <a href="Array_8cc_source.html#l00131">Array.cc:131</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array_acdf6a6df6f0b82ee5bf8de3472c36835_html_acdf6a6df6f0b82ee5bf8de3472c36835"><div class="ttname"><a href="classpism_1_1array_1_1Array_acdf6a6df6f0b82ee5bf8de3472c36835.html#acdf6a6df6f0b82ee5bf8de3472c36835">pism::array::Array::set_begin_access_use_dof</a></div><div class="ttdeci">void set_begin_access_use_dof(bool flag)</div><div class="ttdef"><b>Definition</b> <a href="Array_8cc_source.html#l00174">Array.cc:174</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array_ade892a3412dcdc9f21129c2aed50e84d_html_ade892a3412dcdc9f21129c2aed50e84d"><div class="ttname"><a href="classpism_1_1array_1_1Array_ade892a3412dcdc9f21129c2aed50e84d.html#ade892a3412dcdc9f21129c2aed50e84d">pism::array::Array::stencil_width</a></div><div class="ttdeci">unsigned int stencil_width() const</div><div class="ttdoc">Get the stencil width of the current Array. Returns 0 if ghosts are not available.</div><div class="ttdef"><b>Definition</b> <a href="Array_8cc_source.html#l00302">Array.cc:302</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array_af325585b37b5cd326ca52d6ef2e65e9f_html_af325585b37b5cd326ca52d6ef2e65e9f"><div class="ttname"><a href="classpism_1_1array_1_1Array_af325585b37b5cd326ca52d6ef2e65e9f.html#af325585b37b5cd326ca52d6ef2e65e9f">pism::array::Array::check_array_indices</a></div><div class="ttdeci">void check_array_indices(int i, int j, unsigned int k) const</div><div class="ttdoc">Check array indices and warn if they are out of range.</div><div class="ttdef"><b>Definition</b> <a href="Array_8cc_source.html#l00636">Array.cc:636</a></div></div>
<div class="ttc" id="aclasspism_1_1array_1_1Array_html"><div class="ttname"><a href="classpism_1_1array_1_1Array.html">pism::array::Array</a></div><div class="ttdoc">Abstract class for reading, writing, allocating, and accessing a DA-based PETSc Vec (2D and 3D fields...</div><div class="ttdef"><b>Definition</b> <a href="Array_8hh_source.html#l00207">Array.hh:207</a></div></div>
<div class="ttc" id="anamespacepism_1_1array_1_1details_a5d44cd8277166194373912546db8b44f_html_a5d44cd8277166194373912546db8b44f"><div class="ttname"><a href="namespacepism_1_1array_1_1details_a5d44cd8277166194373912546db8b44f.html#a5d44cd8277166194373912546db8b44f">pism::array::details::add</a></div><div class="ttdeci">void add(const V &x, double alpha, const V &y, V &result, bool scatter=true)</div><div class="ttdoc">Computes result = x + alpha * y, where x, y, and z are 2D Arrays (scalar or vector).</div><div class="ttdef"><b>Definition</b> <a href="Array__helpers_8hh_source.html#l00037">Array_helpers.hh:37</a></div></div>
<div class="ttc" id="anamespacepism_1_1array_1_1details_a7411388ce2c6572dcd85fe717ae1fee9_html_a7411388ce2c6572dcd85fe717ae1fee9"><div class="ttname"><a href="namespacepism_1_1array_1_1details_a7411388ce2c6572dcd85fe717ae1fee9.html#a7411388ce2c6572dcd85fe717ae1fee9">pism::array::details::copy</a></div><div class="ttdeci">void copy(const V &input, V &result, bool scatter=true)</div><div class="ttdef"><b>Definition</b> <a href="Array__helpers_8hh_source.html#l00054">Array_helpers.hh:54</a></div></div>
<div class="ttc" id="anamespacepism_1_1array_ab49b8ee9a79e7f46ec91fc40efdb7ca3_html_ab49b8ee9a79e7f46ec91fc40efdb7ca3"><div class="ttname"><a href="namespacepism_1_1array_ab49b8ee9a79e7f46ec91fc40efdb7ca3.html#ab49b8ee9a79e7f46ec91fc40efdb7ca3">pism::array::Kind</a></div><div class="ttdeci">Kind</div><div class="ttdoc">What "kind" of a vector to create: with or without ghosts.</div><div class="ttdef"><b>Definition</b> <a href="Array_8hh_source.html#l00061">Array.hh:61</a></div></div>
<div class="ttc" id="anamespacepism_html"><div class="ttname"><a href="namespacepism.html">pism</a></div><div class="ttdef"><b>Definition</b> <a href="AgeColumnSystem_8cc_source.html#l00023">AgeColumnSystem.cc:23</a></div></div>
<div class="ttc" id="astructpism_1_1stencils_1_1Box_html"><div class="ttname"><a href="structpism_1_1stencils_1_1Box.html">pism::stencils::Box</a></div><div class="ttdef"><b>Definition</b> <a href="stencils_8hh_source.html#l00077">stencils.hh:77</a></div></div>
<div class="ttc" id="astructpism_1_1stencils_1_1Star_a52b56c76da97992eb170016ca3be6115_html_a52b56c76da97992eb170016ca3be6115"><div class="ttname"><a href="structpism_1_1stencils_1_1Star_a52b56c76da97992eb170016ca3be6115.html#a52b56c76da97992eb170016ca3be6115">pism::stencils::Star::w</a></div><div class="ttdeci">T w</div><div class="ttdef"><b>Definition</b> <a href="stencils_8hh_source.html#l00031">stencils.hh:31</a></div></div>
<div class="ttc" id="astructpism_1_1stencils_1_1Star_a629a62eeb3602af58d645f778a806894_html_a629a62eeb3602af58d645f778a806894"><div class="ttname"><a href="structpism_1_1stencils_1_1Star_a629a62eeb3602af58d645f778a806894.html#a629a62eeb3602af58d645f778a806894">pism::stencils::Star::s</a></div><div class="ttdeci">T s</div><div class="ttdef"><b>Definition</b> <a href="stencils_8hh_source.html#l00031">stencils.hh:31</a></div></div>
<div class="ttc" id="astructpism_1_1stencils_1_1Star_a8596d1fd416fa130a6dc7c5f249e0aea_html_a8596d1fd416fa130a6dc7c5f249e0aea"><div class="ttname"><a href="structpism_1_1stencils_1_1Star_a8596d1fd416fa130a6dc7c5f249e0aea.html#a8596d1fd416fa130a6dc7c5f249e0aea">pism::stencils::Star::c</a></div><div class="ttdeci">T c</div><div class="ttdef"><b>Definition</b> <a href="stencils_8hh_source.html#l00031">stencils.hh:31</a></div></div>
<div class="ttc" id="astructpism_1_1stencils_1_1Star_a8ce43eb12ad86267cbb2e40a52430773_html_a8ce43eb12ad86267cbb2e40a52430773"><div class="ttname"><a href="structpism_1_1stencils_1_1Star_a8ce43eb12ad86267cbb2e40a52430773.html#a8ce43eb12ad86267cbb2e40a52430773">pism::stencils::Star::n</a></div><div class="ttdeci">T n</div><div class="ttdef"><b>Definition</b> <a href="stencils_8hh_source.html#l00031">stencils.hh:31</a></div></div>
<div class="ttc" id="astructpism_1_1stencils_1_1Star_adf0e0c0023c2baf698e5124c784e7939_html_adf0e0c0023c2baf698e5124c784e7939"><div class="ttname"><a href="structpism_1_1stencils_1_1Star_adf0e0c0023c2baf698e5124c784e7939.html#adf0e0c0023c2baf698e5124c784e7939">pism::stencils::Star::e</a></div><div class="ttdeci">T e</div><div class="ttdef"><b>Definition</b> <a href="stencils_8hh_source.html#l00031">stencils.hh:31</a></div></div>
<div class="ttc" id="astructpism_1_1stencils_1_1Star_html"><div class="ttname"><a href="structpism_1_1stencils_1_1Star.html">pism::stencils::Star</a></div><div class="ttdoc">Star stencil points (in the map-plane).</div><div class="ttdef"><b>Definition</b> <a href="stencils_8hh_source.html#l00030">stencils.hh:30</a></div></div>
<div class="ttc" id="atest__cube_8c_a0d20d4720401ba664775e4eccc876ed0_html_a0d20d4720401ba664775e4eccc876ed0"><div class="ttname"><a href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a></div><div class="ttdeci">static double S(unsigned n)</div><div class="ttdef"><b>Definition</b> <a href="test__cube_8c_source.html#l00058">test_cube.c:58</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>