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

371 lines
60 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/structuredData/pointStructure/pointStructure/pointStructure.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('pointStructure_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">pointStructure.hpp</div> </div>
</div><!--header-->
<div class="contents">
<a href="pointStructure_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;<span class="preprocessor">#ifndef __pointStructure_hpp__</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="preprocessor">#define __pointStructure_hpp__</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160; </div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="IOobject_8hpp.html">IOobject.hpp</a>&quot;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="demComponent_8hpp.html">demComponent.hpp</a>&quot;</span></div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="internalPoints_8hpp.html">internalPoints.hpp</a>&quot;</span></div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="simulationDomain_8hpp.html">simulationDomain.hpp</a>&quot;</span></div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="pointSorting_8hpp.html">pointSorting.hpp</a>&quot;</span></div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="boundaryList_8hpp.html">boundaryList.hpp</a>&quot;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="streams_8hpp.html">streams.hpp</a>&quot;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; </div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160;<span class="keyword">namespace </span><a class="code" href="namespacepFlow.html">pFlow</a></div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>&#160;{</div>
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html"> 34</a></span>&#160;<span class="keyword">class </span><a class="code" href="classpFlow_1_1pointStructure.html">pointStructure</a></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="keyword">public</span> <a class="code" href="classpFlow_1_1IOobject.html">IOobject</a>,</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>&#160; <span class="keyword">public</span> <a class="code" href="classpFlow_1_1demComponent.html">demComponent</a>,</div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>&#160; <span class="keyword">public</span> <a class="code" href="classpFlow_1_1internalPoints.html">internalPoints</a></div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>&#160;{</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span>&#160; </div>
<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a139a0e82929617430e7157a17dabbe32"> 42</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classpFlow_1_1Field.html">PointsType</a> = <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1internalPoints.html#aecab18ee22629292256270f780660926">internalPoints::PointsType</a>;</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"><a class="line" href="classpFlow_1_1pointStructure.html#a117cc5a1296f887303ad47f0ddc79c3e"> 44</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e">PointsTypeHost</a> = <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1Field.html">PointsType::FieldTypeHost</a>;</div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span>&#160; </div>
<div class="line"><a name="l00046"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a8f8869f56eb0f46a1b5982b9c86c144c"> 46</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classpFlow_1_1internalPoints.html#a8f8869f56eb0f46a1b5982b9c86c144c">device_type</a> = <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1VectorSingle.html#a4430adf7e2f1710d3da2b59bdec7ba1c">PointsType::device_type</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"><a class="line" href="classpFlow_1_1pointStructure.html#aab387c16af5c682175807ee62da9debe"> 48</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe">memory_space</a> = <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1Field.html#abb38920d985a52377685fd852f62f4c2">PointsType::memory_space</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"><a class="line" href="classpFlow_1_1pointStructure.html#a58b791b039aeb7315f6cea0a2f117cba"> 50</a></span>&#160; <span class="keyword">using</span> <a class="code" href="classpFlow_1_1internalPoints.html#a58b791b039aeb7315f6cea0a2f117cba">execution_space</a> = <span class="keyword">typename</span> <a class="code" href="classpFlow_1_1Field.html#a0b138cbd599d4fc0e95738e75f1e7445">PointsType::execution_space</a>;</div>
<div class="line"><a name="l00051"></a><span class="lineno"> 51</span>&#160; </div>
<div class="line"><a name="l00052"></a><span class="lineno"> 52</span>&#160;<span class="keyword">private</span>:</div>
<div class="line"><a name="l00053"></a><span class="lineno"> 53</span>&#160; </div>
<div class="line"><a name="l00055"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a2d1fb72fb81ea7a3ec893c5b1dc77bbc"> 55</a></span>&#160; <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr&lt;simulationDomain&gt;</a> <a class="code" href="classpFlow_1_1pointStructure.html#a2d1fb72fb81ea7a3ec893c5b1dc77bbc">simulationDomain_</a> = <span class="keyword">nullptr</span>;</div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
<div class="line"><a name="l00057"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a249b9a57ae07a3d627b57a243f04829e"> 57</a></span>&#160; <a class="code" href="classpFlow_1_1uniquePtr.html">uniquePtr&lt;pointSorting&gt;</a> <a class="code" href="classpFlow_1_1pointStructure.html#a249b9a57ae07a3d627b57a243f04829e">pointSorting_</a> = <span class="keyword">nullptr</span>;</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="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976"> 59</a></span>&#160; <a class="code" href="classpFlow_1_1boundaryList.html">boundaryList</a> <a class="code" href="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976">boundaries_</a>;</div>
<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160; </div>
<div class="line"><a name="l00061"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a1072daecb0f4973c8a52f645b6eebe29"> 61</a></span>&#160; <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1pointStructure.html#a1072daecb0f4973c8a52f645b6eebe29">boundaryUpdateTimer_</a>;</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; </div>
<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a57584b3855aa5f88cada78f92019875d"> 63</a></span>&#160; <a class="code" href="classpFlow_1_1Timer.html">Timer</a> <a class="code" href="classpFlow_1_1pointStructure.html#a57584b3855aa5f88cada78f92019875d">boundaryDataTransferTimer_</a>;</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"> 65</span>&#160; </div>
<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1pointStructure.html#aa8a8b54dfabf2f9fb5da317cd085a23e">setupPointStructure</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">realx3Vector</a>&amp; points);</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="keywordtype">bool</span> <a class="code" href="classpFlow_1_1pointStructure.html#aa8a8b54dfabf2f9fb5da317cd085a23e">setupPointStructure</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e">PointsTypeHost</a>&amp; points);</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="keywordtype">bool</span> <a class="code" href="classpFlow_1_1pointStructure.html#aa3a123e71a569c1bad7423b6b26d1c28">initializePoints</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e">PointsTypeHost</a>&amp; points);</div>
<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160; </div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="keyword">public</span>:</div>
<div class="line"><a name="l00074"></a><span class="lineno"> 74</span>&#160; </div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160; </div>
<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; <span class="comment">// - type info</span></div>
<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; <a class="code" href="classpFlow_1_1pointStructure.html#a79cf90bf54b5dc2b8cd0415152ee0875">TypeInfo</a>(<span class="stringliteral">&quot;pointStructure&quot;</span>);</div>
<div class="line"><a name="l00078"></a><span class="lineno"> 78</span>&#160; </div>
<div class="line"><a name="l00079"></a><span class="lineno"> 79</span>&#160; </div>
<div class="line"><a name="l00081"></a><span class="lineno"> 81</span>&#160; </div>
<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; <span class="keyword">explicit</span> <a class="code" href="classpFlow_1_1pointStructure.html#adf6e06bca1642277ad459ee38ddd5d47">pointStructure</a>(<a class="code" href="classpFlow_1_1systemControl.html">systemControl</a>&amp; <a class="code" href="classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0">control</a>);</div>
<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; </div>
<div class="line"><a name="l00086"></a><span class="lineno"> 86</span>&#160; <a class="code" href="classpFlow_1_1pointStructure.html#adf6e06bca1642277ad459ee38ddd5d47">pointStructure</a>(</div>
<div class="line"><a name="l00087"></a><span class="lineno"> 87</span>&#160; <a class="code" href="classpFlow_1_1systemControl.html">systemControl</a>&amp; <a class="code" href="classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0">control</a>,</div>
<div class="line"><a name="l00088"></a><span class="lineno"> 88</span>&#160; <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Vector.html">realx3Vector</a>&amp; posVec);</div>
<div class="line"><a name="l00089"></a><span class="lineno"> 89</span>&#160; </div>
<div class="line"><a name="l00090"></a><span class="lineno"> 90</span>&#160; <a class="code" href="classpFlow_1_1pointStructure.html#adf6e06bca1642277ad459ee38ddd5d47">pointStructure</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1pointStructure.html">pointStructure</a>&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00091"></a><span class="lineno"> 91</span>&#160; </div>
<div class="line"><a name="l00092"></a><span class="lineno"> 92</span>&#160; <span class="comment">// - no move construct </span></div>
<div class="line"><a name="l00093"></a><span class="lineno"> 93</span>&#160; <a class="code" href="classpFlow_1_1pointStructure.html#adf6e06bca1642277ad459ee38ddd5d47">pointStructure</a>(<a class="code" href="classpFlow_1_1pointStructure.html">pointStructure</a>&amp;&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00094"></a><span class="lineno"> 94</span>&#160; </div>
<div class="line"><a name="l00095"></a><span class="lineno"> 95</span>&#160; </div>
<div class="line"><a name="l00096"></a><span class="lineno"> 96</span>&#160; <a class="code" href="classpFlow_1_1pointStructure.html">pointStructure</a>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#ae336f51d6640efdee29c287da28680d6">operator=</a>(<span class="keyword">const</span> <a class="code" href="classpFlow_1_1pointStructure.html">pointStructure</a>&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00097"></a><span class="lineno"> 97</span>&#160; </div>
<div class="line"><a name="l00098"></a><span class="lineno"> 98</span>&#160; <span class="comment">// - no move assignment </span></div>
<div class="line"><a name="l00099"></a><span class="lineno"> 99</span>&#160; <a class="code" href="classpFlow_1_1pointStructure.html">pointStructure</a>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#ae336f51d6640efdee29c287da28680d6">operator=</a>(<a class="code" href="classpFlow_1_1pointStructure.html">pointStructure</a>&amp;&amp;) = <span class="keyword">delete</span>;</div>
<div class="line"><a name="l00100"></a><span class="lineno"> 100</span>&#160; </div>
<div class="line"><a name="l00101"></a><span class="lineno"> 101</span>&#160; <span class="comment">// - destructor </span></div>
<div class="line"><a name="l00102"></a><span class="lineno"> 102</span>&#160; <a class="code" href="classpFlow_1_1pointStructure.html#a88b67f59370894bc1987cbb683a7a25c">~pointStructure</a>() <span class="keyword">override</span> = <span class="keywordflow">default</span>;</div>
<div class="line"><a name="l00103"></a><span class="lineno"> 103</span>&#160; </div>
<div class="line"><a name="l00104"></a><span class="lineno"> 104</span>&#160; <span class="comment">// - Iteration methods</span></div>
<div class="line"><a name="l00105"></a><span class="lineno"> 105</span>&#160; </div>
<div class="line"><a name="l00107"></a><span class="lineno"> 107</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1pointStructure.html#ada71b97666fe3f66b31690bf12633c32">beforeIteration</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00108"></a><span class="lineno"> 108</span>&#160; </div>
<div class="line"><a name="l00111"></a><span class="lineno"> 111</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1pointStructure.html#afa767bddda52eb71cea18f755e17d559">iterate</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00112"></a><span class="lineno"> 112</span>&#160; </div>
<div class="line"><a name="l00114"></a><span class="lineno"> 114</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1pointStructure.html#a5ab4b6c611c3256e54f51bbfc484d58e">afterIteration</a>() <span class="keyword">override</span>;</div>
<div class="line"><a name="l00115"></a><span class="lineno"> 115</span>&#160; </div>
<div class="line"><a name="l00116"></a><span class="lineno"> 116</span>&#160; <span class="comment">// - Access methods </span></div>
<div class="line"><a name="l00117"></a><span class="lineno"> 117</span>&#160; </div>
<div class="line"><a name="l00118"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a137901d5930c5fb8adeb41633d125445"> 118</a></span>&#160; <span class="keyword">auto</span>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#a137901d5930c5fb8adeb41633d125445">boundaries</a>()</div>
<div class="line"><a name="l00119"></a><span class="lineno"> 119</span>&#160; {</div>
<div class="line"><a name="l00120"></a><span class="lineno"> 120</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976">boundaries_</a>;</div>
<div class="line"><a name="l00121"></a><span class="lineno"> 121</span>&#160; }</div>
<div class="line"><a name="l00122"></a><span class="lineno"> 122</span>&#160; </div>
<div class="line"><a name="l00123"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a25f9934fc9339bdef99103aa060d8376"> 123</a></span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#a25f9934fc9339bdef99103aa060d8376">boundaries</a>()<span class="keyword">const</span></div>
<div class="line"><a name="l00124"></a><span class="lineno"> 124</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00125"></a><span class="lineno"> 125</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976">boundaries_</a>;</div>
<div class="line"><a name="l00126"></a><span class="lineno"> 126</span>&#160; }</div>
<div class="line"><a name="l00127"></a><span class="lineno"> 127</span>&#160; </div>
<div class="line"><a name="l00128"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#ac469007fdaaadba509bda15a90e450d5"> 128</a></span>&#160; <a class="code" href="classpFlow_1_1Time.html">Time</a>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#ac469007fdaaadba509bda15a90e450d5">time</a>()<span class="keyword"> override</span></div>
<div class="line"><a name="l00129"></a><span class="lineno"> 129</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00130"></a><span class="lineno"> 130</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1demComponent.html#a40f341a9cb1091ba9e3670f98cd002c3">demComponent::time</a>();</div>
<div class="line"><a name="l00131"></a><span class="lineno"> 131</span>&#160; }</div>
<div class="line"><a name="l00132"></a><span class="lineno"> 132</span>&#160; </div>
<div class="line"><a name="l00133"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a52736112a35934786ddb38ff4c5dffe8"> 133</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classpFlow_1_1Time.html">Time</a>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#a52736112a35934786ddb38ff4c5dffe8">time</a>()<span class="keyword"> const override</span></div>
<div class="line"><a name="l00134"></a><span class="lineno"> 134</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00135"></a><span class="lineno"> 135</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1demComponent.html#a40f341a9cb1091ba9e3670f98cd002c3">demComponent::time</a>();</div>
<div class="line"><a name="l00136"></a><span class="lineno"> 136</span>&#160; }</div>
<div class="line"><a name="l00137"></a><span class="lineno"> 137</span>&#160; </div>
<div class="line"><a name="l00138"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a1d82e8549654bfdc8c828d4f45bcd1f2"> 138</a></span>&#160; <a class="code" href="classpFlow_1_1boundaryBase.html">boundaryBase</a>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#a1d82e8549654bfdc8c828d4f45bcd1f2">boundary</a>(<span class="keywordtype">size_t</span> i )<span class="keyword"> override</span></div>
<div class="line"><a name="l00139"></a><span class="lineno"> 139</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00140"></a><span class="lineno"> 140</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976">boundaries_</a>[i];</div>
<div class="line"><a name="l00141"></a><span class="lineno"> 141</span>&#160; }</div>
<div class="line"><a name="l00142"></a><span class="lineno"> 142</span>&#160; </div>
<div class="line"><a name="l00143"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a4d958229a990fab7008b251b25e55b3e"> 143</a></span>&#160; <span class="keyword">const</span> <a class="code" href="classpFlow_1_1boundaryBase.html">boundaryBase</a>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#a4d958229a990fab7008b251b25e55b3e">boundary</a>(<span class="keywordtype">size_t</span> i)<span class="keyword">const override</span></div>
<div class="line"><a name="l00144"></a><span class="lineno"> 144</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00145"></a><span class="lineno"> 145</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976">boundaries_</a>[i];</div>
<div class="line"><a name="l00146"></a><span class="lineno"> 146</span>&#160; }</div>
<div class="line"><a name="l00147"></a><span class="lineno"> 147</span>&#160; </div>
<div class="line"><a name="l00148"></a><span class="lineno"> 148</span>&#160; <span class="keyword">inline</span></div>
<div class="line"><a name="l00149"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88"> 149</a></span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88">simDomain</a>()<span class="keyword">const</span></div>
<div class="line"><a name="l00150"></a><span class="lineno"> 150</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00151"></a><span class="lineno"> 151</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1pointStructure.html#a2d1fb72fb81ea7a3ec893c5b1dc77bbc">simulationDomain_</a>();</div>
<div class="line"><a name="l00152"></a><span class="lineno"> 152</span>&#160; }</div>
<div class="line"><a name="l00153"></a><span class="lineno"> 153</span>&#160; </div>
<div class="line"><a name="l00154"></a><span class="lineno"> 154</span>&#160; <span class="keyword">inline</span> </div>
<div class="line"><a name="l00155"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#ac83f377533f26c27400c8e9b1ba26f8e"> 155</a></span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#ac83f377533f26c27400c8e9b1ba26f8e">thisDomain</a>()<span class="keyword">const</span></div>
<div class="line"><a name="l00156"></a><span class="lineno"> 156</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00157"></a><span class="lineno"> 157</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1pointStructure.html#a2d1fb72fb81ea7a3ec893c5b1dc77bbc">simulationDomain_</a>().thisDomain();</div>
<div class="line"><a name="l00158"></a><span class="lineno"> 158</span>&#160; }</div>
<div class="line"><a name="l00159"></a><span class="lineno"> 159</span>&#160; </div>
<div class="line"><a name="l00160"></a><span class="lineno"> 160</span>&#160; <span class="keyword">inline</span> </div>
<div class="line"><a name="l00161"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#a0d2a7b5c43832e65e2cbf5f9de32856d"> 161</a></span>&#160; <span class="keyword">const</span> <span class="keyword">auto</span>&amp; <a class="code" href="classpFlow_1_1pointStructure.html#a0d2a7b5c43832e65e2cbf5f9de32856d">extendedDomain</a>()<span class="keyword">const</span></div>
<div class="line"><a name="l00162"></a><span class="lineno"> 162</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00163"></a><span class="lineno"> 163</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976">boundaries_</a>.<a class="code" href="classpFlow_1_1boundaryList.html#a0d2a7b5c43832e65e2cbf5f9de32856d">extendedDomain</a>();</div>
<div class="line"><a name="l00164"></a><span class="lineno"> 164</span>&#160; }</div>
<div class="line"><a name="l00165"></a><span class="lineno"> 165</span>&#160; </div>
<div class="line"><a name="l00166"></a><span class="lineno"> 166</span>&#160; <span class="keyword">inline</span> </div>
<div class="line"><a name="l00167"></a><span class="lineno"><a class="line" href="classpFlow_1_1pointStructure.html#aff82dfcdc037791c20e374c6123523e5"> 167</a></span>&#160; <span class="keyword">auto</span> <a class="code" href="classpFlow_1_1pointStructure.html#aff82dfcdc037791c20e374c6123523e5">internalDomainBox</a>()<span class="keyword">const</span></div>
<div class="line"><a name="l00168"></a><span class="lineno"> 168</span>&#160;<span class="keyword"> </span>{</div>
<div class="line"><a name="l00169"></a><span class="lineno"> 169</span>&#160; <span class="keywordflow">return</span> <a class="code" href="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976">boundaries_</a>.<a class="code" href="classpFlow_1_1boundaryList.html#afcec9dc7f2d408d3bc2e447166a7caef">internalDomainBox</a>();</div>
<div class="line"><a name="l00170"></a><span class="lineno"> 170</span>&#160; }</div>
<div class="line"><a name="l00171"></a><span class="lineno"> 171</span>&#160; </div>
<div class="line"><a name="l00172"></a><span class="lineno"> 172</span>&#160; <span class="comment">// - IO methods </span></div>
<div class="line"><a name="l00173"></a><span class="lineno"> 173</span>&#160; </div>
<div class="line"><a name="l00178"></a><span class="lineno"> 178</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1pointStructure.html#a1c713f45ca620694735a6a21959cc408">read</a>(<a class="code" href="classpFlow_1_1iIstream.html">iIstream</a>&amp; is, <span class="keyword">const</span> <a class="code" href="classpFlow_1_1IOPattern.html">IOPattern</a>&amp; iop) <span class="keyword">override</span>;</div>
<div class="line"><a name="l00179"></a><span class="lineno"> 179</span>&#160; </div>
<div class="line"><a name="l00180"></a><span class="lineno"> 180</span>&#160; </div>
<div class="line"><a name="l00182"></a><span class="lineno"> 182</span>&#160; <span class="keywordtype">bool</span> <a class="code" href="classpFlow_1_1pointStructure.html#ab3738b20dfa25d66228f6a7571d97aa0">write</a>(<a class="code" href="classpFlow_1_1iOstream.html">iOstream</a>&amp; os, <span class="keyword">const</span> <a class="code" href="classpFlow_1_1IOPattern.html">IOPattern</a>&amp; iop)<span class="keyword">const override</span>;</div>
<div class="line"><a name="l00183"></a><span class="lineno"> 183</span>&#160; </div>
<div class="line"><a name="l00184"></a><span class="lineno"> 184</span>&#160; </div>
<div class="line"><a name="l00185"></a><span class="lineno"> 185</span>&#160;};</div>
<div class="line"><a name="l00186"></a><span class="lineno"> 186</span>&#160; </div>
<div class="line"><a name="l00187"></a><span class="lineno"> 187</span>&#160; </div>
<div class="line"><a name="l00188"></a><span class="lineno"> 188</span>&#160;<span class="comment">/*inline iOstream&amp; operator &lt;&lt; (iOstream&amp; os, const pointStructure&amp; ps )</span></div>
<div class="line"><a name="l00189"></a><span class="lineno"> 189</span>&#160;<span class="comment">{ </span></div>
<div class="line"><a name="l00190"></a><span class="lineno"> 190</span>&#160;<span class="comment"> if( !ps.write(os, IOPattern::AllProcessorsDifferent) )</span></div>
<div class="line"><a name="l00191"></a><span class="lineno"> 191</span>&#160;<span class="comment"> {</span></div>
<div class="line"><a name="l00192"></a><span class="lineno"> 192</span>&#160;<span class="comment"> ioErrorInFile(os.name(), os.lineNumber());</span></div>
<div class="line"><a name="l00193"></a><span class="lineno"> 193</span>&#160;<span class="comment"> fatalExit;</span></div>
<div class="line"><a name="l00194"></a><span class="lineno"> 194</span>&#160;<span class="comment"> }</span></div>
<div class="line"><a name="l00195"></a><span class="lineno"> 195</span>&#160;<span class="comment"> return os; </span></div>
<div class="line"><a name="l00196"></a><span class="lineno"> 196</span>&#160;<span class="comment">}*/</span></div>
<div class="line"><a name="l00197"></a><span class="lineno"> 197</span>&#160; </div>
<div class="line"><a name="l00198"></a><span class="lineno"> 198</span>&#160;} <span class="comment">// pFlow</span></div>
<div class="line"><a name="l00199"></a><span class="lineno"> 199</span>&#160; </div>
<div class="line"><a name="l00200"></a><span class="lineno"> 200</span>&#160; </div>
<div class="line"><a name="l00201"></a><span class="lineno"> 201</span>&#160; </div>
<div class="line"><a name="l00202"></a><span class="lineno"> 202</span>&#160; </div>
<div class="line"><a name="l00203"></a><span class="lineno"> 203</span>&#160;<span class="preprocessor">#endif //__pointStructure_hpp__</span></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="aclasspFlow_1_1boundaryList_html_afcec9dc7f2d408d3bc2e447166a7caef"><div class="ttname"><a href="classpFlow_1_1boundaryList.html#afcec9dc7f2d408d3bc2e447166a7caef">pFlow::boundaryList::internalDomainBox</a></div><div class="ttdeci">box internalDomainBox() const</div><div class="ttdef"><b>Definition:</b> <a href="boundaryList_8cpp_source.html#l00165">boundaryList.cpp:165</a></div></div>
<div class="ttc" id="apointSorting_8hpp_html"><div class="ttname"><a href="pointSorting_8hpp.html">pointSorting.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1internalPoints_html"><div class="ttname"><a href="classpFlow_1_1internalPoints.html">pFlow::internalPoints</a></div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00038">internalPoints.hpp:38</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a52736112a35934786ddb38ff4c5dffe8"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a52736112a35934786ddb38ff4c5dffe8">pFlow::pointStructure::time</a></div><div class="ttdeci">const Time &amp; time() const override</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00133">pointStructure.hpp:133</a></div></div>
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_a58b791b039aeb7315f6cea0a2f117cba"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#a58b791b039aeb7315f6cea0a2f117cba">pFlow::internalPoints::execution_space</a></div><div class="ttdeci">typename PointsType::execution_space execution_space</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00054">internalPoints.hpp:54</a></div></div>
<div class="ttc" id="aIOobject_8hpp_html"><div class="ttname"><a href="IOobject_8hpp.html">IOobject.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a1c713f45ca620694735a6a21959cc408"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a1c713f45ca620694735a6a21959cc408">pFlow::pointStructure::read</a></div><div class="ttdeci">bool read(iIstream &amp;is, const IOPattern &amp;iop) override</div><div class="ttdoc">read the point structure from the input stream.</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8cpp_source.html#l00257">pointStructure.cpp:257</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_ac469007fdaaadba509bda15a90e450d5"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#ac469007fdaaadba509bda15a90e450d5">pFlow::pointStructure::time</a></div><div class="ttdeci">Time &amp; time() override</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00128">pointStructure.hpp:128</a></div></div>
<div class="ttc" id="aclasspFlow_1_1demComponent_html_a647786897b3da03fcd415b2ebcf541c0"><div class="ttname"><a href="classpFlow_1_1demComponent.html#a647786897b3da03fcd415b2ebcf541c0">pFlow::demComponent::control</a></div><div class="ttdeci">const auto &amp; control() const</div><div class="ttdoc">Const ref to systemControl.</div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00088">demComponent.hpp:88</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a25f9934fc9339bdef99103aa060d8376"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a25f9934fc9339bdef99103aa060d8376">pFlow::pointStructure::boundaries</a></div><div class="ttdeci">const auto &amp; boundaries() const</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00123">pointStructure.hpp:123</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_ada71b97666fe3f66b31690bf12633c32"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#ada71b97666fe3f66b31690bf12633c32">pFlow::pointStructure::beforeIteration</a></div><div class="ttdeci">bool beforeIteration() override</div><div class="ttdoc">In the time loop before iterate.</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8cpp_source.html#l00175">pointStructure.cpp:175</a></div></div>
<div class="ttc" id="aclasspFlow_1_1boundaryList_html_a0d2a7b5c43832e65e2cbf5f9de32856d"><div class="ttname"><a href="classpFlow_1_1boundaryList.html#a0d2a7b5c43832e65e2cbf5f9de32856d">pFlow::boundaryList::extendedDomain</a></div><div class="ttdeci">const auto &amp; extendedDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="boundaryList_8hpp_source.html#l00113">boundaryList.hpp:113</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_ac83f377533f26c27400c8e9b1ba26f8e"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#ac83f377533f26c27400c8e9b1ba26f8e">pFlow::pointStructure::thisDomain</a></div><div class="ttdeci">const auto &amp; thisDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00155">pointStructure.hpp:155</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_adf6e06bca1642277ad459ee38ddd5d47"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#adf6e06bca1642277ad459ee38ddd5d47">pFlow::pointStructure::pointStructure</a></div><div class="ttdeci">pointStructure(systemControl &amp;control)</div><div class="ttdoc">an empty pointStructure, good for reading from file</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8cpp_source.html#l00094">pointStructure.cpp:94</a></div></div>
<div class="ttc" id="aclasspFlow_1_1demComponent_html_a40f341a9cb1091ba9e3670f98cd002c3"><div class="ttname"><a href="classpFlow_1_1demComponent.html#a40f341a9cb1091ba9e3670f98cd002c3">pFlow::demComponent::time</a></div><div class="ttdeci">const auto &amp; time() const</div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00113">demComponent.hpp:113</a></div></div>
<div class="ttc" id="aclasspFlow_1_1systemControl_html"><div class="ttname"><a href="classpFlow_1_1systemControl.html">pFlow::systemControl</a></div><div class="ttdef"><b>Definition:</b> <a href="systemControl_8hpp_source.html#l00041">systemControl.hpp:41</a></div></div>
<div class="ttc" id="aclasspFlow_1_1boundaryList_html"><div class="ttname"><a href="classpFlow_1_1boundaryList.html">pFlow::boundaryList</a></div><div class="ttdef"><b>Definition:</b> <a href="boundaryList_8hpp_source.html#l00035">boundaryList.hpp:35</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a1072daecb0f4973c8a52f645b6eebe29"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a1072daecb0f4973c8a52f645b6eebe29">pFlow::pointStructure::boundaryUpdateTimer_</a></div><div class="ttdeci">Timer boundaryUpdateTimer_</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00061">pointStructure.hpp:61</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Field_html"><div class="ttname"><a href="classpFlow_1_1Field.html">pFlow::Field&lt; realx3 &gt;</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_ab6e47ba73b45a9bdfe3aeb0e3d629b88"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#ab6e47ba73b45a9bdfe3aeb0e3d629b88">pFlow::pointStructure::simDomain</a></div><div class="ttdeci">const auto &amp; simDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00149">pointStructure.hpp:149</a></div></div>
<div class="ttc" id="asimulationDomain_8hpp_html"><div class="ttname"><a href="simulationDomain_8hpp.html">simulationDomain.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a249b9a57ae07a3d627b57a243f04829e"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a249b9a57ae07a3d627b57a243f04829e">pFlow::pointStructure::pointSorting_</a></div><div class="ttdeci">uniquePtr&lt; pointSorting &gt; pointSorting_</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00057">pointStructure.hpp:57</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="aclasspFlow_1_1IOobject_html"><div class="ttname"><a href="classpFlow_1_1IOobject.html">pFlow::IOobject</a></div><div class="ttdef"><b>Definition:</b> <a href="IOobject_8hpp_source.html#l00035">IOobject.hpp:35</a></div></div>
<div class="ttc" id="aboundaryList_8hpp_html"><div class="ttname"><a href="boundaryList_8hpp.html">boundaryList.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a57584b3855aa5f88cada78f92019875d"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a57584b3855aa5f88cada78f92019875d">pFlow::pointStructure::boundaryDataTransferTimer_</a></div><div class="ttdeci">Timer boundaryDataTransferTimer_</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00063">pointStructure.hpp:63</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html"><div class="ttname"><a href="classpFlow_1_1pointStructure.html">pFlow::pointStructure</a></div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00034">pointStructure.hpp:34</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a88b67f59370894bc1987cbb683a7a25c"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a88b67f59370894bc1987cbb683a7a25c">pFlow::pointStructure::~pointStructure</a></div><div class="ttdeci">~pointStructure() override=default</div></div>
<div class="ttc" id="aclasspFlow_1_1VectorSingle_html_a4430adf7e2f1710d3da2b59bdec7ba1c"><div class="ttname"><a href="classpFlow_1_1VectorSingle.html#a4430adf7e2f1710d3da2b59bdec7ba1c">pFlow::VectorSingle&lt; realx3, void &gt;::device_type</a></div><div class="ttdeci">typename viewType::device_type device_type</div><div class="ttdef"><b>Definition:</b> <a href="VectorSingle_8hpp_source.html#l00072">VectorSingle.hpp:72</a></div></div>
<div class="ttc" id="aclasspFlow_1_1iIstream_html"><div class="ttname"><a href="classpFlow_1_1iIstream.html">pFlow::iIstream</a></div><div class="ttdoc">Interface class for any input stream</div><div class="ttdef"><b>Definition:</b> <a href="iIstream_8hpp_source.html#l00037">iIstream.hpp:37</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a137901d5930c5fb8adeb41633d125445"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a137901d5930c5fb8adeb41633d125445">pFlow::pointStructure::boundaries</a></div><div class="ttdeci">auto &amp; boundaries()</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00118">pointStructure.hpp:118</a></div></div>
<div class="ttc" id="aclasspFlow_1_1demComponent_html"><div class="ttname"><a href="classpFlow_1_1demComponent.html">pFlow::demComponent</a></div><div class="ttdoc">A base class for every main component of DEM system.</div><div class="ttdef"><b>Definition:</b> <a href="demComponent_8hpp_source.html#l00042">demComponent.hpp:42</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Timer_html"><div class="ttname"><a href="classpFlow_1_1Timer.html">pFlow::Timer</a></div><div class="ttdef"><b>Definition:</b> <a href="Timer_8hpp_source.html#l00033">Timer.hpp:33</a></div></div>
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_a117cc5a1296f887303ad47f0ddc79c3e"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#a117cc5a1296f887303ad47f0ddc79c3e">pFlow::internalPoints::PointsTypeHost</a></div><div class="ttdeci">typename PointsType::FieldTypeHost PointsTypeHost</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00048">internalPoints.hpp:48</a></div></div>
<div class="ttc" id="aclasspFlow_1_1IOPattern_html"><div class="ttname"><a href="classpFlow_1_1IOPattern.html">pFlow::IOPattern</a></div><div class="ttdef"><b>Definition:</b> <a href="IOPattern_8hpp_source.html#l00032">IOPattern.hpp:32</a></div></div>
<div class="ttc" id="aclasspFlow_1_1boundaryBase_html"><div class="ttname"><a href="classpFlow_1_1boundaryBase.html">pFlow::boundaryBase</a></div><div class="ttdef"><b>Definition:</b> <a href="boundaryBase_8hpp_source.html#l00042">boundaryBase.hpp:42</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_ab3738b20dfa25d66228f6a7571d97aa0"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#ab3738b20dfa25d66228f6a7571d97aa0">pFlow::pointStructure::write</a></div><div class="ttdeci">bool write(iOstream &amp;os, const IOPattern &amp;iop) const override</div><div class="ttdoc">Write.</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8cpp_source.html#l00279">pointStructure.cpp:279</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a0d2a7b5c43832e65e2cbf5f9de32856d"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a0d2a7b5c43832e65e2cbf5f9de32856d">pFlow::pointStructure::extendedDomain</a></div><div class="ttdeci">const auto &amp; extendedDomain() const</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00161">pointStructure.hpp:161</a></div></div>
<div class="ttc" id="astreams_8hpp_html"><div class="ttname"><a href="streams_8hpp.html">streams.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_a8f8869f56eb0f46a1b5982b9c86c144c"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#a8f8869f56eb0f46a1b5982b9c86c144c">pFlow::internalPoints::device_type</a></div><div class="ttdeci">typename PointsType::device_type device_type</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00050">internalPoints.hpp:50</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a1d82e8549654bfdc8c828d4f45bcd1f2"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a1d82e8549654bfdc8c828d4f45bcd1f2">pFlow::pointStructure::boundary</a></div><div class="ttdeci">boundaryBase &amp; boundary(size_t i) override</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00138">pointStructure.hpp:138</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_afa767bddda52eb71cea18f755e17d559"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#afa767bddda52eb71cea18f755e17d559">pFlow::pointStructure::iterate</a></div><div class="ttdeci">bool iterate() override</div><div class="ttdoc">This is called in time loop.</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8cpp_source.html#l00232">pointStructure.cpp:232</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_aa3a123e71a569c1bad7423b6b26d1c28"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#aa3a123e71a569c1bad7423b6b26d1c28">pFlow::pointStructure::initializePoints</a></div><div class="ttdeci">bool initializePoints(const PointsTypeHost &amp;points)</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8cpp_source.html#l00083">pointStructure.cpp:83</a></div></div>
<div class="ttc" id="ademComponent_8hpp_html"><div class="ttname"><a href="demComponent_8hpp.html">demComponent.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_aab387c16af5c682175807ee62da9debe"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#aab387c16af5c682175807ee62da9debe">pFlow::internalPoints::memory_space</a></div><div class="ttdeci">typename PointsType::memory_space memory_space</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00052">internalPoints.hpp:52</a></div></div>
<div class="ttc" id="aclasspFlow_1_1internalPoints_html_aecab18ee22629292256270f780660926"><div class="ttname"><a href="classpFlow_1_1internalPoints.html#aecab18ee22629292256270f780660926">pFlow::internalPoints::PointsType</a></div><div class="ttdeci">realx3Field_D PointsType</div><div class="ttdef"><b>Definition:</b> <a href="internalPoints_8hpp_source.html#l00046">internalPoints.hpp:46</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_aa8a8b54dfabf2f9fb5da317cd085a23e"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#aa8a8b54dfabf2f9fb5da317cd085a23e">pFlow::pointStructure::setupPointStructure</a></div><div class="ttdeci">bool setupPointStructure(const realx3Vector &amp;points)</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8cpp_source.html#l00027">pointStructure.cpp:27</a></div></div>
<div class="ttc" id="aclasspFlow_1_1uniquePtr_html"><div class="ttname"><a href="classpFlow_1_1uniquePtr.html">pFlow::uniquePtr</a></div><div class="ttdef"><b>Definition:</b> <a href="uniquePtr_8hpp_source.html#l00042">uniquePtr.hpp:42</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a2d1fb72fb81ea7a3ec893c5b1dc77bbc"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a2d1fb72fb81ea7a3ec893c5b1dc77bbc">pFlow::pointStructure::simulationDomain_</a></div><div class="ttdeci">uniquePtr&lt; simulationDomain &gt; simulationDomain_</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00055">pointStructure.hpp:55</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a5ab4b6c611c3256e54f51bbfc484d58e"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a5ab4b6c611c3256e54f51bbfc484d58e">pFlow::pointStructure::afterIteration</a></div><div class="ttdeci">bool afterIteration() override</div><div class="ttdoc">This is called in time loop, after iterate.</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8cpp_source.html#l00244">pointStructure.cpp:244</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a4d958229a990fab7008b251b25e55b3e"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a4d958229a990fab7008b251b25e55b3e">pFlow::pointStructure::boundary</a></div><div class="ttdeci">const boundaryBase &amp; boundary(size_t i) const override</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00143">pointStructure.hpp:143</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Field_html_abb38920d985a52377685fd852f62f4c2"><div class="ttname"><a href="classpFlow_1_1Field.html#abb38920d985a52377685fd852f62f4c2">pFlow::Field&lt; realx3 &gt;::memory_space</a></div><div class="ttdeci">typename VectorType::memory_space memory_space</div><div class="ttdef"><b>Definition:</b> <a href="Field_8hpp_source.html#l00048">Field.hpp:48</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_ae336f51d6640efdee29c287da28680d6"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#ae336f51d6640efdee29c287da28680d6">pFlow::pointStructure::operator=</a></div><div class="ttdeci">pointStructure &amp; operator=(const pointStructure &amp;)=delete</div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a79cf90bf54b5dc2b8cd0415152ee0875"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a79cf90bf54b5dc2b8cd0415152ee0875">pFlow::pointStructure::TypeInfo</a></div><div class="ttdeci">TypeInfo(&quot;pointStructure&quot;)</div></div>
<div class="ttc" id="aclasspFlow_1_1Vector_html"><div class="ttname"><a href="classpFlow_1_1Vector.html">pFlow::Vector&lt; realx3 &gt;</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_a5430f74b572d6e70ae5418ac4ca6c976"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976">pFlow::pointStructure::boundaries_</a></div><div class="ttdeci">boundaryList boundaries_</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00059">pointStructure.hpp:59</a></div></div>
<div class="ttc" id="aclasspFlow_1_1iOstream_html"><div class="ttname"><a href="classpFlow_1_1iOstream.html">pFlow::iOstream</a></div><div class="ttdoc">Interface class for any output stream.</div><div class="ttdef"><b>Definition:</b> <a href="iOstream_8hpp_source.html#l00059">iOstream.hpp:59</a></div></div>
<div class="ttc" id="ainternalPoints_8hpp_html"><div class="ttname"><a href="internalPoints_8hpp.html">internalPoints.hpp</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Field_html_a0b138cbd599d4fc0e95738e75f1e7445"><div class="ttname"><a href="classpFlow_1_1Field.html#a0b138cbd599d4fc0e95738e75f1e7445">pFlow::Field&lt; realx3 &gt;::execution_space</a></div><div class="ttdeci">typename VectorType::execution_space execution_space</div><div class="ttdef"><b>Definition:</b> <a href="Field_8hpp_source.html#l00050">Field.hpp:50</a></div></div>
<div class="ttc" id="aclasspFlow_1_1pointStructure_html_aff82dfcdc037791c20e374c6123523e5"><div class="ttname"><a href="classpFlow_1_1pointStructure.html#aff82dfcdc037791c20e374c6123523e5">pFlow::pointStructure::internalDomainBox</a></div><div class="ttdeci">auto internalDomainBox() const</div><div class="ttdef"><b>Definition:</b> <a href="pointStructure_8hpp_source.html#l00167">pointStructure.hpp:167</a></div></div>
<div class="ttc" id="aclasspFlow_1_1Time_html"><div class="ttname"><a href="classpFlow_1_1Time.html">pFlow::Time</a></div><div class="ttdef"><b>Definition:</b> <a href="Time_8hpp_source.html#l00037">Time.hpp:37</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_0b265ec0eb5bc5fbad75b6fd7b5b024b.html">structuredData</a></li><li class="navelem"><a class="el" href="dir_40d089f5b6543888409b0c9c3858ee92.html">pointStructure</a></li><li class="navelem"><a class="el" href="dir_ab1bedec1dabb2ed23fd7ef97be7faaf.html">pointStructure</a></li><li class="navelem"><a class="el" href="pointStructure_8hpp.html">pointStructure.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>