mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
documentation for v1.0
This commit is contained in:
@ -139,9 +139,9 @@ $(document).ready(function(){initNavTree('cuboidWall_8cpp_source.html',''); init
|
||||
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
|
||||
<div class="line"><a name="l00033"></a><span class="lineno"> 33</span>  <span class="keyword">auto</span> center = dict.<a class="code" href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">getVal</a><<a class="code" href="classpFlow_1_1triple.html">realx3</a>>(<span class="stringliteral">"center"</span>);</div>
|
||||
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="keyword">auto</span> edgeLength= dict.<a class="code" href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">getVal</a><<a class="code" href="classpFlow_1_1triple.html">realx3</a>>(<span class="stringliteral">"edgeLength"</span>);</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keyword">auto</span> numDivs = dict.<a class="code" href="classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647">getValOrSet</a><<a class="code" href="classpFlow_1_1triple.html">int32x3</a>>(<span class="stringliteral">"numDivs"</span>, <a class="code" href="namespacepFlow.html#a51afbafe3e3517b4e7755c14959053df">int32x3</a>(1,1,1));</div>
|
||||
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  <span class="keyword">auto</span> numDivs = dict.<a class="code" href="classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647">getValOrSet</a><<a class="code" href="classpFlow_1_1triple.html">int32x3</a>>(<span class="stringliteral">"numDivs"</span>, <a class="code" href="namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd">int32x3</a>(1,1,1));</div>
|
||||
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  </div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  numDivs = <a class="code" href="namespacepFlow_1_1algorithms_1_1KOKKOS.html#a6256cdfd2ba7f02ac8db8f55d05b3ef9">max</a>(numDivs, <a class="code" href="namespacepFlow.html#a51afbafe3e3517b4e7755c14959053df">int32x3</a>(1,1,1));</div>
|
||||
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  numDivs = <a class="code" href="namespacepFlow_1_1algorithms_1_1KOKKOS.html#a9d98facac68152ec12bf1483da55c939">max</a>(numDivs, <a class="code" href="namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd">int32x3</a>(1,1,1));</div>
|
||||
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  </div>
|
||||
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  <a class="code" href="classpFlow_1_1triple.html">realx3</a> p1,p2,p3,p4;</div>
|
||||
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  </div>
|
||||
@ -248,23 +248,23 @@ $(document).ready(function(){initNavTree('cuboidWall_8cpp_source.html',''); init
|
||||
</div><!-- fragment --></div><!-- contents -->
|
||||
</div><!-- doc-content -->
|
||||
<div class="ttc" id="aclasspFlow_1_1planeWall_html"><div class="ttname"><a href="classpFlow_1_1planeWall.html">pFlow::planeWall</a></div><div class="ttdef"><b>Definition:</b> <a href="planeWall_8hpp_source.html#l00032">planeWall.hpp:32</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a5585dc9a8b971fbfe2c99fdb75c5d647"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647">pFlow::dictionary::getValOrSet</a></div><div class="ttdeci">T getValOrSet(const word &keyword, const T &setVal) const</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00325">dictionary.hpp:325</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00057">error.hpp:57</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a5585dc9a8b971fbfe2c99fdb75c5d647"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647">pFlow::dictionary::getValOrSet</a></div><div class="ttdeci">T getValOrSet(const word &keyword, const T &setVal) const</div><div class="ttdoc">get the value of data entry or if not found, set the value to setVal</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00415">dictionary.hpp:415</a></div></div>
|
||||
<div class="ttc" id="aerror_8hpp_html_aad22a1cd3b45a97ac8cd195f06fe61fe"><div class="ttname"><a href="error_8hpp.html#aad22a1cd3b45a97ac8cd195f06fe61fe">fatalExit</a></div><div class="ttdeci">#define fatalExit</div><div class="ttdoc">Fatal exit.</div><div class="ttdef"><b>Definition:</b> <a href="error_8hpp_source.html#l00098">error.hpp:98</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="aclasspFlow_1_1Wall_html_a4d7458cc2712b4dd7126fbc5970009af"><div class="ttname"><a href="classpFlow_1_1Wall.html#a4d7458cc2712b4dd7126fbc5970009af">pFlow::Wall::triangles</a></div><div class="ttdeci">const auto & triangles() const</div><div class="ttdef"><b>Definition:</b> <a href="Wall_8hpp_source.html#l00082">Wall.hpp:82</a></div></div>
|
||||
<div class="ttc" id="acuboidWall_8hpp_html"><div class="ttname"><a href="cuboidWall_8hpp.html">cuboidWall.hpp</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a51afbafe3e3517b4e7755c14959053df"><div class="ttname"><a href="namespacepFlow.html#a51afbafe3e3517b4e7755c14959053df">pFlow::int32x3</a></div><div class="ttdeci">triple< int32 > int32x3</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00041">types.hpp:41</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1cuboidWall_html_a55e30af1f42fec1e6e19ff11aae7821b"><div class="ttname"><a href="classpFlow_1_1cuboidWall.html#a55e30af1f42fec1e6e19ff11aae7821b">pFlow::cuboidWall::readcuboidWall</a></div><div class="ttdeci">bool readcuboidWall(const dictionary &dict)</div><div class="ttdef"><b>Definition:</b> <a href="cuboidWall_8cpp_source.html#l00028">cuboidWall.cpp:28</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a5164661f6974ad24fa90bf19433e6116"><div class="ttname"><a href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">pFlow::realx3</a></div><div class="ttdeci">triple< real > realx3</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00048">types.hpp:48</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a5164661f6974ad24fa90bf19433e6116"><div class="ttname"><a href="namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116">pFlow::realx3</a></div><div class="ttdeci">triple< real > realx3</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00043">types.hpp:43</a></div></div>
|
||||
<div class="ttc" id="aplaneWall_8hpp_html"><div class="ttname"><a href="planeWall_8hpp.html">planeWall.hpp</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a28d901cc27d3756a830e4de5a484b967"><div class="ttname"><a href="classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967">pFlow::triple::y</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & y()</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00141">triple.hpp:141</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_1_1algorithms_1_1KOKKOS_html_a6256cdfd2ba7f02ac8db8f55d05b3ef9"><div class="ttname"><a href="namespacepFlow_1_1algorithms_1_1KOKKOS.html#a6256cdfd2ba7f02ac8db8f55d05b3ef9">pFlow::algorithms::KOKKOS::max</a></div><div class="ttdeci">INLINE_FUNCTION_H Type max(const Type *first, int32 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="aclasspFlow_1_1triple_html_a28d901cc27d3756a830e4de5a484b967"><div class="ttname"><a href="classpFlow_1_1triple.html#a28d901cc27d3756a830e4de5a484b967">pFlow::triple::y</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & y()</div><div class="ttdoc">access component</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00144">triple.hpp:144</a></div></div>
|
||||
<div class="ttc" id="anamespacepFlow_html_a1c00b4871a2009eeafdf4e10e4e790fd"><div class="ttname"><a href="namespacepFlow.html#a1c00b4871a2009eeafdf4e10e4e790fd">pFlow::int32x3</a></div><div class="ttdeci">triple< int32 > int32x3</div><div class="ttdef"><b>Definition:</b> <a href="types_8hpp_source.html#l00038">types.hpp:38</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1cuboidWall_html_a8fc60c58c21fed0f4142b6ceb78b38cc"><div class="ttname"><a href="classpFlow_1_1cuboidWall.html#a8fc60c58c21fed0f4142b6ceb78b38cc">pFlow::cuboidWall::cuboidWall</a></div><div class="ttdeci">cuboidWall()</div><div class="ttdef"><b>Definition:</b> <a href="cuboidWall_8cpp_source.html#l00126">cuboidWall.cpp:126</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a5c836d3919741edf1ba805c98dbd21b7"><div class="ttname"><a href="classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7">pFlow::triple::z</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & z()</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00144">triple.hpp:144</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a523bcff98ab38f3c5961e56eeb0b1d47"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">pFlow::dictionary::getVal</a></div><div class="ttdeci">T getVal(const word &keyword) const</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00309">dictionary.hpp:309</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a2f365146ce767d3de7ae125abd193b33"><div class="ttname"><a href="classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33">pFlow::triple::x</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & x()</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00138">triple.hpp:138</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a5c836d3919741edf1ba805c98dbd21b7"><div class="ttname"><a href="classpFlow_1_1triple.html#a5c836d3919741edf1ba805c98dbd21b7">pFlow::triple::z</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & z()</div><div class="ttdoc">access component</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00156">triple.hpp:156</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html_a523bcff98ab38f3c5961e56eeb0b1d47"><div class="ttname"><a href="classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47">pFlow::dictionary::getVal</a></div><div class="ttdeci">T getVal(const word &keyword) const</div><div class="ttdoc">get the value of data entry</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00379">dictionary.hpp:379</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html_a2f365146ce767d3de7ae125abd193b33"><div class="ttname"><a href="classpFlow_1_1triple.html#a2f365146ce767d3de7ae125abd193b33">pFlow::triple::x</a></div><div class="ttdeci">INLINE_FUNCTION_HD T & x()</div><div class="ttdoc">access component</div><div class="ttdef"><b>Definition:</b> <a href="triple_8hpp_source.html#l00132">triple.hpp:132</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1triple_html"><div class="ttname"><a href="classpFlow_1_1triple.html">pFlow::triple< real ></a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1Wall_html"><div class="ttname"><a href="classpFlow_1_1Wall.html">pFlow::Wall</a></div><div class="ttdef"><b>Definition:</b> <a href="Wall_8hpp_source.html#l00041">Wall.hpp:41</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html"><div class="ttname"><a href="classpFlow_1_1dictionary.html">pFlow::dictionary</a></div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00038">dictionary.hpp:38</a></div></div>
|
||||
<div class="ttc" id="aclasspFlow_1_1dictionary_html"><div class="ttname"><a href="classpFlow_1_1dictionary.html">pFlow::dictionary</a></div><div class="ttdoc">Dictionary holds a set of data entries or sub-dictionaries that are enclosed in a curely braces or ar...</div><div class="ttdef"><b>Definition:</b> <a href="dictionary_8hpp_source.html#l00067">dictionary.hpp:67</a></div></div>
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="navelem"><a class="el" href="dir_df38b2a5d584e0f6066b4518b95c638b.html">utilities</a></li><li class="navelem"><a class="el" href="dir_a6e08d71479fa323a1b05a998d2f3920.html">Utilities</a></li><li class="navelem"><a class="el" href="dir_2c779084d9cebc7fcbe1a2bfbd9e9cb9.html">geometryPhasicFlow</a></li><li class="navelem"><a class="el" href="dir_5507da651a0a9316386ae22f48cd96a1.html">cuboidWall</a></li><li class="navelem"><a class="el" href="cuboidWall_8cpp.html">cuboidWall.cpp</a></li>
|
||||
|
Reference in New Issue
Block a user