-
Notifications
You must be signed in to change notification settings - Fork 0
/
Array2D_8hh_source.html
227 lines (225 loc) · 38.7 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
<!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">
<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.1"/>
<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 style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PISM, A Parallel Ice Sheet Model
 <span id="projectnumber">stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'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:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- 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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</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 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 name="l00002"></a><span class="lineno"> 2</span> <span class="comment"> *</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment"> * This file is part of PISM.</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment"> *</span></div>
<div class="line"><a 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 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 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 name="l00008"></a><span class="lineno"> 8</span> <span class="comment"> * version.</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="comment"> *</span></div>
<div class="line"><a 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 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 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 name="l00013"></a><span class="lineno"> 13</span> <span class="comment"> * details.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span> <span class="comment"> *</span></div>
<div class="line"><a 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 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 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 name="l00018"></a><span class="lineno"> 18</span> <span class="comment"> */</span></div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span> <span class="preprocessor">#ifndef PISM_ARRAY2D_H</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span> <span class="preprocessor">#define PISM_ARRAY2D_H</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  </div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span> <span class="preprocessor">#include "pism/util/array/Array.hh"</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span> <span class="preprocessor">#include "pism/util/array/Array_helpers.hh"</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span> <span class="preprocessor">#include "pism/util/stencils.hh"</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  </div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span> <span class="keyword">namespace </span><a class="code" href="namespacepism.html">pism</a> {</div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  </div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span> <span class="keyword">namespace </span>array {</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span> <span class="comment"></span> </div>
<div class="line"><a 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 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="line"><a 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" href="classpism_1_1array_1_1Array2D.html">Array2D</a> : <span class="keyword">public</span> <a class="code" href="classpism_1_1array_1_1Array.html">Array</a> {</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span> <span class="keyword">public</span>:</div>
<div class="line"><a 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" href="classpism_1_1array_1_1Array2D_a1281bc59399611e4aecff02ae375ac67.html#a1281bc59399611e4aecff02ae375ac67">value_type</a> = T;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  </div>
<div class="line"><a name="l00036"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a4c92aa01eaa03a6495be71143799cef5.html#a4c92aa01eaa03a6495be71143799cef5"> 36</a></span>  <a class="code" href="classpism_1_1array_1_1Array2D_a4c92aa01eaa03a6495be71143799cef5.html#a4c92aa01eaa03a6495be71143799cef5">Array2D</a>(std::shared_ptr<const Grid> <a class="code" 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 name="l00037"></a><span class="lineno"> 37</span>  <a class="code" href="namespacepism_1_1array_ab49b8ee9a79e7f46ec91fc40efdb7ca3.html#ab49b8ee9a79e7f46ec91fc40efdb7ca3">Kind</a> ghostedp, <span class="keywordtype">unsigned</span> <span class="keywordtype">int</span> <a class="code" href="classpism_1_1array_1_1Array_ade892a3412dcdc9f21129c2aed50e84d.html#ade892a3412dcdc9f21129c2aed50e84d">stencil_width</a> = 1)</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  : <a class="code" href="classpism_1_1array_1_1Array.html">Array</a>(<a class="code" href="classpism_1_1array_1_1Array_a982fca110a5d7011f681b928b20e3577.html#a982fca110a5d7011f681b928b20e3577">grid</a>, short_name, ghostedp,</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  sizeof(T) / sizeof(double), <a class="code" href="classpism_1_1array_1_1Array_ade892a3412dcdc9f21129c2aed50e84d.html#ade892a3412dcdc9f21129c2aed50e84d">stencil_width</a>, {0.0}) {</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  <a class="code" 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 name="l00041"></a><span class="lineno"> 41</span>  }</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
<div class="line"><a name="l00043"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_acacdcb22abfae7e4e081ca6bbd41b4d6.html#acacdcb22abfae7e4e081ca6bbd41b4d6"> 43</a></span>  T** <a class="code" href="classpism_1_1array_1_1Array2D_acacdcb22abfae7e4e081ca6bbd41b4d6.html#acacdcb22abfae7e4e081ca6bbd41b4d6">array</a>() {</div>
<div class="line"><a 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" href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">m_array</a>);</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>  }</div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a1619ee55cbc519a8ec5886fa313fe9b3.html#a1619ee55cbc519a8ec5886fa313fe9b3"> 47</a></span>  T <span class="keyword">const</span>* <span class="keyword">const</span>* <a class="code" href="classpism_1_1array_1_1Array2D_a1619ee55cbc519a8ec5886fa313fe9b3.html#a1619ee55cbc519a8ec5886fa313fe9b3">array</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a 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" href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">m_array</a>);</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>  }</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>  </div>
<div class="line"><a name="l00051"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a9f4412fad5fbaead91ccccf244e4ebff.html#a9f4412fad5fbaead91ccccf244e4ebff"> 51</a></span>  <span class="keyword">inline</span> T& <a class="code" href="classpism_1_1array_1_1Array2D_a9f4412fad5fbaead91ccccf244e4ebff.html#a9f4412fad5fbaead91ccccf244e4ebff">operator()</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j) {</div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span> <span class="preprocessor">#if (Pism_DEBUG==1)</span></div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>  <a class="code" href="classpism_1_1array_1_1Array_af325585b37b5cd326ca52d6ef2e65e9f.html#af325585b37b5cd326ca52d6ef2e65e9f">check_array_indices</a>(i, j, 0);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a 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" href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">m_array</a>)[j][i];</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>  }</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>  </div>
<div class="line"><a name="l00058"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a173914c23840d65ccea5ae20405226ec.html#a173914c23840d65ccea5ae20405226ec"> 58</a></span>  <span class="keyword">inline</span> <span class="keyword">const</span> T& <a class="code" href="classpism_1_1array_1_1Array2D_a173914c23840d65ccea5ae20405226ec.html#a173914c23840d65ccea5ae20405226ec">operator()</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00059"></a><span class="lineno"> 59</span> <span class="preprocessor">#if (Pism_DEBUG==1)</span></div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>  <a class="code" href="classpism_1_1array_1_1Array_af325585b37b5cd326ca52d6ef2e65e9f.html#af325585b37b5cd326ca52d6ef2e65e9f">check_array_indices</a>(i, j, 0);</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span> <span class="preprocessor">#endif</span></div>
<div class="line"><a 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" href="classpism_1_1array_1_1Array_a4bc8801a2c4ff3fb139baa69ab2dab7f.html#a4bc8801a2c4ff3fb139baa69ab2dab7f">m_array</a>)[j][i];</div>
<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>  }</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>  </div>
<div class="line"><a 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" 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" href="classpism_1_1array_1_1Array2D.html">Array2D<T></a> &x) {</div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>  <a class="code" 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 name="l00067"></a><span class="lineno"> 67</span>  }</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>  </div>
<div class="line"><a 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" 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" href="classpism_1_1array_1_1Array2D.html">Array2D<T></a> &x, <a class="code" href="classpism_1_1array_1_1Array2D.html">Array2D<T></a> &result)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>  <a class="code" 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 name="l00071"></a><span class="lineno"> 71</span>  }</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>  </div>
<div class="line"><a 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" href="classpism_1_1array_1_1Array2D_a7b9a0d8a83d5379f1debdcefce0fffae.html#a7b9a0d8a83d5379f1debdcefce0fffae">copy_from</a>(<span class="keyword">const</span> <a class="code" href="classpism_1_1array_1_1Array2D.html">Array2D<T></a> &source) {</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>  <span class="keywordflow">return</span> <a class="code" href="namespacepism_1_1array_1_1details_a7411388ce2c6572dcd85fe717ae1fee9.html#a7411388ce2c6572dcd85fe717ae1fee9">details::copy</a>(source, *<span class="keyword">this</span>);</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>  }</div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>  </div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span> <span class="keyword">protected</span>:</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>  </div>
<div class="line"><a name="l00079"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a9c4bcf4ff08551e2a45642776dd963fa.html#a9c4bcf4ff08551e2a45642776dd963fa"> 79</a></span>  <span class="keyword">inline</span> <a class="code" href="structpism_1_1stencils_1_1Star.html">stencils::Star<T></a> <a class="code" href="classpism_1_1array_1_1Array2D_a9c4bcf4ff08551e2a45642776dd963fa.html#a9c4bcf4ff08551e2a45642776dd963fa">star</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j)<span class="keyword"> const </span>{</div>
<div class="line"><a name="l00080"></a><span class="lineno"> 80</span>  <span class="keyword">const</span> <span class="keyword">auto</span> &<span class="keyword">self</span> = *<span class="keyword">this</span>;</div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>  </div>
<div class="line"><a name="l00082"></a><span class="lineno"> 82</span>  <a class="code" href="structpism_1_1stencils_1_1Star.html">stencils::Star<T></a> result;</div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>  </div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>  result.<a class="code" href="structpism_1_1stencils_1_1Star_a8596d1fd416fa130a6dc7c5f249e0aea.html#a8596d1fd416fa130a6dc7c5f249e0aea">c</a> = <span class="keyword">self</span>(i,j);</div>
<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>  result.<a class="code" href="structpism_1_1stencils_1_1Star_adf0e0c0023c2baf698e5124c784e7939.html#adf0e0c0023c2baf698e5124c784e7939">e</a> = <span class="keyword">self</span>(i+1,j);</div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>  result.<a class="code" href="structpism_1_1stencils_1_1Star_a52b56c76da97992eb170016ca3be6115.html#a52b56c76da97992eb170016ca3be6115">w</a> = <span class="keyword">self</span>(i-1,j);</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>  result.<a class="code" href="structpism_1_1stencils_1_1Star_a8ce43eb12ad86267cbb2e40a52430773.html#a8ce43eb12ad86267cbb2e40a52430773">n</a> = <span class="keyword">self</span>(i,j+1);</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>  result.<a class="code" href="structpism_1_1stencils_1_1Star_a629a62eeb3602af58d645f778a806894.html#a629a62eeb3602af58d645f778a806894">s</a> = <span class="keyword">self</span>(i,j-1);</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>  </div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>  <span class="keywordflow">return</span> result;</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>  }</div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>  </div>
<div class="line"><a name="l00093"></a><span class="lineno"><a class="line" href="classpism_1_1array_1_1Array2D_a26d9696691c004b046a62a3a8829e8a0.html#a26d9696691c004b046a62a3a8829e8a0"> 93</a></span>  <span class="keyword">inline</span> <a class="code" href="structpism_1_1stencils_1_1Box.html">stencils::Box<T></a> <a class="code" href="classpism_1_1array_1_1Array2D_a26d9696691c004b046a62a3a8829e8a0.html#a26d9696691c004b046a62a3a8829e8a0">box</a>(<span class="keywordtype">int</span> i, <span class="keywordtype">int</span> j)<span class="keyword"> const </span>{</div>
<div class="line"><a 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 name="l00095"></a><span class="lineno"> 95</span>  </div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>  <span class="keyword">const</span> <span class="keywordtype">int</span></div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>  E = i + 1,</div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>  W = i - 1,</div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>  N = j + 1,</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>  <a class="code" href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a> = j - 1;</div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>  </div>
<div class="line"><a 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" href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a>),</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>  x(i, <a class="code" href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a>), x(E, <a class="code" href="test__cube_8c_a0d20d4720401ba664775e4eccc876ed0.html#a0d20d4720401ba664775e4eccc876ed0">S</a>), x(E, j), x(E, N)};</div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>  }</div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span> };</div>
<div class="line"><a name="l00106"></a><span class="lineno"> 106</span>  </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span> } <span class="comment">// end of namespace array</span></div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span> } <span class="comment">// end of namespace pism</span></div>
<div class="line"><a name="l00109"></a><span class="lineno"> 109</span>  </div>
<div class="line"><a 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="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_a1619ee55cbc519a8ec5886fa313fe9b3_html_a1619ee55cbc519a8ec5886fa313fe9b3"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a1619ee55cbc519a8ec5886fa313fe9b3.html#a1619ee55cbc519a8ec5886fa313fe9b3">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_a173914c23840d65ccea5ae20405226ec_html_a173914c23840d65ccea5ae20405226ec"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a173914c23840d65ccea5ae20405226ec.html#a173914c23840d65ccea5ae20405226ec">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_a26d9696691c004b046a62a3a8829e8a0_html_a26d9696691c004b046a62a3a8829e8a0"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a26d9696691c004b046a62a3a8829e8a0.html#a26d9696691c004b046a62a3a8829e8a0">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_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_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_a9c4bcf4ff08551e2a45642776dd963fa_html_a9c4bcf4ff08551e2a45642776dd963fa"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a9c4bcf4ff08551e2a45642776dd963fa.html#a9c4bcf4ff08551e2a45642776dd963fa">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_a9f4412fad5fbaead91ccccf244e4ebff_html_a9f4412fad5fbaead91ccccf244e4ebff"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_a9f4412fad5fbaead91ccccf244e4ebff.html#a9f4412fad5fbaead91ccccf244e4ebff">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_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_acacdcb22abfae7e4e081ca6bbd41b4d6_html_acacdcb22abfae7e4e081ca6bbd41b4d6"><div class="ttname"><a href="classpism_1_1array_1_1Array2D_acacdcb22abfae7e4e081ca6bbd41b4d6.html#acacdcb22abfae7e4e081ca6bbd41b4d6">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_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#l00278">Array.hh:278</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#l00132">Array.cc:132</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#l00175">Array.cc:175</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#l00331">Array.cc:331</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#l00714">Array.cc:714</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#l00208">Array.hh:208</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#l00035">Array_helpers.hh:35</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#l00052">Array_helpers.hh:52</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#l00062">Array.hh:62</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.1
</small></address>
</body>
</html>