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: Class 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('functions_b.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 class members with links to the classes they belong to:< / div >
< h3 > < a id = "index_b" > < / a > - b -< / h3 > < ul >
< li > bad()
: < a class = "el" href = "classpFlow_1_1IOstream.html#a9f7290a5d70f30e1b1b42c8ac4a6082d" > IOstream< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > baseFieldBoundaryUpdateTimer_
: < a class = "el" href = "classpFlow_1_1particles.html#a76b0c86c8e2d752ee5ee58a5f8d267ea" > particles< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > baseName()
: < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > integration< / a >
< / li >
< li > baseName_
: < a class = "el" href = "classpFlow_1_1integration.html#aa4cf93fd25765a9c0816f3ace4e3b009" > integration< / a >
, < a class = "el" href = "classpFlow_1_1vtkFile.html#a775e21c7d4ffad44d2f5878458fcee15" > vtkFile< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > baseShapeNames()
: < a class = "el" href = "classpFlow_1_1baseShapeNames.html#ac750750a444ac50b2288af78a078e08b" > baseShapeNames< / a >
< / li >
< li > baseTimeControl()
: < a class = "el" href = "classpFlow_1_1baseTimeControl.html#a529aa5a0563c3179869d59f3d915e1e8" > baseTimeControl< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > beforeBroadSearch()
: < a class = "el" href = "classpFlow_1_1sortedContactList.html#a32ff8c51a3aa19a92929906c6d81d00b" > sortedContactList< valueType, executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1sortedPairs.html#a32ff8c51a3aa19a92929906c6d81d00b" > sortedPairs< executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1unsortedContactList.html#a32ff8c51a3aa19a92929906c6d81d00b" > unsortedContactList< valueType, executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a32ff8c51a3aa19a92929906c6d81d00b" > unsortedPairs< executionSpace, idType > < / a >
< / li >
< li > beforeIteration()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#ada712ec10d917a22279a42702fb6daaf" > boundaryBase< / a >
, < a class = "el" href = "classpFlow_1_1boundaryExit.html#ae7abeb0df3348e2f667219014a1dd1cf" > boundaryExit< / a >
, < a class = "el" href = "classpFlow_1_1boundaryList.html#acdb12cd6d2f256d780e480a7d136b8ee" > boundaryList< / a >
, < a class = "el" href = "classpFlow_1_1boundaryNone.html#ae7abeb0df3348e2f667219014a1dd1cf" > boundaryNone< / a >
, < a class = "el" href = "classpFlow_1_1boundaryPeriodic.html#ae7abeb0df3348e2f667219014a1dd1cf" > boundaryPeriodic< / a >
, < a class = "el" href = "classpFlow_1_1boundaryReflective.html#ae7abeb0df3348e2f667219014a1dd1cf" > boundaryReflective< / a >
, < a class = "el" href = "classpFlow_1_1demComponent.html#a87d9b39a0e924bb21ed4a165140836de" > demComponent< / a >
, < a class = "el" href = "classpFlow_1_1dynamicPointStructure.html#ada71b97666fe3f66b31690bf12633c32" > dynamicPointStructure< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1geometry.html#ada71b97666fe3f66b31690bf12633c32" > geometry< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1grainInteraction.html#ada71b97666fe3f66b31690bf12633c32" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1grainParticles.html#ada71b97666fe3f66b31690bf12633c32" > grainParticles< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1particles.html#ada71b97666fe3f66b31690bf12633c32" > particles< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1pointStructure.html#ada71b97666fe3f66b31690bf12633c32" > pointStructure< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#ada71b97666fe3f66b31690bf12633c32" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereParticles.html#ada71b97666fe3f66b31690bf12633c32" > sphereParticles< / a >
< / li >
2023-04-23 12:52:57 -07:00
< li > beforeTimeLoop()
: < a class = "el" href = "classpFlow_1_1demComponent.html#ab272f2a135d95ff17ad06338049a2cd5" > demComponent< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > begin()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1ListPtr.html#ad69bd11391be1a1dba5c8202259664f8" > ListPtr< T > < / a >
, < a class = "el" href = "classpFlow_1_1MapPtr.html#a63e0362932db2a086fab55a5cb0de69a" > MapPtr< Container, Key, T > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1span.html#a7e1aa8bc3e57ec9dc0865513fbe5afc4" > span< T > < / a >
, < a class = "el" href = "classpFlow_1_1stridedRange.html#a66b56ad16ed6691f634c418b77f7b5f9" > stridedRange< T > < / a >
, < a class = "el" href = "classpFlow_1_1VectorDual.html#abdd160513aab643288381dc9005aa806" > VectorDual< T, MemorySpace > < / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1VectorSingle.html#ae3d8202abe615516f83cb5ea83caf236" > VectorSingle< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1VectorSingle_3_01word_00_01HostSpace_01_4.html#ad950587c89b4306f927b08b5e5cb7e89" > VectorSingle< word, HostSpace > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > begin_
: < a class = "el" href = "classpFlow_1_1intervalRange.html#ad543e853981e56c8ae28a8b8b8ca01ac" > intervalRange< T > < / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1selectorRandomPoints.html#ad8fad742913701b4faf510df20854758" > selectorRandomPoints< / a >
, < a class = "el" href = "classpFlow_1_1selectorStridedRange.html#ad8fad742913701b4faf510df20854758" > selectorStridedRange< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1stridedRange.html#ad543e853981e56c8ae28a8b8b8ca01ac" > stridedRange< T > < / a >
< / li >
< li > BEGIN_BLOCK
: < a class = "el" href = "classpFlow_1_1token.html#a4aba281d025f1d580c3835d67656fd31a1a359ac3023cdc0a2d09f3c5124e09d1" > token< / a >
< / li >
< li > BEGIN_LIST
: < a class = "el" href = "classpFlow_1_1token.html#a4aba281d025f1d580c3835d67656fd31a8042f41e6dc49acd5cf4e86844f79acb" > token< / a >
< / li >
< li > BEGIN_SQR
: < a class = "el" href = "classpFlow_1_1token.html#a4aba281d025f1d580c3835d67656fd31a205c3715f7e514a181174f5a8e35e5e5" > token< / a >
< / li >
< li > BEGIN_STRING
: < a class = "el" href = "classpFlow_1_1token.html#a4aba281d025f1d580c3835d67656fd31a06a55d67cef55846d08d4482ee6a507f" > token< / a >
< / li >
< li > beginBlock()
2023-04-23 12:52:57 -07:00
: < a class = "el" href = "classpFlow_1_1iOstream.html#ab440fa44645864fa1f9595b19d77bed0" > iOstream< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1token.html#a7dfd1da794139ffad895b3df4cace4b3" > token< / a >
< / li >
< li > beginList()
: < a class = "el" href = "classpFlow_1_1iOstream.html#a1c568592efaca699bbebbf34960a5b76" > iOstream< / a >
, < a class = "el" href = "classpFlow_1_1token.html#a0df157096f85990238b157f1ba2f062f" > token< / a >
< / li >
< li > beginSquare()
: < a class = "el" href = "classpFlow_1_1iOstream.html#a05e38ce82900bb8c51d86ae214898e2d" > iOstream< / a >
, < a class = "el" href = "classpFlow_1_1token.html#aec7be46e5f13f1f0ca6e72694437c536" > token< / a >
< / li >
< li > BINARY
2023-04-13 11:46:41 -07:00
: < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268aecafbc1299672a8c1521cc0d5f1ae986" > IOstream< / a >
, < a class = "el" href = "classpFlow_1_1token.html#a6de61d020d5e51c1d065ccb79387e682aecafbc1299672a8c1521cc0d5f1ae986" > token< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > binary()
: < a class = "el" href = "classpFlow_1_1vtkFile.html#a1fe33c6a00ad84f8f2d7fc8b1c9d93c5" > vtkFile< / a >
< / li >
2023-04-13 11:46:41 -07:00
< li > binary_
: < a class = "el" href = "classpFlow_1_1fileStream.html#ad139edcd5a95667fd99c314eccefa0a4" > fileStream< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1vtkFile.html#ad139edcd5a95667fd99c314eccefa0a4" > vtkFile< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > bitIndex()
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#adee525ba2d97cb538509883805bb7fad" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > bitsetHD()
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a5549ec77e46011cea01bb32af5225208" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > bitsPerBlock_
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a6b2c5840c1f15d1b7ec04643046d4d0b" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > blockIndex()
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a74a241d6cabce51c7cf4d1cad680f1a3" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > blockMask()
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a5cbc3cc752de6d18944471e72bfd16c5" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > blockMask_
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a40172102f2c4ff2987b18193c7dedd09" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > blocks_
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a3baf25ee5e5e87bca066a0eefd272ca2" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > BlockType
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a59d38f5304ad46f22ea05c721a8bf6d0" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
< li > blockViewType
: < a class = "el" href = "classpFlow_1_1bitsetHD.html#a9b16822c6e50cf869402f54667b84b22" > bitsetHD< blockType, MemorySpace > < / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > BNDR_APPEND
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da34f1b5901d44249cba67920a88c3cf95" > message< / a >
< / li >
< li > BNDR_DELETE
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da04f72d832d8a33d4ce7be0afedec1c45" > message< / a >
< / li >
< li > BNDR_PROC_SIZE_CHANGED
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da1e0281ea9f789b86940816bc9ec28c71" > message< / a >
< / li >
< li > BNDR_PROCTRANSFER_RECIEVE
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da421db89b5fc5a926b85f4eeecbbb2c63" > message< / a >
< / li >
< li > BNDR_PROCTRANSFER_SEND
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da68e2d880280ff5c514d58b4acd2fe7b8" > message< / a >
< / li >
< li > BNDR_PROCTRANSFER_WAITFILL
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687dacaebdc4920e268836a5b225e46907e47" > message< / a >
< / li >
< li > BNDR_REARRANGE
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da515183859d6da082d6beba6a84dbe14a" > message< / a >
< / li >
< li > BNDR_RESET
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687daab3f04b8bb1d500260f049c66c76e2ac" > message< / a >
< / li >
< li > BNDR_TRANSFER
: < a class = "el" href = "classpFlow_1_1message.html#a9ebe5a85b9070712ab5db5fd0bed687da856debc830d49c54470f35cab48f907a" > message< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > BOOL
: < a class = "el" href = "classpFlow_1_1token.html#a6a0d563d5e7c57fc510988d6694cc9e9ae663dbb8f8244e122acb5bd6b2c216e1" > token< / a >
< / li >
< li > boolean()
: < a class = "el" href = "classpFlow_1_1token.html#a56d687a8676e6e14670f91553103d6d7" > token< / a >
< / li >
< li > boolToken()
: < a class = "el" href = "classpFlow_1_1token.html#a7cc2c29bf53e48011ddd672093ade5da" > token< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > bottom()
: < a class = "el" href = "classpFlow_1_1domain.html#aecf02308accd0620ead8ca1a43ba273b" > domain< / a >
< / li >
< li > BOTTOM
: < a class = "el" href = "classpFlow_1_1pointFlag.html#acc6c2779db63b9403dddeaecfde4a18ba8c371f4e766fb2c49c219bbc88989461" > pointFlag< ExecutionSpace > < / a >
< / li >
< li > bottom_
: < a class = "el" href = "classpFlow_1_1domain.html#a2b3ff0cbeaa3ebf41fca471531d65d5c" > domain< / a >
< / li >
< li > bottomDict()
: < a class = "el" href = "classpFlow_1_1subDomain.html#a1d7c98f39124353530db1fe299d19338" > subDomain< / a >
< / li >
< li > bottomSize()
: < a class = "el" href = "classpFlow_1_1pointFlag.html#ab50db9b2fd9a8fee96e2e6d4e4c78842" > pointFlag< ExecutionSpace > < / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > bound()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1cells.html#a361ca6667f86241ebd9c9d23f779a575" > cells< / a >
< / li >
< li > boundaries()
: < a class = "el" href = "classpFlow_1_1boundaryContactSearchList.html#a03c5d79f4eb0628be5e089d5b92a91eb" > boundaryContactSearchList< / a >
, < a class = "el" href = "classpFlow_1_1pointStructure.html#a137901d5930c5fb8adeb41633d125445" > pointStructure< / a >
< / li >
< li > boundaries_
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#a09f7cbe1d4947f53ddfe0fd456d7fb9a" > boundaryBase< / a >
, < a class = "el" href = "classpFlow_1_1boundaryContactSearchList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryContactSearchList< / a >
, < a class = "el" href = "classpFlow_1_1boundaryFieldList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryFieldList< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1boundaryGrainInteractionList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryGrainInteractionList< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundaryGrainParticlesList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryGrainParticlesList< / a >
, < a class = "el" href = "classpFlow_1_1boundaryIntegrationList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundaryIntegrationList< / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereInteractionList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundarySphereInteractionList< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereParticlesList.html#a34107dbe2de45d8ede13e6c9e62a8fdc" > boundarySphereParticlesList< / a >
, < a class = "el" href = "classpFlow_1_1pointStructure.html#a5430f74b572d6e70ae5418ac4ca6c976" > pointStructure< / a >
< / li >
< li > boundariesMask()
: < a class = "el" href = "classpFlow_1_1boundariesMask.html#aea267b0759758aa020323cfca0b864b9" > boundariesMask< N > < / a >
< / li >
< li > boundariesUpdated()
: < a class = "el" href = "classpFlow_1_1boundaryContactSearchList.html#ab2dc0f8ce6dfe9db238ce885e24222a1" > boundaryContactSearchList< / a >
, < a class = "el" href = "classpFlow_1_1boundaryList.html#ab2dc0f8ce6dfe9db238ce885e24222a1" > boundaryList< / a >
< / li >
< li > boundary()
: < a class = "el" href = "classpFlow_1_1boundaryList.html#ac5105a9c6380e7742dbc85cf782e1dd3" > boundaryList< / a >
, < a class = "el" href = "classpFlow_1_1generalBoundary.html#acee7a632cb3ff589f7ea77444fae36df" > generalBoundary< / a >
, < a class = "el" href = "classpFlow_1_1internalPoints.html#a6f5f0a6a3d9add4155896519c2b8bc0b" > internalPoints< / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundaryContactSearch.html#ad6f9957ac252e373238de69892ee262e" > periodicBoundaryContactSearch< / a >
, < a class = "el" href = "classpFlow_1_1pointStructure.html#a1d82e8549654bfdc8c828d4f45bcd1f2" > pointStructure< / a >
< / li >
< li > boundary_
: < a class = "el" href = "classpFlow_1_1generalBoundary.html#ab28cb84aa3414a76c7e2c68c4708ecd1" > generalBoundary< / a >
< / li >
< li > boundaryBase()
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#a55d3c362d3279081947744f0825c4aa7" > boundaryBase< / a >
, < a class = "el" href = "classpFlow_1_1internalPoints.html#a128a141ee7005f3629bdfb4d9f85ab3c" > internalPoints< / a >
< / li >
< li > boundaryBroadSearch()
: < a class = "el" href = "classpFlow_1_1contactSearch.html#a5124f03f9856a881876e589abb3d6e82" > contactSearch< / a >
< / li >
< li > BoundaryBroadSearch()
: < a class = "el" href = "classpFlow_1_1ContactSearch.html#ab03a6396d06d64e1360bae7b31b221cf" > ContactSearch< searchMethod > < / a >
, < a class = "el" href = "classpFlow_1_1contactSearch.html#ae7016b7fd1858e28338f6d2e085e8e56" > contactSearch< / a >
< / li >
< li > boundaryContactSearch()
: < a class = "el" href = "classpFlow_1_1boundaryContactSearch.html#a5889c0c7ffba50f926f8382fd12893e1" > boundaryContactSearch< / a >
< / li >
< li > boundaryContactSearchList()
: < a class = "el" href = "classpFlow_1_1boundaryContactSearchList.html#aecd0d7f88294d58a0116283195dd6b71" > boundaryContactSearchList< / a >
< / li >
< li > boundaryDataTransferTimer_
: < a class = "el" href = "classpFlow_1_1pointStructure.html#a57584b3855aa5f88cada78f92019875d" > pointStructure< / a >
< / li >
< li > boundaryDict()
: < a class = "el" href = "classpFlow_1_1simulationDomain.html#afbaf3b01628021859690cc366c4b7397" > simulationDomain< / a >
< / li >
< li > boundaryDict_
: < a class = "el" href = "classpFlow_1_1subDomain.html#ab9ab56c554324ac14fd5276ccbe70816" > subDomain< / a >
< / li >
< li > boundaryExit()
: < a class = "el" href = "classpFlow_1_1boundaryExit.html#a7ba946abd1ea56a68a60487702ea7de7" > boundaryExit< / a >
< / li >
< li > boundaryExtensionLength()
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#a2b2348a201aa908566c235d577b489ce" > boundaryBase< / a >
, < a class = "el" href = "classpFlow_1_1boundaryPeriodic.html#a8f1aea372a6cfb0a0a45ca32ad5d287a" > boundaryPeriodic< / a >
< / li >
< li > boundaryExtntionLengthRatio_
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#ad40aa0da8354b1a35c1e65a07f34bf85" > boundaryBase< / a >
< / li >
< li > boundaryField()
: < a class = "el" href = "classpFlow_1_1boundaryField.html#a65b73a20250c65f862f8e4b3fc82f31c" > boundaryField< T, MemorySpace > < / a >
< / li >
< li > BoundaryField()
: < a class = "el" href = "classpFlow_1_1pointField.html#acfbd9758fc0061e2b6fd2922ddb63650" > pointField< T, MemorySpace > < / a >
< / li >
< li > boundaryFieldList()
: < a class = "el" href = "classpFlow_1_1boundaryFieldList.html#a97d49de2d4929f7f3fae72815c4b00d0" > boundaryFieldList< T, MemorySpace > < / a >
< / li >
< li > boundaryFieldList< T, MemorySpace >
: < a class = "el" href = "classpFlow_1_1boundaryField.html#a5dd0acdd6123d87e12d537a44c7921ca" > boundaryField< T, MemorySpace > < / a >
< / li >
< li > boundaryFieldList_
: < a class = "el" href = "classpFlow_1_1internalField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > internalField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1pointField.html#a8bc29a1664f097dfba88b30c29e5e7e3" > pointField< T, MemorySpace > < / a >
< / li >
< li > boundaryFieldListType
: < a class = "el" href = "classpFlow_1_1internalField.html#aa3c708cb89c6f9f05434302635de5fe6" > internalField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1pointField.html#a75a410daf13583da751aa732c0155eea" > pointField< T, MemorySpace > < / a >
< / li >
< li > boundaryFields()
: < a class = "el" href = "classpFlow_1_1pointField.html#a25d6c9aa9bc2b510ce20c72d6ab7ceba" > pointField< T, MemorySpace > < / a >
< / li >
< li > BoundaryFieldType
: < a class = "el" href = "classpFlow_1_1boundaryField.html#a77d72a1400a511943cdaa41e42325270" > boundaryField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1boundaryFieldList.html#a77d72a1400a511943cdaa41e42325270" > boundaryFieldList< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1exitBoundaryField.html#a77d72a1400a511943cdaa41e42325270" > exitBoundaryField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundaryField.html#a77d72a1400a511943cdaa41e42325270" > periodicBoundaryField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1reflectiveBoundaryField.html#a77d72a1400a511943cdaa41e42325270" > reflectiveBoundaryField< T, MemorySpace > < / a >
< / li >
< li > boundaryGrainInteraction()
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#a02aa160508222cba2cc07855aa57fd5e" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > boundaryGrainInteractionList()
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteractionList.html#a72049b3d0be2917d1a3d2daf73aee8e0" > boundaryGrainInteractionList< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > BoundaryGrainInteractionType
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#a5f7047553616fddc4600a534f17e6607" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > boundaryGrainParticles()
: < a class = "el" href = "classpFlow_1_1boundaryGrainParticles.html#a024f5e41c45c5abe228f8c9b044eaf03" > boundaryGrainParticles< / a >
< / li >
< li > boundaryGrainParticles_
: < a class = "el" href = "classpFlow_1_1grainParticles.html#adbe980c0827312153593947f7d2af8d2" > grainParticles< / a >
< / li >
< li > boundaryGrainParticlesList()
: < a class = "el" href = "classpFlow_1_1boundaryGrainParticlesList.html#a4c66a0e23ad30ff1af9bff11accc1133" > boundaryGrainParticlesList< / a >
< / li >
< li > boundaryIntegration()
: < a class = "el" href = "classpFlow_1_1boundaryIntegration.html#a2d028f80d2fb228e970ba9d508d89ede" > boundaryIntegration< / a >
< / li >
< li > boundaryIntegrationList()
: < a class = "el" href = "classpFlow_1_1boundaryIntegrationList.html#a88bf2f39df914a46066d96cb877a5589" > boundaryIntegrationList< / a >
< / li >
< li > boundaryInteraction_
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#aec805fddfeb2d17a881e4fb13d7c16f4" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#aec805fddfeb2d17a881e4fb13d7c16f4" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
< li > boundaryInteractionTimer_
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#a7410a0fdcdc3d44176dd4f09373dce06" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a7410a0fdcdc3d44176dd4f09373dce06" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
< li > boundaryList
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#a3ae8ab921e3c14ab27bb9e81dc4806d5" > boundaryBase< / a >
, < a class = "el" href = "classpFlow_1_1boundaryList.html#ad4d07539567ee384e42c62af4c20a241" > boundaryList< / a >
< / li >
< li > boundaryList_
: < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#aac898ef26b84e559b552fb63b187e4a3" > AdamsBashforth2< / a >
< / li >
< li > BoundaryListType
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#a8c33700f18736ffcb42b1fab645893cd" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#aac01ce9c1a82af127c2f465b5cf36cd7" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
< li > boundaryName()
: < a class = "el" href = "classpFlow_1_1generalBoundary.html#a48a0f3c63709a25a52bf6926357dcb57" > generalBoundary< / a >
< / li >
< li > boundaryNames_
: < a class = "el" href = "classpFlow_1_1simulationDomain.html#a5acfa93180afceedd863a278e6353d92" > simulationDomain< / a >
< / li >
< li > boundaryNone()
: < a class = "el" href = "classpFlow_1_1boundaryNone.html#a5fbced2edf5054db7d761cdb1680e655" > boundaryNone< / a >
< / li >
< li > boundaryPeriodic()
: < a class = "el" href = "classpFlow_1_1boundaryPeriodic.html#a4c5c6754ad8219ae6f1c9f57cd8af7d6" > boundaryPeriodic< / a >
< / li >
< li > boundaryPlane()
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#a2586c9f69a398fb3f03b180a1492c920" > boundaryBase< / a >
, < a class = "el" href = "classpFlow_1_1domain.html#ab8d2b55735a53f9c5e2ffef03df2ba98" > domain< / a >
, < a class = "el" href = "classpFlow_1_1simulationDomain.html#ab8c52a0f210845e7f721cfb20630f59c" > simulationDomain< / a >
< / li >
< li > boundaryPlane_
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#ae9d44c3323f7f34aef079060a4105dbb" > boundaryBase< / a >
< / li >
< li > boundaryReflective()
: < a class = "el" href = "classpFlow_1_1boundaryReflective.html#af40852552e1c95d4f73ff792cbad7681" > boundaryReflective< / a >
< / li >
< li > boundarySphereInteraction()
: < a class = "el" href = "classpFlow_1_1boundarySphereInteraction.html#aeb79bfd629f420f1d35ba3c866bd6192" > boundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > boundarySphereInteractionList()
: < a class = "el" href = "classpFlow_1_1boundarySphereInteractionList.html#afcf9464f04a5a5f785fe4ff047029617" > boundarySphereInteractionList< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > BoundarySphereInteractionType
: < a class = "el" href = "classpFlow_1_1boundarySphereInteraction.html#ade9038440b25841ab2501f98400be126" > boundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > boundarySphereParticles()
: < a class = "el" href = "classpFlow_1_1boundarySphereParticles.html#a38adcfbf3b6bc6ba8e6b5fc8fbd0d362" > boundarySphereParticles< / a >
< / li >
< li > boundarySphereParticles_
: < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa6ec74993b7f2a86dee74829c65cb40f" > sphereParticles< / a >
< / li >
< li > boundarySphereParticlesList()
: < a class = "el" href = "classpFlow_1_1boundarySphereParticlesList.html#a407b6d084dba1c020b939f25ec6f28dd" > boundarySphereParticlesList< / a >
< / li >
< li > boundaryUpdate_
: < a class = "el" href = "classpFlow_1_1boundaryList.html#a748fe124d82250c9b3ea63039f54831c" > boundaryList< / a >
< / li >
< li > boundaryUpdateTimer_
: < a class = "el" href = "classpFlow_1_1pointStructure.html#a1072daecb0f4973c8a52f645b6eebe29" > pointStructure< / a >
< / li >
< li > boundingDiameter()
: < a class = "el" href = "classpFlow_1_1grainShape.html#a0724b4dc5bb8103feb859ca538e58645" > grainShape< / a >
, < a class = "el" href = "classpFlow_1_1shape.html#ab16906a0332820dc37d15269be87faed" > shape< / a >
, < a class = "el" href = "classpFlow_1_1sphereShape.html#a3f93b616640db9fa3eac6cacac5e92f8" > sphereShape< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > boundingSphere()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1grainParticles.html#a2a1b61b23f00bbe8bff88947a4681d6d" > grainParticles< / a >
, < a class = "el" href = "classpFlow_1_1particles.html#adaa26de060a2ce43e01c63ff154a820e" > particles< / a >
, < a class = "el" href = "classpFlow_1_1sphereParticles.html#a2a1b61b23f00bbe8bff88947a4681d6d" > sphereParticles< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > boundingSphereMinMax()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1grainParticles.html#a37902e8915b3022d1068391f864a8e59" > grainParticles< / a >
, < a class = "el" href = "classpFlow_1_1particles.html#aa8d7c58c3cb52c881a119c56dbb7b5df" > particles< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1sphereParticles.html#a37902e8915b3022d1068391f864a8e59" > sphereParticles< / a >
< / li >
< li > box()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1box.html#a4926bff1ef302f2ec5d183fdf1e1eccc" > box< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > box_
: < a class = "el" href = "classpFlow_1_1boxRegion.html#aefb81f563e3df7617831459d0ab0b5ee" > boxRegion< / a >
, < a class = "el" href = "classpFlow_1_1selectBox.html#aefb81f563e3df7617831459d0ab0b5ee" > selectBox< / a >
< / li >
< li > boxRegion()
: < a class = "el" href = "classpFlow_1_1boxRegion.html#a837963842fca9d81a7e2c4845d69a628" > boxRegion< / a >
< / li >
< li > broadSearch()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1boundaryContactSearch.html#acf4d3cdd9232bbf6d8e29aacf9d63bd3" > boundaryContactSearch< / a >
, < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a4e78d84db7d080d4b9e2a0acb3fe6da6" > cellsWallLevel0< / a >
< / li >
< li > BroadSearch()
: < a class = "el" href = "classpFlow_1_1contactSearch.html#aae2cdcc4a6badf5568c4467e9e982f41" > contactSearch< / a >
< / li >
< li > broadSearch()
: < a class = "el" href = "classpFlow_1_1contactSearch.html#a9b93dba441524b3b65cb8ef6047f0986" > contactSearch< / a >
< / li >
< li > BroadSearch()
: < a class = "el" href = "classpFlow_1_1ContactSearch.html#a9b8b797bb562937bc89d63a074331a7b" > ContactSearch< searchMethod > < / a >
< / li >
< li > broadSearch()
: < a class = "el" href = "classpFlow_1_1NBSLevel0.html#ac69fb3414807704d58a9f856a39d5a07" > NBSLevel0< / a >
, < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#ab89eb6d0b14b34cccf66209c549aa4a0" > particleWallContactSearchs< method > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundaryContactSearch.html#acb9ff3a1dfbfca6c8ee0e6001cb94d19" > periodicBoundaryContactSearch< / a >
, < a class = "el" href = "classpFlow_1_1wallBoundaryContactSearch.html#a828220c0f41c1191a5ddd0241976887e" > wallBoundaryContactSearch< / a >
< / li >
< li > broadSearchPP()
: < a class = "el" href = "classpFlow_1_1ppwBndryContactSearch.html#ae59f8093e7302aa1aa0b6f38d21fdf02" > ppwBndryContactSearch< / a >
< / li >
< li > BSInteractionType
: < a class = "el" href = "classpFlow_1_1periodicBoundaryGrainInteraction.html#a89586087207ebc3ee4c287b8a8d5e109" > periodicBoundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundarySphereInteraction.html#a53b3d8baa7afb31b8100bd7014010f37" > periodicBoundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > bTimer()
: < a class = "el" href = "classpFlow_1_1contactSearch.html#a9f0335a9e7e4a973cc9a94c23a088e28" > contactSearch< / a >
< / li >
< li > bTimer_
: < a class = "el" href = "classpFlow_1_1contactSearch.html#aa736bc0cb1b9da3f88119e7116f6c81e" > contactSearch< / a >
< / li >
< li > buffer_
: < a class = "el" href = "classpFlow_1_1dataIO.html#a16ed4538a6906f762b1334d171cd061f" > dataIO< T > < / a >
< / li >
< li > bufferSpan_
: < a class = "el" href = "classpFlow_1_1dataIO.html#ab94d7044a21609bb40c33a970f14b2ac" > dataIO< T > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > build()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1cellMapper.html#a60249e57d6821a0ab67b8a263c4ef87a" > cellMapper< / a >
, < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#aa07357b2729b2bca9a0e0ee6b7c0536d" > cellsWallLevel0< / a >
, < a class = "el" href = "classpFlow_1_1collisionCheck.html#a5c6e5792787e3b52834c24fc84a1e7bd" > collisionCheck< / a >
, < a class = "el" href = "classpFlow_1_1mapperNBS.html#aa211b81029e158653fac6e77af83e3ac" > mapperNBS< / a >
, < a class = "el" href = "classpFlow_1_1wallBoundaryContactSearch.html#a6a9649ac1e301980520de9d48b3618ed" > wallBoundaryContactSearch< / a >
< / li >
< li > buildCount_
: < a class = "el" href = "classpFlow_1_1mapperNBS.html#a9ed3240e17a562b93981734303325b43" > mapperNBS< / a >
< / li >
< li > buildList()
: < a class = "el" href = "classpFlow_1_1ppwBndryContactSearch.html#a6bc8b87d7b6f1107c9a6a8e1144c5d57" > ppwBndryContactSearch< / a >
< / li >
< li > builtForMPI()
: < a class = "el" href = "classpFlow_1_1localProcessors.html#a920c86f8bbb0c9760bdd4b56abaf648a" > localProcessors< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > bundaryName()
: < a class = "el" href = "classpFlow_1_1simulationDomain.html#a988fd70916fbbe3d02c97794152ab482" > simulationDomain< / a >
2023-03-27 10:16:23 -07:00
< / 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 >