<!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: solvers/grainGranFlow -&gt; src Relation</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('dir_f878b601cb94070fd337cd7cf0df761f.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="contents">
<h3>grainGranFlow &rarr; src Relation</h3><table class="dirtab"><tr class="dirtab"><th class="dirtab">File in solvers/grainGranFlow</th><th class="dirtab">Includes file in src</th></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_cd7a5046d028e114fc17b2ebc2bd02d2.html">phasicFlow</a>&#160;/&#160;<a class="el" href="dir_3e34f9c05fd0d7f6d87a3ac222c49464.html">commandLine</a>&#160;/&#160;<a class="el" href="commandLine_8hpp.html">commandLine.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_8d255b47af8e1044c4e2364257c8fb8f.html">setHelpers</a>&#160;/&#160;<a class="el" href="finalize_8hpp.html">finalize.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_cae27912e177176a90175eee3a6288a5.html">Geometry</a>&#160;/&#160;<a class="el" href="dir_36e2e6931b041d8fa0a187130eafe3af.html">geometry</a>&#160;/&#160;<a class="el" href="geometry_8hpp.html">geometry.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_9e72493e858003bd3d74a55a2aedd075.html">Particles</a>&#160;/&#160;<a class="el" href="dir_235fea78dcb80d617f7ea9245e30dcf9.html">GrainParticles</a>&#160;/&#160;<a class="el" href="dir_c4d10172c883cfe301231479692c0dda.html">grainParticles</a>&#160;/&#160;<a class="el" href="grainParticles_8hpp.html">grainParticles.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_8d255b47af8e1044c4e2364257c8fb8f.html">setHelpers</a>&#160;/&#160;<a class="el" href="initialize__Control_8hpp.html">initialize_Control.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_9e72493e858003bd3d74a55a2aedd075.html">Particles</a>&#160;/&#160;<a class="el" href="dir_48274e6f13aca5dc2f0e74080ca458f7.html">Insertion</a>&#160;/&#160;<a class="el" href="dir_3fcfff79f2a1ca7227410f16758b323f.html">Insertion</a>&#160;/&#160;<a class="el" href="Insertions_8hpp.html">Insertions.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_521648a0ab4242664e9ecc37593f7519.html">Interaction</a>&#160;/&#160;<a class="el" href="dir_861fd9684e4ba65de04f79c947f36cae.html">interaction</a>&#160;/&#160;<a class="el" href="interaction_8hpp.html">interaction.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_cd7a5046d028e114fc17b2ebc2bd02d2.html">phasicFlow</a>&#160;/&#160;<a class="el" href="dir_9522ed5fbd948bd0f422a9c3c511773e.html">Kokkos</a>&#160;/&#160;<a class="el" href="phasicFlowKokkos_8hpp.html">phasicFlowKokkos.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_ae6d06344b508c00eebca750969a2aa6.html">Property</a>&#160;/&#160;<a class="el" href="property_8hpp.html">property.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_8d255b47af8e1044c4e2364257c8fb8f.html">setHelpers</a>&#160;/&#160;<a class="el" href="setProperty_8hpp.html">setProperty.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_8d255b47af8e1044c4e2364257c8fb8f.html">setHelpers</a>&#160;/&#160;<a class="el" href="setSurfaceGeometry_8hpp.html">setSurfaceGeometry.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_cd7a5046d028e114fc17b2ebc2bd02d2.html">phasicFlow</a>&#160;/&#160;<a class="el" href="dir_8a09dd5b7fce343a5c545316ddba4e1b.html">repository</a>&#160;/&#160;<a class="el" href="dir_0bc712f0655242ad4a9b6418726e892d.html">systemControl</a>&#160;/&#160;<a class="el" href="systemControl_8hpp.html">systemControl.hpp</a></td></tr><tr class="dirtab"><td class="dirtab"><a class="el" href="grainGranFlow_8cpp.html">grainGranFlow.cpp</a></td><td class="dirtab"><a class="el" href="dir_cd7a5046d028e114fc17b2ebc2bd02d2.html">phasicFlow</a>&#160;/&#160;<a class="el" href="dir_5f6559faa080c0b07ec2a71fd7e912fc.html">globals</a>&#160;/&#160;<a class="el" href="vocabs_8hpp.html">vocabs.hpp</a></td></tr></table></div><!-- contents -->
</div><!-- doc-content -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
  <ul>
    <li class="navelem"><a class="el" href="dir_65b24c28d0f232e494405d4f9f0c5236.html">solvers</a></li><li class="navelem"><a class="el" href="dir_f878b601cb94070fd337cd7cf0df761f.html">grainGranFlow</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>