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_u.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" >
< div class = "textblock" > Here is a list of all namespace members with links to the namespace documentation for each member:< / div >
< h3 > < a id = "index_u" > < / a > - u -< / h3 > < ul >
< li > uint32
: < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > pFlow< / a >
< / li >
< li > uint32Field_D
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "namespacepFlow.html#a5ca1be96b6212ee93e1c42c690c0aa40" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > uint32Field_H
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "namespacepFlow.html#a52fefb3ad87859a149d69c01f35bd196" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > uint32HashMap
: < a class = "el" href = "namespacepFlow.html#a8d1faf1e033cb51d67f6a95b3b389a8a" > pFlow< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > uint32IndexContainer
: < a class = "el" href = "namespacepFlow.html#ace91b5b09f95f3d8409247898e688e9b" > pFlow< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > uint32List
: < a class = "el" href = "namespacepFlow.html#ae5523c3e7ce7b6119fc521723c06542a" > pFlow< / a >
< / li >
< li > uint32Map
: < a class = "el" href = "namespacepFlow.html#a14136715e2225e0cb476fc25849fa3df" > pFlow< / a >
< / li >
< li > uint32PointField_D
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "namespacepFlow.html#aa50cc496d2aea1168e355c0e91649cbd" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > uint32PointField_H
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "namespacepFlow.html#a911e8ab1796448fcbd0cd6c376764fe1" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > uint32TriSurfaceField_D
: < a class = "el" href = "namespacepFlow.html#af21daebeab6728af3e04c41fd91e8ce2" > pFlow< / a >
< / li >
< li > uint32TriSurfaceField_H
: < a class = "el" href = "namespacepFlow.html#a45e06d11d76502c0cacf62143918697b" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > uint32Vector
: < a class = "el" href = "namespacepFlow.html#a90d3f047f5a86872dd6ee80ebab12b0d" > pFlow< / a >
< / li >
< li > uint32Vector_D
: < a class = "el" href = "namespacepFlow.html#a6c4463aa3523af8dd7409d33f2f98e08" > pFlow< / a >
< / li >
< li > uint32Vector_H
: < a class = "el" href = "namespacepFlow.html#a15f32b513a1757dc4a0ff05292254b23" > pFlow< / a >
< / li >
< li > uint32Vector_HD
: < a class = "el" href = "namespacepFlow.html#a85eac2c18d8d95fb4c23ec4708a4ec9b" > pFlow< / a >
< / li >
< li > uint32x3
: < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > pFlow< / a >
< / li >
< li > uint32x3Field_D
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "namespacepFlow.html#ab5362914a273aa8ff03f209288b636ba" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > uint32x3Field_H
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "namespacepFlow.html#a4d55f075a8da3a847d708a31369ae972" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > uint32x3Vector
: < a class = "el" href = "namespacepFlow.html#a4fbcb46b94bdb09a8028d5c2b0072b3a" > pFlow< / a >
< / li >
< li > uint32x3Vector_D
: < a class = "el" href = "namespacepFlow.html#afcd161d12007c0285e05217f48ced926" > pFlow< / a >
< / li >
< li > uint32x3Vector_H
: < a class = "el" href = "namespacepFlow.html#aaee78c0b9b731b03e9d6a504c24153ba" > pFlow< / a >
< / li >
< li > uint32x3x3
: < a class = "el" href = "namespacepFlow.html#ad53055328b135c6bb102771485f536e3" > pFlow< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > uint64
: < a class = "el" href = "namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5" > pFlow< / a >
< / li >
< li > uint64Field_D
: < a class = "el" href = "namespacepFlow.html#ae6eec7ef04d665eb2b97a16fe0d950e7" > pFlow< / a >
< / li >
< li > uint64Field_H
: < a class = "el" href = "namespacepFlow.html#afe83b4478781a093e0a9c97ac43ae3b6" > pFlow< / a >
< / li >
< li > uint64HashMap
: < a class = "el" href = "namespacepFlow.html#adb3e0ed9a8bf3e3e067e52a3ba904ffe" > pFlow< / a >
< / li >
< li > uint64IndexContainer
: < a class = "el" href = "namespacepFlow.html#ad3a9ac437f82efa850ac0199c21aa01b" > pFlow< / a >
< / li >
< li > uint64List
: < a class = "el" href = "namespacepFlow.html#a4a561aa86626923b2cc1e1eb54b02403" > pFlow< / a >
< / li >
< li > uint64Map
: < a class = "el" href = "namespacepFlow.html#ad39fba128237325b75e2666ca662e523" > pFlow< / a >
< / li >
< li > uint64PointField_D
: < a class = "el" href = "namespacepFlow.html#ad30f9e7a486ebcb307cc308b8ed0f4d9" > pFlow< / a >
< / li >
< li > uint64PointField_H
: < a class = "el" href = "namespacepFlow.html#a49228973637b99ab2fdc2473ee7f75c4" > pFlow< / a >
< / li >
< li > uint64Vector
: < a class = "el" href = "namespacepFlow.html#a0de1c91da47168b38779ea82cd3692c9" > pFlow< / a >
< / li >
< li > uint64Vector_D
: < a class = "el" href = "namespacepFlow.html#ae9f95d9847cf497ced891ec26e287cd5" > pFlow< / a >
< / li >
< li > uint64Vector_H
: < a class = "el" href = "namespacepFlow.html#af41eb52e27bab5acd5988555385b8d80" > pFlow< / a >
< / li >
< li > uint64x3
: < a class = "el" href = "namespacepFlow.html#af654acb89f63638a02e5fe81aacaca58" > pFlow< / a >
< / li >
< li > uint8
: < a class = "el" href = "namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d" > pFlow< / a >
< / li >
< li > uint8Field_D
: < a class = "el" href = "namespacepFlow.html#a3907b1bd683eba5484fde4b81fa05ca5" > pFlow< / a >
< / li >
< li > uint8Field_H
: < a class = "el" href = "namespacepFlow.html#a288d48b3fcdeb9f3b0b52fb066505cbb" > pFlow< / a >
< / li >
< li > uint8PointField_D
: < a class = "el" href = "namespacepFlow.html#a5e4c0be32eb9bc7a352341fa00b68cb9" > pFlow< / a >
< / li >
< li > uint8PointField_H
: < a class = "el" href = "namespacepFlow.html#a65f3ed9682adbc04494a62959bef4974" > pFlow< / a >
< / li >
< li > uint8Vector
: < a class = "el" href = "namespacepFlow.html#a54c2b526d8e2c23369683ea8f6ec0435" > pFlow< / a >
< / li >
< li > uint8Vector_D
: < a class = "el" href = "namespacepFlow.html#ad6842b9b08ed95bc2bb72cc0a926c559" > pFlow< / a >
< / li >
< li > uint8Vector_H
: < a class = "el" href = "namespacepFlow.html#a2173f9613cce3ff5812747dacc733e45" > pFlow< / a >
< / li >
< li > uint8x3
: < a class = "el" href = "namespacepFlow.html#a1cd6dda1501ba0dc35d4027813e9e6db" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > uniform__
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "namespacepFlow.html#aa8425dd4ea45bdabef5c99e544943da9" > pFlow< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > uniformRandomRealDistribution
: < a class = "el" href = "namespacepFlow.html#a4f30ea3cdaa66f534481693a4f249621" > pFlow< / a >
< / li >
< li > unorderedMap
: < a class = "el" href = "namespacepFlow.html#ae25c78fc8cfe4522797fde498ea5b003" > pFlow< / a >
< / li >
< li > unorderedSet
: < a class = "el" href = "namespacepFlow.html#a48a6996c6f91d11bf502a6be451658d2" > pFlow< / a >
< / li >
< li > usingDouble__
: < a class = "el" href = "namespacepFlow.html#a0aa0e57d6b3e0070b58fcf87a7e439ba" > 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 >