-
Notifications
You must be signed in to change notification settings - Fork 0
/
Array_8cc.html
134 lines (132 loc) · 8.43 KB
/
Array_8cc.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
<!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/Array.cc File Reference</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="summary">
<a href="#namespaces">Namespaces</a> |
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">Array.cc File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include <cassert></code><br />
<code>#include <cmath></code><br />
<code>#include <cstddef></code><br />
<code>#include <petscdraw.h></code><br />
<code>#include <string></code><br />
<code>#include "pism/util/array/Array.hh"</code><br />
<code>#include "pism/util/array/Array_impl.hh"</code><br />
<code>#include "pism/util/Time.hh"</code><br />
<code>#include "pism/util/Grid.hh"</code><br />
<code>#include "pism/util/ConfigInterface.hh"</code><br />
<code>#include "pism/util/error_handling.hh"</code><br />
<code>#include "pism/util/io/io_helpers.hh"</code><br />
<code>#include "pism/util/Logger.hh"</code><br />
<code>#include "pism/util/Profiling.hh"</code><br />
<code>#include "pism/util/petscwrappers/VecScatter.hh"</code><br />
<code>#include "pism/util/petscwrappers/Viewer.hh"</code><br />
<code>#include "pism/util/Context.hh"</code><br />
<code>#include "pism/util/VariableMetadata.hh"</code><br />
<code>#include "pism/util/io/File.hh"</code><br />
<code>#include "pism/util/pism_utilities.hh"</code><br />
<code>#include "pism/util/io/IO_Flags.hh"</code><br />
</div>
<p><a href="Array_8cc_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a>
Namespaces</h2></td></tr>
<tr class="memitem:namespacepism"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepism.html">pism</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:namespacepism_1_1array"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepism_1_1array.html">pism::array</a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a79ae8188b20d8242ce8326fc22d8699b"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepism_1_1array_a79ae8188b20d8242ce8326fc22d8699b.html#a79ae8188b20d8242ce8326fc22d8699b">pism::array::global_to_local</a> (petsc::DM &dm, Vec source, Vec destination)</td></tr>
<tr class="separator:a79ae8188b20d8242ce8326fc22d8699b"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:abc1ef6356f4ffccfcbb18297945a2831"><td class="memItemLeft" align="right" valign="top">static NormType </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepism_1_1array_abc1ef6356f4ffccfcbb18297945a2831.html#abc1ef6356f4ffccfcbb18297945a2831">pism::array::int_to_normtype</a> (int input)</td></tr>
<tr class="separator:abc1ef6356f4ffccfcbb18297945a2831"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6340d8382fff157e7b54699b1bd35882"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepism_1_1array_a6340d8382fff157e7b54699b1bd35882.html#a6340d8382fff157e7b54699b1bd35882">pism::array::set_default_value_or_stop</a> (const std::string &filename, const VariableMetadata &variable, io::Default default_value, const Logger &log, Vec output)</td></tr>
<tr class="separator:a6340d8382fff157e7b54699b1bd35882"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ab4a9252531276549f9a6e3065804e791"><td class="memItemLeft" align="right" valign="top">static std::array< double, 2 > </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepism_1_1array_ab4a9252531276549f9a6e3065804e791.html#ab4a9252531276549f9a6e3065804e791">pism::array::compute_range</a> (MPI_Comm com, const double *data, size_t data_size)</td></tr>
<tr class="separator:ab4a9252531276549f9a6e3065804e791"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aded10babcc1dfd7b9d3f41562db82090"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="namespacepism_aded10babcc1dfd7b9d3f41562db82090.html#aded10babcc1dfd7b9d3f41562db82090">pism::convert_vec</a> (petsc::Vec &v, units::System::Ptr system, const std::string &spec1, const std::string &spec2)</td></tr>
<tr class="separator:aded10babcc1dfd7b9d3f41562db82090"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</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>