2023-03-27 10:16:23 -07:00
<!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" / >
2023-04-23 12:52:57 -07:00
< 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." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: Namespace Members< / 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& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< 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 >
2023-03-27 10:16:23 -07:00
< 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" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< 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 >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& 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& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespacemembers_func_i.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 > < a id = "index_i" > < / a > - i -< / h3 > < ul >
< li > inclusiveScan()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "namespacepFlow_1_1algorithms_1_1KOKKOS.html#a75f7f490488b142dba5b6257c59d988f" > pFlow::algorithms::KOKKOS< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "namespacepFlow_1_1algorithms_1_1STD.html#ae647074e39752f2c58f54a8000f45115" > pFlow::algorithms::STD< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "namespacepFlow.html#a03a42786dcdb47fb40eea90e894f466f" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > incrIndent()
: < a class = "el" href = "namespacepFlow.html#a3b0915b78e06661e3a45337e1eb687ed" > pFlow< / a >
< / li >
< li > indent()
: < a class = "el" href = "namespacepFlow.html#a34575f136660c0751d5496604fcf2a11" > pFlow< / a >
< / li >
< li > indexToCell()
: < a class = "el" href = "namespacepFlow.html#aede61a7f9c2792269f212fe8d5582173" > pFlow< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > initialize_pFlowProcessors()
: < a class = "el" href = "namespacepFlow.html#a56ba5dd1e49ff3384363db392fb1c770" > pFlow< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > insertSetElementD()
: < a class = "el" href = "namespacepFlow.html#ad6c841fd70a2bf813a6ea577a5a6d1f4" > pFlow< / a >
< / li >
< li > insertSetElementH()
: < a class = "el" href = "namespacepFlow.html#a6ef1d03f2b5bfaca5f96b79fd4159e18" > pFlow< / a >
< / li >
< li > int322Word()
: < a class = "el" href = "namespacepFlow.html#a321d0334d760ce5f842a6269a00c2aa5" > pFlow< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > intAllActive()
: < a class = "el" href = "namespacepFlow_1_1AB2Kernels.html#a1d3752d19417e5f211093381ef34cbc9" > pFlow::AB2Kernels< / a >
, < a class = "el" href = "namespacepFlow.html#ad07d1cb3572f2d482cdf0e9f2868071b" > pFlow< / a >
< / li >
< li > intScattered()
: < a class = "el" href = "namespacepFlow_1_1AB2Kernels.html#a0e684a0c67df0388c9ab00a8abea55c4" > pFlow::AB2Kernels< / a >
, < a class = "el" href = "namespacepFlow.html#a19c4c4ae40e7e332c50f85bcf8fb93d9" > pFlow< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > isBeginToken()
: < a class = "el" href = "namespacepFlow.html#af05c433191cc653e68d17345d392acf8" > pFlow< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > isDeviceAccessible()
: < a class = "el" href = "namespacepFlow.html#abff88926c0ea601029f9dd0307656210" > pFlow< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > isDirectory()
: < a class = "el" href = "namespacepFlow.html#a646799ea535c7800d608f750bed76a1e" > pFlow< / a >
< / li >
< li > isEndToken()
: < a class = "el" href = "namespacepFlow.html#ab25086a03d5bdef146887d8720c647fd" > pFlow< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > isGrainInContactActiveSide()
: < a class = "el" href = "namespacepFlow_1_1grnTriInteraction.html#a5088a6416b4e2993eedd0f853bea4b65" > pFlow::grnTriInteraction< / a >
< / li >
< li > isGrainInContactBothSides()
: < a class = "el" href = "namespacepFlow_1_1grnTriInteraction.html#a689ce9df385f372d3c853b5a3ec45d79" > pFlow::grnTriInteraction< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > isHostAccessible()
: < a class = "el" href = "namespacepFlow.html#ad2d126c3a5be4b93ac09ed50384235f6" > pFlow< / a >
< / li >
< li > isNo()
: < a class = "el" href = "namespacepFlow.html#a368046a383a0c4ab07960f9acdc46145" > pFlow< / a >
< / li >
< li > isRegularFile()
: < a class = "el" href = "namespacepFlow.html#ac8a2c4dd123ea5ac20d0a98d5076e510" > pFlow< / a >
< / li >
< li > isSphereInContactActiveSide()
: < a class = "el" href = "namespacepFlow_1_1sphTriInteraction.html#aa017e2c7188a723fa2817ae90d37b877" > pFlow::sphTriInteraction< / a >
< / li >
< li > isSphereInContactBothSides()
: < a class = "el" href = "namespacepFlow_1_1sphTriInteraction.html#ab49a80e55a2a390f7dd57b87b1543074" > pFlow::sphTriInteraction< / a >
< / li >
< li > isTwoPartEntry()
: < a class = "el" href = "namespacepFlow.html#a70a0d5a242b0aeaf4399e556a1b74828" > pFlow< / a >
< / li >
< li > isYes()
: < a class = "el" href = "namespacepFlow.html#ade4b0a8390425fb1866e9540c27ff4e2" > pFlow< / a >
< / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< 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 >