-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBlatterTestCFBC_8hh_source.html
196 lines (194 loc) · 29.8 KB
/
BlatterTestCFBC_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
<!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/stressbalance/blatter/verification/BlatterTestCFBC.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_337d79c4e85232f0487076e092bb4774.html">stressbalance</a></li><li class="navelem"><a class="el" href="dir_c9b2b73883624fafb10ae5f85b13ba58.html">blatter</a></li><li class="navelem"><a class="el" href="dir_f28e374c12bd1d8d4a5cdae6d0036dbc.html">verification</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle"><div class="title">BlatterTestCFBC.hh</div></div>
</div><!--header-->
<div class="contents">
<a href="BlatterTestCFBC_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 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> </div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#ifndef BLATTERTESTCFBC_H</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span><span class="preprocessor">#define BLATTERTESTCFBC_H</span></div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span><span class="preprocessor">#include "pism/stressbalance/blatter/Blatter.hh"</span></div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacepism.html">pism</a> {</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span><span class="keyword">namespace </span>stressbalance {</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span><span class="comment"></span> </div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span><span class="comment">/*!</span></div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span><span class="comment"> * Implements an X-Z flow line setup testing the implementation of lateral (ice margin)</span></div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="comment"> * boundary conditions.</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="comment"> */</span></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_1stressbalance_1_1BlatterTestCFBC.html"> 32</a></span><span class="keyword">class </span><a class="code hl_class" href="classpism_1_1stressbalance_1_1BlatterTestCFBC.html">BlatterTestCFBC</a> : <span class="keyword">public</span> <a class="code hl_class" href="classpism_1_1stressbalance_1_1Blatter.html">Blatter</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"> 34</span> <a class="code hl_class" href="classpism_1_1stressbalance_1_1BlatterTestCFBC.html">BlatterTestCFBC</a>(std::shared_ptr<const Grid> <a class="code hl_function" href="classpism_1_1Component_a1d7fa2a58f259a9c5e464f8738db6ef0.html#a1d7fa2a58f259a9c5e464f8738db6ef0">grid</a>, <span class="keywordtype">int</span> Mz, <span class="keywordtype">int</span> coarsening_factor);</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="keyword">private</span>:</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a349f878f5dba1468bfda57798b59c6e9.html#a349f878f5dba1468bfda57798b59c6e9">init_2d_parameters</a>(<span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1stressbalance_1_1Inputs.html">Inputs</a> &inputs);</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> <span class="keywordtype">bool</span> <a class="code hl_function" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a88225415bb3248292e55eec059eafea5.html#a88225415bb3248292e55eec059eafea5">dirichlet_node</a>(<span class="keyword">const</span> DMDALocalInfo &info, <span class="keyword">const</span> <a class="code hl_struct" href="structpism_1_1fem_1_1Element3_1_1GlobalIndex.html">fem::Element3::GlobalIndex</a>& I);</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"> 41</span> <a class="code hl_class" href="classpism_1_1Vector2d.html">Vector2d</a> <a class="code hl_function" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a4c6cc50dd3dfa8d65e68b3b4664a6e5f.html#a4c6cc50dd3dfa8d65e68b3b4664a6e5f">u_bc</a>(<span class="keywordtype">double</span> x, <span class="keywordtype">double</span> y, <span class="keywordtype">double</span> z) <span class="keyword">const</span>;</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> </div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a19185042222b5744a585f184a1dd7917.html#a19185042222b5744a585f184a1dd7917">residual_source_term</a>(<span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1fem_1_1Q1Element3.html">fem::Q1Element3</a> &element,</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keyword">const</span> <span class="keywordtype">double</span> *surface,</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keyword">const</span> <span class="keywordtype">double</span> *bed,</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <a class="code hl_class" href="classpism_1_1Vector2d.html">Vector2d</a> *residual);</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> </div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a92d5a0db3d3cf27f2e2f7fbaba4a8fc4.html#a92d5a0db3d3cf27f2e2f7fbaba4a8fc4">residual_surface</a>(<span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1fem_1_1Q1Element3.html">fem::Q1Element3</a> &element,</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> <span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1fem_1_1Q1Element3Face.html">fem::Q1Element3Face</a> &face,</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <a class="code hl_class" href="classpism_1_1Vector2d.html">Vector2d</a> *residual);</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> </div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_aef9c3774cbaedc1164844868e81cfb95.html#aef9c3774cbaedc1164844868e81cfb95">residual_basal</a>(<span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1fem_1_1Q1Element3.html">fem::Q1Element3</a> &element,</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> <span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1fem_1_1Q1Element3Face.html">fem::Q1Element3Face</a> &face,</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keyword">const</span> <span class="keywordtype">double</span> *tauc_nodal,</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keyword">const</span> <span class="keywordtype">double</span> *f_nodal,</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> <span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1Vector2d.html">Vector2d</a> *u_nodal,</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <a class="code hl_class" href="classpism_1_1Vector2d.html">Vector2d</a> *residual);</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> </div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> <span class="keywordtype">void</span> <a class="code hl_function" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a3478ea20c4c9397903c87e79cb4dc922.html#a3478ea20c4c9397903c87e79cb4dc922">jacobian_basal</a>(<span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1fem_1_1Q1Element3Face.html">fem::Q1Element3Face</a> &face,</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> <span class="keyword">const</span> <span class="keywordtype">double</span> *tauc_nodal,</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> <span class="keyword">const</span> <span class="keywordtype">double</span> *f_nodal,</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keyword">const</span> <a class="code hl_class" href="classpism_1_1Vector2d.html">Vector2d</a> *u_nodal,</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keywordtype">double</span> K[2 * <a class="code hl_variable" href="namespacepism_1_1fem_1_1q13d_a15a7b2ec0e759c45002166d1bd5fb683.html#a15a7b2ec0e759c45002166d1bd5fb683">fem::q13d::n_chi</a>][2 * <a class="code hl_variable" href="namespacepism_1_1fem_1_1q13d_a15a7b2ec0e759c45002166d1bd5fb683.html#a15a7b2ec0e759c45002166d1bd5fb683">fem::q13d::n_chi</a>]);</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_af3aa88f48591c37370cd80cdf8115df2.html#af3aa88f48591c37370cd80cdf8115df2"> 64</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_af3aa88f48591c37370cd80cdf8115df2.html#af3aa88f48591c37370cd80cdf8115df2">m_B</a>;</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"><a class="line" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a7cfb0bdb7bb97cd758a5747238d7f8de.html#a7cfb0bdb7bb97cd758a5747238d7f8de"> 65</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a7cfb0bdb7bb97cd758a5747238d7f8de.html#a7cfb0bdb7bb97cd758a5747238d7f8de">m_g</a>;</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"><a class="line" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_afaa93f70b4bfb270715207f08e51c79b.html#afaa93f70b4bfb270715207f08e51c79b"> 66</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_afaa93f70b4bfb270715207f08e51c79b.html#afaa93f70b4bfb270715207f08e51c79b">m_rho_i</a>;</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a8fcbbf6bd67d596341b3790d02a1af92.html#a8fcbbf6bd67d596341b3790d02a1af92"> 67</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a8fcbbf6bd67d596341b3790d02a1af92.html#a8fcbbf6bd67d596341b3790d02a1af92">m_rho_w</a>;</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"><a class="line" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a7878ca3d9efdcb33b569ea338374a282.html#a7878ca3d9efdcb33b569ea338374a282"> 68</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a7878ca3d9efdcb33b569ea338374a282.html#a7878ca3d9efdcb33b569ea338374a282">m_L</a>;</div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span>};</div>
</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span>} <span class="comment">// end of namespace stressbalance</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span>} <span class="comment">// end of namespace pism</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="preprocessor">#endif </span><span class="comment">/* BLATTERTESTCFBC_H */</span><span class="preprocessor"></span></div>
<div class="ttc" id="aclasspism_1_1Component_a1d7fa2a58f259a9c5e464f8738db6ef0_html_a1d7fa2a58f259a9c5e464f8738db6ef0"><div class="ttname"><a href="classpism_1_1Component_a1d7fa2a58f259a9c5e464f8738db6ef0.html#a1d7fa2a58f259a9c5e464f8738db6ef0">pism::Component::grid</a></div><div class="ttdeci">std::shared_ptr< const Grid > grid() const</div><div class="ttdef"><b>Definition</b> <a href="Component_8cc_source.html#l00105">Component.cc:105</a></div></div>
<div class="ttc" id="aclasspism_1_1Vector2d_html"><div class="ttname"><a href="classpism_1_1Vector2d.html">pism::Vector2d</a></div><div class="ttdoc">This class represents a 2D vector field (such as ice velocity) at a certain grid point.</div><div class="ttdef"><b>Definition</b> <a href="Vector2d_8hh_source.html#l00029">Vector2d.hh:29</a></div></div>
<div class="ttc" id="aclasspism_1_1fem_1_1Q1Element3Face_html"><div class="ttname"><a href="classpism_1_1fem_1_1Q1Element3Face.html">pism::fem::Q1Element3Face</a></div><div class="ttdef"><b>Definition</b> <a href="Element_8hh_source.html#l00406">Element.hh:406</a></div></div>
<div class="ttc" id="aclasspism_1_1fem_1_1Q1Element3_html"><div class="ttname"><a href="classpism_1_1fem_1_1Q1Element3.html">pism::fem::Q1Element3</a></div><div class="ttdoc">3D Q1 element</div><div class="ttdef"><b>Definition</b> <a href="Element_8hh_source.html#l00358">Element.hh:358</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a19185042222b5744a585f184a1dd7917_html_a19185042222b5744a585f184a1dd7917"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a19185042222b5744a585f184a1dd7917.html#a19185042222b5744a585f184a1dd7917">pism::stressbalance::BlatterTestCFBC::residual_source_term</a></div><div class="ttdeci">void residual_source_term(const fem::Q1Element3 &element, const double *surface, const double *bed, Vector2d *residual)</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8cc_source.html#l00058">BlatterTestCFBC.cc:58</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a3478ea20c4c9397903c87e79cb4dc922_html_a3478ea20c4c9397903c87e79cb4dc922"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a3478ea20c4c9397903c87e79cb4dc922.html#a3478ea20c4c9397903c87e79cb4dc922">pism::stressbalance::BlatterTestCFBC::jacobian_basal</a></div><div class="ttdeci">void jacobian_basal(const fem::Q1Element3Face &face, const double *tauc_nodal, const double *f_nodal, const Vector2d *u_nodal, double K[2 *fem::q13d::n_chi][2 *fem::q13d::n_chi])</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8cc_source.html#l00164">BlatterTestCFBC.cc:164</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a349f878f5dba1468bfda57798b59c6e9_html_a349f878f5dba1468bfda57798b59c6e9"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a349f878f5dba1468bfda57798b59c6e9.html#a349f878f5dba1468bfda57798b59c6e9">pism::stressbalance::BlatterTestCFBC::init_2d_parameters</a></div><div class="ttdeci">void init_2d_parameters(const Inputs &inputs)</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8cc_source.html#l00180">BlatterTestCFBC.cc:180</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a4c6cc50dd3dfa8d65e68b3b4664a6e5f_html_a4c6cc50dd3dfa8d65e68b3b4664a6e5f"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a4c6cc50dd3dfa8d65e68b3b4664a6e5f.html#a4c6cc50dd3dfa8d65e68b3b4664a6e5f">pism::stressbalance::BlatterTestCFBC::u_bc</a></div><div class="ttdeci">Vector2d u_bc(double x, double y, double z) const</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8cc_source.html#l00052">BlatterTestCFBC.cc:52</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a7878ca3d9efdcb33b569ea338374a282_html_a7878ca3d9efdcb33b569ea338374a282"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a7878ca3d9efdcb33b569ea338374a282.html#a7878ca3d9efdcb33b569ea338374a282">pism::stressbalance::BlatterTestCFBC::m_L</a></div><div class="ttdeci">double m_L</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8hh_source.html#l00068">BlatterTestCFBC.hh:68</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a7cfb0bdb7bb97cd758a5747238d7f8de_html_a7cfb0bdb7bb97cd758a5747238d7f8de"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a7cfb0bdb7bb97cd758a5747238d7f8de.html#a7cfb0bdb7bb97cd758a5747238d7f8de">pism::stressbalance::BlatterTestCFBC::m_g</a></div><div class="ttdeci">double m_g</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8hh_source.html#l00065">BlatterTestCFBC.hh:65</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a88225415bb3248292e55eec059eafea5_html_a88225415bb3248292e55eec059eafea5"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a88225415bb3248292e55eec059eafea5.html#a88225415bb3248292e55eec059eafea5">pism::stressbalance::BlatterTestCFBC::dirichlet_node</a></div><div class="ttdeci">bool dirichlet_node(const DMDALocalInfo &info, const fem::Element3::GlobalIndex &I)</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8cc_source.html#l00046">BlatterTestCFBC.cc:46</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a8fcbbf6bd67d596341b3790d02a1af92_html_a8fcbbf6bd67d596341b3790d02a1af92"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a8fcbbf6bd67d596341b3790d02a1af92.html#a8fcbbf6bd67d596341b3790d02a1af92">pism::stressbalance::BlatterTestCFBC::m_rho_w</a></div><div class="ttdeci">double m_rho_w</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8hh_source.html#l00067">BlatterTestCFBC.hh:67</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_a92d5a0db3d3cf27f2e2f7fbaba4a8fc4_html_a92d5a0db3d3cf27f2e2f7fbaba4a8fc4"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_a92d5a0db3d3cf27f2e2f7fbaba4a8fc4.html#a92d5a0db3d3cf27f2e2f7fbaba4a8fc4">pism::stressbalance::BlatterTestCFBC::residual_surface</a></div><div class="ttdeci">void residual_surface(const fem::Q1Element3 &element, const fem::Q1Element3Face &face, Vector2d *residual)</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8cc_source.html#l00098">BlatterTestCFBC.cc:98</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_aef9c3774cbaedc1164844868e81cfb95_html_aef9c3774cbaedc1164844868e81cfb95"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_aef9c3774cbaedc1164844868e81cfb95.html#aef9c3774cbaedc1164844868e81cfb95">pism::stressbalance::BlatterTestCFBC::residual_basal</a></div><div class="ttdeci">void residual_basal(const fem::Q1Element3 &element, const fem::Q1Element3Face &face, const double *tauc_nodal, const double *f_nodal, const Vector2d *u_nodal, Vector2d *residual)</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8cc_source.html#l00128">BlatterTestCFBC.cc:128</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_af3aa88f48591c37370cd80cdf8115df2_html_af3aa88f48591c37370cd80cdf8115df2"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_af3aa88f48591c37370cd80cdf8115df2.html#af3aa88f48591c37370cd80cdf8115df2">pism::stressbalance::BlatterTestCFBC::m_B</a></div><div class="ttdeci">double m_B</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8hh_source.html#l00064">BlatterTestCFBC.hh:64</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_afaa93f70b4bfb270715207f08e51c79b_html_afaa93f70b4bfb270715207f08e51c79b"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC_afaa93f70b4bfb270715207f08e51c79b.html#afaa93f70b4bfb270715207f08e51c79b">pism::stressbalance::BlatterTestCFBC::m_rho_i</a></div><div class="ttdeci">double m_rho_i</div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8hh_source.html#l00066">BlatterTestCFBC.hh:66</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1BlatterTestCFBC_html"><div class="ttname"><a href="classpism_1_1stressbalance_1_1BlatterTestCFBC.html">pism::stressbalance::BlatterTestCFBC</a></div><div class="ttdef"><b>Definition</b> <a href="BlatterTestCFBC_8hh_source.html#l00032">BlatterTestCFBC.hh:32</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1Blatter_html"><div class="ttname"><a href="classpism_1_1stressbalance_1_1Blatter.html">pism::stressbalance::Blatter</a></div><div class="ttdef"><b>Definition</b> <a href="Blatter_8hh_source.html#l00038">Blatter.hh:38</a></div></div>
<div class="ttc" id="aclasspism_1_1stressbalance_1_1Inputs_html"><div class="ttname"><a href="classpism_1_1stressbalance_1_1Inputs.html">pism::stressbalance::Inputs</a></div><div class="ttdef"><b>Definition</b> <a href="StressBalance_8hh_source.html#l00040">StressBalance.hh:40</a></div></div>
<div class="ttc" id="anamespacepism_1_1fem_1_1q13d_a15a7b2ec0e759c45002166d1bd5fb683_html_a15a7b2ec0e759c45002166d1bd5fb683"><div class="ttname"><a href="namespacepism_1_1fem_1_1q13d_a15a7b2ec0e759c45002166d1bd5fb683.html#a15a7b2ec0e759c45002166d1bd5fb683">pism::fem::q13d::n_chi</a></div><div class="ttdeci">const int n_chi</div><div class="ttdoc">Number of shape functions on a Q1 element.</div><div class="ttdef"><b>Definition</b> <a href="FEM_8hh_source.html#l00213">FEM.hh:213</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_1fem_1_1Element3_1_1GlobalIndex_html"><div class="ttname"><a href="structpism_1_1fem_1_1Element3_1_1GlobalIndex.html">pism::fem::Element3::GlobalIndex</a></div><div class="ttdef"><b>Definition</b> <a href="Element_8hh_source.html#l00301">Element.hh:301</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>