Files
GridFire/docs/html/error__engine_8h_source.html

307 lines
48 KiB
HTML
Raw Permalink Normal View History

2025-07-24 11:10:45 -04:00
<!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.13.2"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>GridFire: src/include/gridfire/exceptions/error_engine.h 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>
<script type="text/javascript" src="clipboard.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="cookie.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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygen-awesome.css" rel="stylesheet" type="text/css"/>
<link href="doxygen-awesome-sidebar-only.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">GridFire<span id="projectnumber">&#160;0.0.1a</span>
</div>
<div id="projectbrief">General Purpose Nuclear Network</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
</script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @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&amp;dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function(){initNavTree('error__engine_8h_source.html',''); initResizable(true); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<div id="MSearchResults">
<div class="SRPage">
<div id="SRIndex">
<div id="SRResults"></div>
<div class="SRStatus" id="Loading">Loading...</div>
<div class="SRStatus" id="Searching">Searching...</div>
<div class="SRStatus" id="NoMatches">No Matches</div>
</div>
</div>
</div>
</div>
<div class="header">
<div class="headertitle"><div class="title">error_engine.h</div></div>
</div><!--header-->
<div class="contents">
<a href="error__engine_8h.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="preprocessor">#pragma once</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span> </div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="preprocessor">#include &lt;exception&gt;</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="preprocessor">#include &lt;string&gt;</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="preprocessor">#include &lt;iostream&gt;</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span> </div>
<div class="foldopen" id="foldopen00007" data-start="{" data-end="}">
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"><a class="line" href="namespacegridfire_1_1exceptions.html"> 7</a></span><span class="keyword">namespace </span><a class="code hl_namespace" href="namespacegridfire_1_1exceptions.html">gridfire::exceptions</a> {</div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_engine_error.html"> 8</a></span> <span class="keyword">class </span><a class="code hl_class" href="classgridfire_1_1exceptions_1_1_engine_error.html">EngineError</a> : <span class="keyword">public</span> std::exception {};</div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span> </div>
<div class="foldopen" id="foldopen00010" data-start="{" data-end="};">
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html"> 10</a></span> <span class="keyword">class </span><a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#afb50f1694a806e8bcaf99111d99aeb5d">StaleEngineTrigger</a> final : <span class="keyword">public</span> <a class="code hl_class" href="classgridfire_1_1exceptions_1_1_engine_error.html">EngineError</a> {</div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span> <span class="keyword">public</span>:</div>
<div class="foldopen" id="foldopen00012" data-start="{" data-end="};">
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"><a class="line" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html"> 12</a></span> <span class="keyword">struct </span><a class="code hl_struct" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html">state</a> {</div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"><a class="line" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a4d15893a4a5aa09ee93c66a086a7f963"> 13</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a4d15893a4a5aa09ee93c66a086a7f963">m_T9</a>;</div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"><a class="line" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a93cdb544a9d11cc259e6adbc49c60c44"> 14</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a93cdb544a9d11cc259e6adbc49c60c44">m_rho</a>;</div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"><a class="line" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a833c5b68a627fbceaf5ff0d15bcb0eaf"> 15</a></span> std::vector&lt;double&gt; <a class="code hl_variable" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a833c5b68a627fbceaf5ff0d15bcb0eaf">m_Y</a>;</div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"><a class="line" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a352cd33629e63286808df617d36cb70b"> 16</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a352cd33629e63286808df617d36cb70b">m_t</a>;</div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"><a class="line" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#ac1cddf0f2955d4282afcf4a90a2de9c0"> 17</a></span> <span class="keywordtype">int</span> <a class="code hl_variable" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#ac1cddf0f2955d4282afcf4a90a2de9c0">m_total_steps</a>;</div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"><a class="line" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a24207163a7ea2dde675b458f9df37a99"> 18</a></span> <span class="keywordtype">double</span> <a class="code hl_variable" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a24207163a7ea2dde675b458f9df37a99">m_eps_nuc</a>;</div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> };</div>
</div>
<div class="foldopen" id="foldopen00020" data-start="{" data-end="}">
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#afb50f1694a806e8bcaf99111d99aeb5d"> 20</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#afb50f1694a806e8bcaf99111d99aeb5d">StaleEngineTrigger</a>(<span class="keyword">const</span> <a class="code hl_struct" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html">state</a> &amp;s)</div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> : <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>(s) {}</div>
</div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"> 22</span> </div>
<div class="foldopen" id="foldopen00023" data-start="{" data-end="}">
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#aac4899d001338688def2b809b55bb2ba"> 23</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#aac4899d001338688def2b809b55bb2ba">what</a>() const noexcept<span class="keyword"> override</span>{</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> <span class="keywordflow">return</span> <span class="stringliteral">&quot;Engine reports stale state. This means that the caller should trigger a update of the engine state before continuing with the integration. If you as an end user are seeing this error, it is likely a bug in the code that should be reported. Please provide the input parameters and the context in which this error occurred. Thank you for your help!&quot;</span>;</div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"> 25</span> }</div>
</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> </div>
<div class="foldopen" id="foldopen00027" data-start="{" data-end="}">
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a06eb9eb03750038c193c23c7f53668f5"> 27</a></span> <a class="code hl_struct" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html">state</a> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a06eb9eb03750038c193c23c7f53668f5">getState</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>;</div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"> 29</span> }</div>
</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> </div>
<div class="foldopen" id="foldopen00031" data-start="{" data-end="}">
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a44ac2f7510ecf86cd5b556a842eee30c"> 31</a></span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a44ac2f7510ecf86cd5b556a842eee30c">numSpecies</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>.m_Y.size();</div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span> }</div>
</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> </div>
<div class="foldopen" id="foldopen00035" data-start="{" data-end="}">
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a0b7c627c3e69390808bef352b3875408"> 35</a></span> <span class="keywordtype">size_t</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a0b7c627c3e69390808bef352b3875408">totalSteps</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>.m_total_steps;</div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span> }</div>
</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> </div>
<div class="foldopen" id="foldopen00039" data-start="{" data-end="}">
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#aeebfb529118f8dfcaf1422ae1768f2bf"> 39</a></span> <span class="keywordtype">double</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#aeebfb529118f8dfcaf1422ae1768f2bf">energy</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>.m_eps_nuc;</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="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a3183a0030b14253eb49d8304fb6665ea"> 43</a></span> <span class="keywordtype">double</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a3183a0030b14253eb49d8304fb6665ea">getMolarAbundance</a>(<span class="keyword">const</span> <span class="keywordtype">size_t</span> index)<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> <span class="keywordflow">if</span> (index &gt; <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>.m_Y.size() - 1) {</div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"> 45</span> <span class="keywordflow">throw</span> std::out_of_range(<span class="stringliteral">&quot;Index out of bounds for molar abundance vector.&quot;</span>);</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> }</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>.m_Y[index];</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> }</div>
</div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"> 49</span> </div>
<div class="foldopen" id="foldopen00050" data-start="{" data-end="}">
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a2f5925b67562cebd08568fce76c739e9"> 50</a></span> <span class="keywordtype">double</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a2f5925b67562cebd08568fce76c739e9">temperature</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>.m_T9 * 1e9; <span class="comment">// Convert T9 back to Kelvin</span></div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> }</div>
</div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"> 53</span> </div>
<div class="foldopen" id="foldopen00054" data-start="{" data-end="}">
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#ae8156ed7e659cb629da24a5b6734e2dc"> 54</a></span> <span class="keywordtype">double</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#ae8156ed7e659cb629da24a5b6734e2dc">density</a>()<span class="keyword"> const </span>{</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>.m_rho;</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> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5"> 58</a></span> <a class="code hl_struct" href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html">state</a> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">m_state</a>;</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span> </div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> };</div>
</div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span> </div>
<div class="foldopen" id="foldopen00062" data-start="{" data-end="};">
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html"> 62</a></span> <span class="keyword">class </span><a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a6672e4c3f42260bba25d78e14ebd5a50">StaleEngineError</a> final : <span class="keyword">public</span> <a class="code hl_class" href="classgridfire_1_1exceptions_1_1_engine_error.html">EngineError</a> {</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keyword">public</span>:</div>
<div class="foldopen" id="foldopen00064" data-start="{" data-end="}">
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a6672e4c3f42260bba25d78e14ebd5a50"> 64</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a6672e4c3f42260bba25d78e14ebd5a50">StaleEngineError</a>(<span class="keyword">const</span> std::string&amp; message)</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> : <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a4eb62e3842302997e44e05d0770d77bb">m_message</a>(message) {}</div>
</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> </div>
<div class="foldopen" id="foldopen00067" data-start="{" data-end="}">
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a15c1b625e8e58a457e7bc5dbb464eff4"> 67</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a15c1b625e8e58a457e7bc5dbb464eff4">what</a>() const noexcept<span class="keyword"> override </span>{</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a4eb62e3842302997e44e05d0770d77bb">m_message</a>.c_str();</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="keyword">private</span>:</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a4eb62e3842302997e44e05d0770d77bb"> 72</a></span> std::string <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a4eb62e3842302997e44e05d0770d77bb">m_message</a>;</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> };</div>
</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> </div>
<div class="foldopen" id="foldopen00075" data-start="{" data-end="};">
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html"> 75</a></span> <span class="keyword">class </span><a class="code hl_function" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a9b9e8752798876d34a444f61fc2f509a">FailedToPartitionEngineError</a> final : <span class="keyword">public</span> <a class="code hl_class" href="classgridfire_1_1exceptions_1_1_engine_error.html">EngineError</a> {</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> <span class="keyword">public</span>:</div>
<div class="foldopen" id="foldopen00077" data-start="{" data-end="}">
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a9b9e8752798876d34a444f61fc2f509a"> 77</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a9b9e8752798876d34a444f61fc2f509a">FailedToPartitionEngineError</a>(<span class="keyword">const</span> std::string&amp; message)</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> : <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a77c9a660a2748c2e3a1c7e94edad1cf0">m_message</a>(message) {}</div>
</div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"> 79</span> </div>
<div class="foldopen" id="foldopen00080" data-start="{" data-end="}">
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#afe87ef508f5b20ca99ec70510747caff"> 80</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#afe87ef508f5b20ca99ec70510747caff">what</a>() const noexcept<span class="keyword"> override </span>{</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a77c9a660a2748c2e3a1c7e94edad1cf0">m_message</a>.c_str();</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> }</div>
</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a77c9a660a2748c2e3a1c7e94edad1cf0"> 84</a></span> std::string <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a77c9a660a2748c2e3a1c7e94edad1cf0">m_message</a>;</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> };</div>
</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div>
<div class="foldopen" id="foldopen00087" data-start="{" data-end="};">
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_network_resized_error.html"> 87</a></span> <span class="keyword">class </span><a class="code hl_function" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a80c0adb088e8083309591d24051b056b">NetworkResizedError</a> final : <span class="keyword">public</span> <a class="code hl_class" href="classgridfire_1_1exceptions_1_1_engine_error.html">EngineError</a> {</div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span> <span class="keyword">public</span>:</div>
<div class="foldopen" id="foldopen00089" data-start="{" data-end="}">
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a80c0adb088e8083309591d24051b056b"> 89</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a80c0adb088e8083309591d24051b056b">NetworkResizedError</a>(<span class="keyword">const</span> std::string&amp; message)</div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> : <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a581527fc03fdd84a8309c147259ec09d">m_message</a>(message) {}</div>
</div>
<div class="line"><a id="l00091" name="l00091"></a><span class="lineno"> 91</span> </div>
<div class="foldopen" id="foldopen00092" data-start="{" data-end="}">
<div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a80f09d037fff3c55a9b937b37d101cc1"> 92</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a80f09d037fff3c55a9b937b37d101cc1">what</a>() const noexcept<span class="keyword"> override </span>{</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a581527fc03fdd84a8309c147259ec09d">m_message</a>.c_str();</div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> }</div>
</div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"> 95</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a581527fc03fdd84a8309c147259ec09d"> 96</a></span> std::string <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a581527fc03fdd84a8309c147259ec09d">m_message</a>;</div>
<div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> };</div>
</div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span> </div>
<div class="foldopen" id="foldopen00099" data-start="{" data-end="};">
<div class="line"><a id="l00099" name="l00099"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html"> 99</a></span> <span class="keyword">class </span><a class="code hl_function" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#acb3183c3dea755a8a26b00d638183c30">UnableToSetNetworkReactionsError</a> final : <span class="keyword">public</span> <a class="code hl_class" href="classgridfire_1_1exceptions_1_1_engine_error.html">EngineError</a> {</div>
<div class="line"><a id="l00100" name="l00100"></a><span class="lineno"> 100</span> <span class="keyword">public</span>:</div>
<div class="foldopen" id="foldopen00101" data-start="{" data-end="}">
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#acb3183c3dea755a8a26b00d638183c30"> 101</a></span> <span class="keyword">explicit</span> <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#acb3183c3dea755a8a26b00d638183c30">UnableToSetNetworkReactionsError</a>(<span class="keyword">const</span> std::string&amp; message)</div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> : <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#af7ed18507088efc5587298a7e263f047">m_message</a>(message) {}</div>
</div>
<div class="line"><a id="l00103" name="l00103"></a><span class="lineno"> 103</span> </div>
<div class="foldopen" id="foldopen00104" data-start="{" data-end="}">
<div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#a1619c3c96b1d89ce387705bbc1f36c69"> 104</a></span> <span class="keyword">const</span> <span class="keywordtype">char</span>* <a class="code hl_function" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#a1619c3c96b1d89ce387705bbc1f36c69">what</a>() const noexcept<span class="keyword"> override </span>{</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> <span class="keywordflow">return</span> <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#af7ed18507088efc5587298a7e263f047">m_message</a>.c_str();</div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> }</div>
</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"> 108</span> <span class="keyword">private</span>:</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"><a class="line" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#af7ed18507088efc5587298a7e263f047"> 109</a></span> std::string <a class="code hl_variable" href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#af7ed18507088efc5587298a7e263f047">m_message</a>;</div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span> };</div>
</div>
<div class="line"><a id="l00111" name="l00111"></a><span class="lineno"> 111</span> </div>
<div class="line"><a id="l00112" name="l00112"></a><span class="lineno"> 112</span>}</div>
</div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_engine_error_html"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_engine_error.html">gridfire::exceptions::EngineError</a></div><div class="ttdef"><b>Definition</b> <a href="#l00008">error_engine.h:8</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_failed_to_partition_engine_error_html_a77c9a660a2748c2e3a1c7e94edad1cf0"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a77c9a660a2748c2e3a1c7e94edad1cf0">gridfire::exceptions::FailedToPartitionEngineError::m_message</a></div><div class="ttdeci">std::string m_message</div><div class="ttdef"><b>Definition</b> <a href="#l00084">error_engine.h:84</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_failed_to_partition_engine_error_html_a9b9e8752798876d34a444f61fc2f509a"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#a9b9e8752798876d34a444f61fc2f509a">gridfire::exceptions::FailedToPartitionEngineError::FailedToPartitionEngineError</a></div><div class="ttdeci">FailedToPartitionEngineError(const std::string &amp;message)</div><div class="ttdef"><b>Definition</b> <a href="#l00077">error_engine.h:77</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_failed_to_partition_engine_error_html_afe87ef508f5b20ca99ec70510747caff"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_failed_to_partition_engine_error.html#afe87ef508f5b20ca99ec70510747caff">gridfire::exceptions::FailedToPartitionEngineError::what</a></div><div class="ttdeci">const char * what() const noexcept override</div><div class="ttdef"><b>Definition</b> <a href="#l00080">error_engine.h:80</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_network_resized_error_html_a581527fc03fdd84a8309c147259ec09d"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a581527fc03fdd84a8309c147259ec09d">gridfire::exceptions::NetworkResizedError::m_message</a></div><div class="ttdeci">std::string m_message</div><div class="ttdef"><b>Definition</b> <a href="#l00096">error_engine.h:96</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_network_resized_error_html_a80c0adb088e8083309591d24051b056b"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a80c0adb088e8083309591d24051b056b">gridfire::exceptions::NetworkResizedError::NetworkResizedError</a></div><div class="ttdeci">NetworkResizedError(const std::string &amp;message)</div><div class="ttdef"><b>Definition</b> <a href="#l00089">error_engine.h:89</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_network_resized_error_html_a80f09d037fff3c55a9b937b37d101cc1"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_network_resized_error.html#a80f09d037fff3c55a9b937b37d101cc1">gridfire::exceptions::NetworkResizedError::what</a></div><div class="ttdeci">const char * what() const noexcept override</div><div class="ttdef"><b>Definition</b> <a href="#l00092">error_engine.h:92</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_error_html_a15c1b625e8e58a457e7bc5dbb464eff4"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a15c1b625e8e58a457e7bc5dbb464eff4">gridfire::exceptions::StaleEngineError::what</a></div><div class="ttdeci">const char * what() const noexcept override</div><div class="ttdef"><b>Definition</b> <a href="#l00067">error_engine.h:67</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_error_html_a4eb62e3842302997e44e05d0770d77bb"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a4eb62e3842302997e44e05d0770d77bb">gridfire::exceptions::StaleEngineError::m_message</a></div><div class="ttdeci">std::string m_message</div><div class="ttdef"><b>Definition</b> <a href="#l00072">error_engine.h:72</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_error_html_a6672e4c3f42260bba25d78e14ebd5a50"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_error.html#a6672e4c3f42260bba25d78e14ebd5a50">gridfire::exceptions::StaleEngineError::StaleEngineError</a></div><div class="ttdeci">StaleEngineError(const std::string &amp;message)</div><div class="ttdef"><b>Definition</b> <a href="#l00064">error_engine.h:64</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_a06eb9eb03750038c193c23c7f53668f5"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a06eb9eb03750038c193c23c7f53668f5">gridfire::exceptions::StaleEngineTrigger::getState</a></div><div class="ttdeci">state getState() const</div><div class="ttdef"><b>Definition</b> <a href="#l00027">error_engine.h:27</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_a0b7c627c3e69390808bef352b3875408"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a0b7c627c3e69390808bef352b3875408">gridfire::exceptions::StaleEngineTrigger::totalSteps</a></div><div class="ttdeci">size_t totalSteps() const</div><div class="ttdef"><b>Definition</b> <a href="#l00035">error_engine.h:35</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_a2f5925b67562cebd08568fce76c739e9"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a2f5925b67562cebd08568fce76c739e9">gridfire::exceptions::StaleEngineTrigger::temperature</a></div><div class="ttdeci">double temperature() const</div><div class="ttdef"><b>Definition</b> <a href="#l00050">error_engine.h:50</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_a3183a0030b14253eb49d8304fb6665ea"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a3183a0030b14253eb49d8304fb6665ea">gridfire::exceptions::StaleEngineTrigger::getMolarAbundance</a></div><div class="ttdeci">double getMolarAbundance(const size_t index) const</div><div class="ttdef"><b>Definition</b> <a href="#l00043">error_engine.h:43</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_a44ac2f7510ecf86cd5b556a842eee30c"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a44ac2f7510ecf86cd5b556a842eee30c">gridfire::exceptions::StaleEngineTrigger::numSpecies</a></div><div class="ttdeci">size_t numSpecies() const</div><div class="ttdef"><b>Definition</b> <a href="#l00031">error_engine.h:31</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_a7f9fa2e34da3772714723ef7d5083be5"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#a7f9fa2e34da3772714723ef7d5083be5">gridfire::exceptions::StaleEngineTrigger::m_state</a></div><div class="ttdeci">state m_state</div><div class="ttdef"><b>Definition</b> <a href="#l00058">error_engine.h:58</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_aac4899d001338688def2b809b55bb2ba"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#aac4899d001338688def2b809b55bb2ba">gridfire::exceptions::StaleEngineTrigger::what</a></div><div class="ttdeci">const char * what() const noexcept override</div><div class="ttdef"><b>Definition</b> <a href="#l00023">error_engine.h:23</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_ae8156ed7e659cb629da24a5b6734e2dc"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#ae8156ed7e659cb629da24a5b6734e2dc">gridfire::exceptions::StaleEngineTrigger::density</a></div><div class="ttdeci">double density() const</div><div class="ttdef"><b>Definition</b> <a href="#l00054">error_engine.h:54</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_aeebfb529118f8dfcaf1422ae1768f2bf"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#aeebfb529118f8dfcaf1422ae1768f2bf">gridfire::exceptions::StaleEngineTrigger::energy</a></div><div class="ttdeci">double energy() const</div><div class="ttdef"><b>Definition</b> <a href="#l00039">error_engine.h:39</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_stale_engine_trigger_html_afb50f1694a806e8bcaf99111d99aeb5d"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_stale_engine_trigger.html#afb50f1694a806e8bcaf99111d99aeb5d">gridfire::exceptions::StaleEngineTrigger::StaleEngineTrigger</a></div><div class="ttdeci">StaleEngineTrigger(const state &amp;s)</div><div class="ttdef"><b>Definition</b> <a href="#l00020">error_engine.h:20</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error_html_a1619c3c96b1d89ce387705bbc1f36c69"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#a1619c3c96b1d89ce387705bbc1f36c69">gridfire::exceptions::UnableToSetNetworkReactionsError::what</a></div><div class="ttdeci">const char * what() const noexcept override</div><div class="ttdef"><b>Definition</b> <a href="#l00104">error_engine.h:104</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error_html_acb3183c3dea755a8a26b00d638183c30"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#acb3183c3dea755a8a26b00d638183c30">gridfire::exceptions::UnableToSetNetworkReactionsError::UnableToSetNetworkReactionsError</a></div><div class="ttdeci">UnableToSetNetworkReactionsError(const std::string &amp;message)</div><div class="ttdef"><b>Definition</b> <a href="#l00101">error_engine.h:101</a></div></div>
<div class="ttc" id="aclassgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error_html_af7ed18507088efc5587298a7e263f047"><div class="ttname"><a href="classgridfire_1_1exceptions_1_1_unable_to_set_network_reactions_error.html#af7ed18507088efc5587298a7e263f047">gridfire::exceptions::UnableToSetNetworkReactionsError::m_message</a></div><div class="ttdeci">std::string m_message</div><div class="ttdef"><b>Definition</b> <a href="#l00109">error_engine.h:109</a></div></div>
<div class="ttc" id="anamespacegridfire_1_1exceptions_html"><div class="ttname"><a href="namespacegridfire_1_1exceptions.html">gridfire::exceptions</a></div><div class="ttdef"><b>Definition</b> <a href="#l00007">error_engine.h:7</a></div></div>
<div class="ttc" id="astructgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state_html"><div class="ttname"><a href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html">gridfire::exceptions::StaleEngineTrigger::state</a></div><div class="ttdef"><b>Definition</b> <a href="#l00012">error_engine.h:12</a></div></div>
<div class="ttc" id="astructgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state_html_a24207163a7ea2dde675b458f9df37a99"><div class="ttname"><a href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a24207163a7ea2dde675b458f9df37a99">gridfire::exceptions::StaleEngineTrigger::state::m_eps_nuc</a></div><div class="ttdeci">double m_eps_nuc</div><div class="ttdef"><b>Definition</b> <a href="#l00018">error_engine.h:18</a></div></div>
<div class="ttc" id="astructgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state_html_a352cd33629e63286808df617d36cb70b"><div class="ttname"><a href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a352cd33629e63286808df617d36cb70b">gridfire::exceptions::StaleEngineTrigger::state::m_t</a></div><div class="ttdeci">double m_t</div><div class="ttdef"><b>Definition</b> <a href="#l00016">error_engine.h:16</a></div></div>
<div class="ttc" id="astructgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state_html_a4d15893a4a5aa09ee93c66a086a7f963"><div class="ttname"><a href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a4d15893a4a5aa09ee93c66a086a7f963">gridfire::exceptions::StaleEngineTrigger::state::m_T9</a></div><div class="ttdeci">double m_T9</div><div class="ttdef"><b>Definition</b> <a href="#l00013">error_engine.h:13</a></div></div>
<div class="ttc" id="astructgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state_html_a833c5b68a627fbceaf5ff0d15bcb0eaf"><div class="ttname"><a href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a833c5b68a627fbceaf5ff0d15bcb0eaf">gridfire::exceptions::StaleEngineTrigger::state::m_Y</a></div><div class="ttdeci">std::vector&lt; double &gt; m_Y</div><div class="ttdef"><b>Definition</b> <a href="#l00015">error_engine.h:15</a></div></div>
<div class="ttc" id="astructgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state_html_a93cdb544a9d11cc259e6adbc49c60c44"><div class="ttname"><a href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#a93cdb544a9d11cc259e6adbc49c60c44">gridfire::exceptions::StaleEngineTrigger::state::m_rho</a></div><div class="ttdeci">double m_rho</div><div class="ttdef"><b>Definition</b> <a href="#l00014">error_engine.h:14</a></div></div>
<div class="ttc" id="astructgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state_html_ac1cddf0f2955d4282afcf4a90a2de9c0"><div class="ttname"><a href="structgridfire_1_1exceptions_1_1_stale_engine_trigger_1_1state.html#ac1cddf0f2955d4282afcf4a90a2de9c0">gridfire::exceptions::StaleEngineTrigger::state::m_total_steps</a></div><div class="ttdeci">int m_total_steps</div><div class="ttdef"><b>Definition</b> <a href="#l00017">error_engine.h:17</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_68267d1309a1af8e8297ef4c3efbcdba.html">src</a></li><li class="navelem"><a class="el" href="dir_b0856f6b0d80ccb263b2f415c91f9e17.html">include</a></li><li class="navelem"><a class="el" href="dir_3626e0c0e3c5d7812d6b277dfa4ec364.html">gridfire</a></li><li class="navelem"><a class="el" href="dir_cd87a60aa1dbf4ee960e0533fd7a9743.html">exceptions</a></li><li class="navelem"><a class="el" href="error__engine_8h.html">error_engine.h</a></li>
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.13.2 </li>
</ul>
</div>
</body>
</html>