phasicFlow/doc/code-documentation/html/numericConstants_8hpp_sourc...

213 lines
27 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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.8.17"/>
<meta name="description" content="PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU.">
<title>PhasicFlow: src/phasicFlow/types/basicTypes/numericConstants.hpp 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.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/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</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="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.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" >
<tbody>
<tr>
<td id="projectlogo"><a href="https://github.com/PhasicFlow"><img alt="Logo" src="phasicFlow_logo.png"></a></td>
<td> <div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</td>
</tr>
<tr>
<td id="projectbrief">
<a href="https://https://cemf.ir">www.cemf.ir</a>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
</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:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('numericConstants_8hpp_source.html',''); initResizable(); });
/* @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">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">numericConstants.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="numericConstants_8hpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">/*------------------------------- phasicFlow ---------------------------------</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment"> O C enter of</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment"> O O E ngineering and</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment"> O O M ultiscale modeling of</span></div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment"> OOOOOOO F luid flow</span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment"> Copyright (C): www.cemf.ir</span></div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment"> email: hamid.r.norouzi AT gmail.com</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;<span class="comment">------------------------------------------------------------------------------</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="comment">Licence:</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="comment"> This file is part of phasicFlow code. It is a free software for simulating</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="comment"> granular and multiphase flows. You can redistribute it and/or modify it under</span></div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="comment"> the terms of GNU General Public License v3 or any other later versions.</span></div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="comment"> phasicFlow is distributed to help others in their research in the field of</span></div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="comment"> granular and multiphase flows, but WITHOUT ANY WARRANTY; without even the</span></div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="comment"> implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;<span class="comment"></span> </div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="comment">-----------------------------------------------------------------------------*/</span></div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160; </div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#ifndef __numericConstants_hpp__</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="preprocessor">#define __numericConstants_hpp__</span></div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160; </div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="builtinTypes_8hpp.html">builtinTypes.hpp</a>&quot;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &lt;limits&gt;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160; </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;{</div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00030"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a5fde17044bd1d2599c2e8c5aba9fb346"> 30</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="namespacepFlow.html#a5fde17044bd1d2599c2e8c5aba9fb346">Pi</a> = <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a>(3.1415926535897932384626433832);</div>
<div class="line"><a name="l00031"></a><span class="lineno"><a class="line" href="namespacepFlow.html#abfbb7af55004f8113864a4da90c43545"> 31</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="namespacepFlow.html#abfbb7af55004f8113864a4da90c43545">smallValue</a> = 1.0e-15;</div>
<div class="line"><a name="l00032"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a6bfee6221ffe685c9007604c7e71b305"> 32</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="namespacepFlow.html#a6bfee6221ffe685c9007604c7e71b305">verySmallValue</a> = 1.0e-30;</div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a66263d59f896f4b8524b0a1f0181f8b9"> 33</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="namespacepFlow.html#a66263d59f896f4b8524b0a1f0181f8b9">largeValue</a> = 1.0e15;</div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a9d1b590d78ffef4b20c7daa1648bd9e8"> 34</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="namespacepFlow.html#a9d1b590d78ffef4b20c7daa1648bd9e8">veryLargeValue</a> = 1.0e30;</div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>&#160; </div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>&#160;<span class="comment">// - largest negative value</span></div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160;constexpr T</div>
<div class="line"><a name="l00039"></a><span class="lineno"><a class="line" href="namespacepFlow.html#ae2e45e2e2b81a1f4b9b843330fdb96b0"> 39</a></span>&#160;<a class="code" href="namespacepFlow.html#ae2e45e2e2b81a1f4b9b843330fdb96b0">largestNegative</a>()</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;{</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; <span class="keywordflow">return</span> std::numeric_limits&lt;T&gt;::lowest();</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>&#160;}</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160;constexpr T</div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="namespacepFlow.html#ac2d229af1e3f22d4f92fd64e157610d9"> 46</a></span>&#160;<a class="code" href="namespacepFlow.html#ac2d229af1e3f22d4f92fd64e157610d9">epsilonValue</a>()</div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span>&#160;{</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacepFlow_1_1algorithms_1_1KOKKOS.html#a889052ad665d517d05832303a9bbc972">std::numeric_limits&lt;T&gt;::min</a>();</div>
<div class="line"><a name="l00049"></a><span class="lineno"> 49</span>&#160;}</div>
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; </div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160;<span class="comment">// largest positive value</span></div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="keyword">template</span>&lt;<span class="keyword">typename</span> T&gt;</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160;constexpr T</div>
<div class="line"><a name="l00054"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a1a6444472664b73ca86d9c96154ea1da"> 54</a></span>&#160;<a class="code" href="namespacepFlow.html#a1a6444472664b73ca86d9c96154ea1da">largestPositive</a>()</div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;{</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; <span class="keywordflow">return</span> <a class="code" href="namespacepFlow_1_1algorithms_1_1KOKKOS.html#a9d98facac68152ec12bf1483da55c939">std::numeric_limits&lt;T&gt;::max</a>();</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;}</div>
<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160; </div>
<div class="line"><a name="l00059"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a4ee2c88d6e9faceb7ece2b2ccd2942ef"> 59</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">int32</a> <a class="code" href="namespacepFlow.html#a4ee2c88d6e9faceb7ece2b2ccd2942ef">largestNegInt32</a> = largestNegative&lt;int32&gt;();</div>
<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="namespacepFlow.html#adb5cbd180a96327fd58897cbd8faa670"> 60</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">int32</a> <a class="code" href="namespacepFlow.html#adb5cbd180a96327fd58897cbd8faa670">largestPosInt32</a> = largestPositive&lt;int32&gt;();</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160; </div>
<div class="line"><a name="l00062"></a><span class="lineno"><a class="line" href="namespacepFlow.html#af93fb0b34c3207958168f68beb526df3"> 62</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0">int64</a> <a class="code" href="namespacepFlow.html#af93fb0b34c3207958168f68beb526df3">largestNegInt64</a> = largestNegative&lt;int64&gt;();</div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="namespacepFlow.html#ad91d579ce4d1ed156f09c96be1620393"> 63</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0">int64</a> <a class="code" href="namespacepFlow.html#ad91d579ce4d1ed156f09c96be1620393">largestPosInt64</a> = largestPositive&lt;int64&gt;();</div>
<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; </div>
<div class="line"><a name="l00065"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a332d59fc35731448fa9ae68ae6916cb0"> 65</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="namespacepFlow.html#a332d59fc35731448fa9ae68ae6916cb0">largestNegREAL</a> = largestNegative&lt;real&gt;();</div>
<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="namespacepFlow.html#a612aecd846561dc446c4cf94ffbce115"> 66</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="namespacepFlow.html#a612aecd846561dc446c4cf94ffbce115">largestPosREAL</a> = largestPositive&lt;real&gt;();</div>
<div class="line"><a name="l00067"></a><span class="lineno"><a class="line" href="namespacepFlow.html#ac6b82e272ae0e23afb8f0c773a61d4f3"> 67</a></span>&#160;<span class="keyword">const</span> <span class="keyword">inline</span> <a class="code" href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">real</a> <a class="code" href="namespacepFlow.html#ac6b82e272ae0e23afb8f0c773a61d4f3">epsilonREAL</a> = epsilonValue&lt;real&gt;();</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160;} <span class="comment">// end of pFlow</span></div>
<div class="line"><a name="l00070"></a><span class="lineno"> 70</span>&#160; </div>
<div class="line"><a name="l00071"></a><span class="lineno"> 71</span>&#160;<span class="preprocessor">#endif //__numericConstants_hpp__</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="anamespacepFlow_html_a6bfee6221ffe685c9007604c7e71b305"><div class="ttname"><a href="namespacepFlow.html#a6bfee6221ffe685c9007604c7e71b305">pFlow::verySmallValue</a></div><div class="ttdeci">const real verySmallValue</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00032">numericConstants.hpp:32</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a6192191c0e9c178a44ee1ac350fde476"><div class="ttname"><a href="namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476">pFlow::real</a></div><div class="ttdeci">float real</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00045">builtinTypes.hpp:45</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a612aecd846561dc446c4cf94ffbce115"><div class="ttname"><a href="namespacepFlow.html#a612aecd846561dc446c4cf94ffbce115">pFlow::largestPosREAL</a></div><div class="ttdeci">const real largestPosREAL</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00066">numericConstants.hpp:66</a></div></div>
<div class="ttc" id="anamespacepFlow_html_abfbb7af55004f8113864a4da90c43545"><div class="ttname"><a href="namespacepFlow.html#abfbb7af55004f8113864a4da90c43545">pFlow::smallValue</a></div><div class="ttdeci">const real smallValue</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00031">numericConstants.hpp:31</a></div></div>
<div class="ttc" id="anamespacepFlow_1_1algorithms_1_1KOKKOS_html_a9d98facac68152ec12bf1483da55c939"><div class="ttname"><a href="namespacepFlow_1_1algorithms_1_1KOKKOS.html#a9d98facac68152ec12bf1483da55c939">pFlow::algorithms::KOKKOS::max</a></div><div class="ttdeci">INLINE_FUNCTION_H Type max(const Type *first, uint32 numElems)</div><div class="ttdef"><b>Definition:</b> <a href="kokkosAlgorithms_8hpp_source.html#l00104">kokkosAlgorithms.hpp:104</a></div></div>
<div class="ttc" id="anamespacepFlow_1_1algorithms_1_1KOKKOS_html_a889052ad665d517d05832303a9bbc972"><div class="ttname"><a href="namespacepFlow_1_1algorithms_1_1KOKKOS.html#a889052ad665d517d05832303a9bbc972">pFlow::algorithms::KOKKOS::min</a></div><div class="ttdeci">INLINE_FUNCTION_H Type min(const Type *first, int32 numElems)</div><div class="ttdef"><b>Definition:</b> <a href="kokkosAlgorithms_8hpp_source.html#l00124">kokkosAlgorithms.hpp:124</a></div></div>
<div class="ttc" id="anamespacepFlow_html_af93fb0b34c3207958168f68beb526df3"><div class="ttname"><a href="namespacepFlow.html#af93fb0b34c3207958168f68beb526df3">pFlow::largestNegInt64</a></div><div class="ttdeci">const int64 largestNegInt64</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00062">numericConstants.hpp:62</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a94809bdb48183ff3ef62935d56f5c1e0"><div class="ttname"><a href="namespacepFlow.html#a94809bdb48183ff3ef62935d56f5c1e0">pFlow::int64</a></div><div class="ttdeci">long long int int64</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00052">builtinTypes.hpp:52</a></div></div>
<div class="ttc" id="anamespacepFlow_html_ad91d579ce4d1ed156f09c96be1620393"><div class="ttname"><a href="namespacepFlow.html#ad91d579ce4d1ed156f09c96be1620393">pFlow::largestPosInt64</a></div><div class="ttdeci">const int64 largestPosInt64</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00063">numericConstants.hpp:63</a></div></div>
<div class="ttc" id="anamespacepFlow_html"><div class="ttname"><a href="namespacepFlow.html">pFlow</a></div><div class="ttdef"><b>Definition:</b> <a href="demGeometry_8hpp_source.html#l00027">demGeometry.hpp:27</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a332d59fc35731448fa9ae68ae6916cb0"><div class="ttname"><a href="namespacepFlow.html#a332d59fc35731448fa9ae68ae6916cb0">pFlow::largestNegREAL</a></div><div class="ttdeci">const real largestNegREAL</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00065">numericConstants.hpp:65</a></div></div>
<div class="ttc" id="anamespacepFlow_html_aae6ad039f09c0676db11bd114136a3fa"><div class="ttname"><a href="namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa">pFlow::int32</a></div><div class="ttdeci">int int32</div><div class="ttdef"><b>Definition:</b> <a href="builtinTypes_8hpp_source.html#l00050">builtinTypes.hpp:50</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a4ee2c88d6e9faceb7ece2b2ccd2942ef"><div class="ttname"><a href="namespacepFlow.html#a4ee2c88d6e9faceb7ece2b2ccd2942ef">pFlow::largestNegInt32</a></div><div class="ttdeci">const int32 largestNegInt32</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00059">numericConstants.hpp:59</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a9d1b590d78ffef4b20c7daa1648bd9e8"><div class="ttname"><a href="namespacepFlow.html#a9d1b590d78ffef4b20c7daa1648bd9e8">pFlow::veryLargeValue</a></div><div class="ttdeci">const real veryLargeValue</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00034">numericConstants.hpp:34</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a1a6444472664b73ca86d9c96154ea1da"><div class="ttname"><a href="namespacepFlow.html#a1a6444472664b73ca86d9c96154ea1da">pFlow::largestPositive</a></div><div class="ttdeci">constexpr T largestPositive()</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00054">numericConstants.hpp:54</a></div></div>
<div class="ttc" id="anamespacepFlow_html_ae2e45e2e2b81a1f4b9b843330fdb96b0"><div class="ttname"><a href="namespacepFlow.html#ae2e45e2e2b81a1f4b9b843330fdb96b0">pFlow::largestNegative</a></div><div class="ttdeci">constexpr T largestNegative()</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00039">numericConstants.hpp:39</a></div></div>
<div class="ttc" id="anamespacepFlow_html_ac6b82e272ae0e23afb8f0c773a61d4f3"><div class="ttname"><a href="namespacepFlow.html#ac6b82e272ae0e23afb8f0c773a61d4f3">pFlow::epsilonREAL</a></div><div class="ttdeci">const real epsilonREAL</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00067">numericConstants.hpp:67</a></div></div>
<div class="ttc" id="anamespacepFlow_html_ac2d229af1e3f22d4f92fd64e157610d9"><div class="ttname"><a href="namespacepFlow.html#ac2d229af1e3f22d4f92fd64e157610d9">pFlow::epsilonValue</a></div><div class="ttdeci">constexpr T epsilonValue()</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00046">numericConstants.hpp:46</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a5fde17044bd1d2599c2e8c5aba9fb346"><div class="ttname"><a href="namespacepFlow.html#a5fde17044bd1d2599c2e8c5aba9fb346">pFlow::Pi</a></div><div class="ttdeci">const real Pi</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00030">numericConstants.hpp:30</a></div></div>
<div class="ttc" id="anamespacepFlow_html_adb5cbd180a96327fd58897cbd8faa670"><div class="ttname"><a href="namespacepFlow.html#adb5cbd180a96327fd58897cbd8faa670">pFlow::largestPosInt32</a></div><div class="ttdeci">const int32 largestPosInt32</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00060">numericConstants.hpp:60</a></div></div>
<div class="ttc" id="abuiltinTypes_8hpp_html"><div class="ttname"><a href="builtinTypes_8hpp.html">builtinTypes.hpp</a></div></div>
<div class="ttc" id="anamespacepFlow_html_a66263d59f896f4b8524b0a1f0181f8b9"><div class="ttname"><a href="namespacepFlow.html#a66263d59f896f4b8524b0a1f0181f8b9">pFlow::largeValue</a></div><div class="ttdeci">const real largeValue</div><div class="ttdef"><b>Definition:</b> <a href="numericConstants_8hpp_source.html#l00033">numericConstants.hpp:33</a></div></div>
<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_cd7a5046d028e114fc17b2ebc2bd02d2.html">phasicFlow</a></li><li class="navelem"><a class="el" href="dir_e8baec020e471dff3bc06b812491e6c5.html">types</a></li><li class="navelem"><a class="el" href="dir_1a770030fbe0d8c1d8599c15a9d89b7c.html">basicTypes</a></li><li class="navelem"><a class="el" href="numericConstants_8hpp.html">numericConstants.hpp</a></li>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
</html>