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.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_a" > < / a > - a -< / h3 > < ul >
2025-01-10 13:02:07 +03:30
< li > abort()
: < a class = "el" href = "classpFlow_1_1processors.html#ad8b9e957e282834e70d34149f0bd4cad" > processors< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > absolute()
: < a class = "el" href = "classpFlow_1_1fileSystem.html#af60e3745d0ba90eaec6169d2fedf3672" > fileSystem< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > acceleration()
: < a class = "el" href = "classpFlow_1_1boundaryGrainParticles.html#a1e9dc68189826559bf814ea1684ba58c" > boundaryGrainParticles< / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereParticles.html#a1e9dc68189826559bf814ea1684ba58c" > boundarySphereParticles< / a >
< / li >
< li > accelerationTimer()
: < a class = "el" href = "classpFlow_1_1grainParticles.html#a9772907f42ecab8a7d5d24496fba9498" > grainParticles< / a >
, < a class = "el" href = "classpFlow_1_1sphereParticles.html#a9772907f42ecab8a7d5d24496fba9498" > sphereParticles< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > accelerationTimer_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1grainParticles.html#a1bff664d1437325cc40dfb3e29421da4" > grainParticles< / a >
, < a class = "el" href = "classpFlow_1_1sphereParticles.html#a1bff664d1437325cc40dfb3e29421da4" > sphereParticles< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > accelertion()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1particles.html#a972c390e6438aa3692e0389bbcf76f1a" > particles< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > accelertion_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1particles.html#a60c7e8589518715b54706d35e2b428c9" > particles< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > accTime_
: < a class = "el" href = "classpFlow_1_1Timer.html#a36608b2f543efbaab78f3d82b05905d8" > Timer< / a >
< / li >
< li > accTimersTotal()
: < a class = "el" href = "classpFlow_1_1Timer.html#a8d45c29a8c46fc0eb68cd5116e7bb70a" > Timer< / a >
, < a class = "el" href = "classpFlow_1_1Timers.html#abe5703bd8255f2ec21ffe5d82dfee164" > Timers< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > accTimersTotalMax()
: < a class = "el" href = "classpFlow_1_1Timer.html#a16ae9c72bb6fe657147cbf9d657176fb" > Timer< / a >
< / li >
< li > activatePrefix()
: < a class = "el" href = "classpFlow_1_1processorOstream.html#aa2768213b957ef38e93c7ed8885a19c9" > processorOstream< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > active_
: < a class = "el" href = "classpFlow_1_1insertion.html#ab4b9b810dce908775f2dcb12e77ff4ce" > insertion< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > activeBoundaries_
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#a729c310e6f0ea9e1b3093b3081414668" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a729c310e6f0ea9e1b3093b3081414668" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > activePointsHost()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1internalPoints.html#a565494d22518756e9b973ac39dc156b4" > internalPoints< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > activePointsMaskDevice()
: < a class = "el" href = "classpFlow_1_1internalField.html#a67d82cfcfc613c9ffbccd1f9a9aa0ce6" > internalField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1internalPoints.html#ad5d40ae5b158bfbc6fee913044a4f7fe" > internalPoints< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > activePointsMaskHost()
: < a class = "el" href = "classpFlow_1_1internalField.html#a441872596be8e9a89b22e9ca01edc48d" > internalField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1internalPoints.html#a11e539af445d76bc607493d3018a84e4" > internalPoints< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > activeRange()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1internalField.html#ab90376459849df998be9743b291159cb" > internalField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1internalPoints.html#aaab44813a7f4610612ccfe157d45564e" > internalPoints< / a >
, < a class = "el" href = "classpFlow_1_1pointField.html#afef304b4d4497e45857f6edef9b049e6" > pointField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1pointFlag.html#a766f5bcd312f3e0ca10011181b05f318" > pointFlag< ExecutionSpace > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > activeRange_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1pointFlag.html#a55935043edb3b8ddb3d28b4892391c0a" > pointFlag< ExecutionSpace > < / a >
< / li >
< li > activeValuesHost()
: < a class = "el" href = "classpFlow_1_1internalField.html#a029a7ab2184ac4955ef07b37ee61b37b" > internalField< T, MemorySpace > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > AdamsBashforth2()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a1e7473dc6951c5718277fadf484d4c7d" > AdamsBashforth2< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > AdamsBashforth3()
: < a class = "el" href = "classpFlow_1_1AdamsBashforth3.html#a1f266356c0127865641500aea4aca002" > AdamsBashforth3< / a >
< / li >
< li > AdamsBashforth4()
: < a class = "el" href = "classpFlow_1_1AdamsBashforth4.html#a69029aec4bfcd45b781d1cfc65359fcb" > AdamsBashforth4< / a >
< / li >
< li > AdamsBashforth5()
: < a class = "el" href = "classpFlow_1_1AdamsBashforth5.html#a129b1fb5fcc9dfcc9c803d8b13758cbc" > AdamsBashforth5< / a >
< / li >
< li > AdamsMoulton3()
: < a class = "el" href = "classpFlow_1_1AdamsMoulton3.html#ad0d8f6814b44931c5a758e93505e0a6e" > AdamsMoulton3< / a >
< / li >
< li > AdamsMoulton4()
: < a class = "el" href = "classpFlow_1_1AdamsMoulton4.html#a34d4c804534cb2f04fc68174b7282653" > AdamsMoulton4< / a >
< / li >
< li > AdamsMoulton5()
: < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a84c490b65587b21f5666766e94a945bc" > AdamsMoulton5< / a >
< / li >
< li > add()
: < a class = "el" href = "classpFlow_1_1dictionary.html#a6ae2ea14b8b5e5661c2f207aae2d4bdc" > dictionary< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1message.html#a99e3e42bc3634a534c9444dde842fb8d" > message< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > add_vCtor()
: < a class = "el" href = "classpFlow_1_1AdamsBashforth2.html#a3f4d930dbe074e5170da8b9a74f3c8b8" > AdamsBashforth2< / a >
, < a class = "el" href = "classpFlow_1_1AdamsBashforth3.html#a9626dd5e2e9be37e395ace9fc484d879" > AdamsBashforth3< / a >
, < a class = "el" href = "classpFlow_1_1AdamsBashforth4.html#a1084909fe2f0dbd8f2af68ab4e94692a" > AdamsBashforth4< / a >
, < a class = "el" href = "classpFlow_1_1AdamsBashforth5.html#a12a13b4372ff9e69e5e921529b13ac17" > AdamsBashforth5< / a >
, < a class = "el" href = "classpFlow_1_1AdamsMoulton3.html#a932382285aa9c91af3a87cabdde3b7d0" > AdamsMoulton3< / a >
, < a class = "el" href = "classpFlow_1_1AdamsMoulton4.html#aa46de8b6c155f9145790ef1434c6da09" > AdamsMoulton4< / a >
, < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#aa18e539a33004e6d10e69a19ef0c5ddb" > AdamsMoulton5< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1boundaryContactSearch.html#ace93f0385d19b734857c3e30765aabee" > boundaryContactSearch< / a >
, < a class = "el" href = "classpFlow_1_1boundaryExit.html#ac77a7830f3a54629604bfc5b40a3bfff" > boundaryExit< / a >
, < a class = "el" href = "classpFlow_1_1boundaryField.html#a696fa2d364a8285236f4cd87a14b2002" > boundaryField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#addfe21a8d9ccbc794948f513e3194993" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundaryGrainParticles.html#addc8edbf25c4c2e80ecc163f7d98dc55" > boundaryGrainParticles< / a >
, < a class = "el" href = "classpFlow_1_1boundaryIntegration.html#a220776a219ade418e376b07e9da1fb60" > boundaryIntegration< / a >
, < a class = "el" href = "classpFlow_1_1boundaryNone.html#ae85fc462d236c0986b7022bde15afed8" > boundaryNone< / a >
, < a class = "el" href = "classpFlow_1_1boundaryPeriodic.html#a7b479a29b7f1d464ade23e7d2e76f25f" > boundaryPeriodic< / a >
, < a class = "el" href = "classpFlow_1_1boundaryReflective.html#a3da1313a9bebf092b8d5a8b7f6aaa615" > boundaryReflective< / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereInteraction.html#ad9d05741f97da5a7644233572068e374" > boundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereParticles.html#a0dc9c926b54572f3be3ca38f32875954" > boundarySphereParticles< / a >
, < a class = "el" href = "classpFlow_1_1ContactSearch.html#a05f191978ffcabf5af6bacb4c6d35ebf" > ContactSearch< searchMethod > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1cuboidWall.html#a93a521502d0e234b6b9d39a126c7f2d9" > cuboidWall< / a >
, < a class = "el" href = "classpFlow_1_1cylinderWall.html#ae5787e4210a143212c4d77876bb99964" > cylinderWall< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1dataIORegular.html#a2ef47df6c9a5d912e14bb6e357f6ebce" > dataIORegular< T > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1empty.html#aaec3c50bfb67f4edcefb66feaac7529b" > empty< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1exitBoundaryField.html#a0783e5d7c464cfab17a393ec168b0d39" > exitBoundaryField< T, MemorySpace > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1geometryMotion.html#aba2169cbf27fa162285c89ae00effd86" > geometryMotion< MotionModelType > < / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1grainInteraction.html#a1ca6783e36cec0f3f207dd2d21a8dbab" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1IncludeMask.html#a32e97523f38d476c86349e806ba3263d" > IncludeMask< T, Operator > < / a >
, < a class = "el" href = "classpFlow_1_1IncludeMask_3_01T_00_01allOp_3_01T_01_4_01_4.html#a32e97523f38d476c86349e806ba3263d" > IncludeMask< T, allOp< T > > < / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1PeakableRegion.html#abfe18bc437d6d79cd5071e97d9133ae7" > PeakableRegion< GeomType > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundaryContactSearch.html#a098d4631d358707bbc6db6cb491129b0" > periodicBoundaryContactSearch< / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundaryField.html#a8a0b2d3895d093e65de21e5ea9ac54d8" > periodicBoundaryField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundaryGrainInteraction.html#aba24783255ba9a6000caf2745d649596" > periodicBoundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundarySphereInteraction.html#aba24783255ba9a6000caf2745d649596" > periodicBoundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1planeWall.html#ab15b31cef60d9f92eceea563eee86fed" > planeWall< / a >
, < a class = "el" href = "classpFlow_1_1positionOrdered.html#aeeea73d4f6dff0fb07b3252baaa40987" > positionOrdered< / a >
, < a class = "el" href = "classpFlow_1_1positionRandom.html#ab97c95d47e799fff0489fe8e09de45c1" > positionRandom< / a >
, < a class = "el" href = "classpFlow_1_1ProcessField.html#ab9af837f18d1157ef3f892aee6608973" > ProcessField< T > < / a >
, < a class = "el" href = "classpFlow_1_1RandomReal.html#a190fc3abcd750a2809f0a57a9e8752e9" > RandomReal< DistributionType > < / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1reflectiveBoundaryField.html#ab771b94553d016c74295635d5fe46108" > reflectiveBoundaryField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1regularParticleIdHandler.html#aa1d27b1f9c774c3ecb682aad11bdffc5" > regularParticleIdHandler< / a >
, < a class = "el" href = "classpFlow_1_1regularSimulationDomain.html#a7b8154bd76d085365e3a9035092f052c" > regularSimulationDomain< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1selectBox.html#acf7348b9066206db96bfdf85bdd0284c" > selectBox< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1selectorGeometric.html#a0fdc4e2929d48430f97002dd5911b5c6" > selectorGeometric< GeomType > < / a >
, < a class = "el" href = "classpFlow_1_1selectorRandomPoints.html#a896298fc1935579760a645f7c3287e6a" > selectorRandomPoints< / a >
, < a class = "el" href = "classpFlow_1_1selectorStridedRange.html#a03bec36a43ffea527b8fcd1a388b2afa" > selectorStridedRange< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a49422fe4d2d0079808b801102d6e6265" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1stlWall.html#a86c66f30baaba93c9b76cac34cc68c3a" > stlWall< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > addAndName()
: < a class = "el" href = "classpFlow_1_1message.html#a09b4d6a629e2d28799aadfcaca22ec13" > message< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > addDict()
: < a class = "el" href = "classpFlow_1_1dictionary.html#a884a981ad2a220efcd7f6e8bf6cd94e2" > dictionary< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > addDissipationModel_
: < a class = "el" href = "classpFlow_1_1cfModels_1_1cGAbsoluteLinear.html#a0d46acce251dd3e08c7731c6ac0473cd" > cGAbsoluteLinear< limited > < / a >
, < a class = "el" href = "classpFlow_1_1cfModels_1_1cGRelativeLinear.html#a0d46acce251dd3e08c7731c6ac0473cd" > cGRelativeLinear< limited > < / a >
< / li >
< li > addEvent()
: < a class = "el" href = "classpFlow_1_1observer.html#a653c7226b70e6965bf6a79b5e33925ff" > observer< / a >
< / li >
< li > addExclude()
: < a class = "el" href = "classpFlow_1_1systemControl.html#ab50cb6334eb1c2455f472d05ad570db7" > systemControl< / a >
< / li >
< li > addInclude()
: < a class = "el" href = "classpFlow_1_1systemControl.html#ac26156c28639af94ddf9c9e044231051" > systemControl< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > addIndividual()
: < a class = "el" href = "classpFlow_1_1combinedRange.html#a3a79e0cba51ba81ae2b0b13faeb00c3d" > combinedRange< T > < / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > addInternalPoints()
: < a class = "el" href = "classpFlow_1_1pointFlag.html#a6a3f9fbcd0472d2b49b98f6b604e306e" > pointFlag< ExecutionSpace > < / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > addIntervalRange()
: < a class = "el" href = "classpFlow_1_1combinedRange.html#a59ec953d3d9b171d79c9f11b16f9c26d" > combinedRange< T > < / a >
< / li >
2023-03-31 10:54:16 -07:00
< li > addOption()
2023-04-23 12:52:57 -07:00
: < a class = "el" href = "classpFlow_1_1commandLine.html#ae309d1cad7a1c3502e8d112f76373816" > commandLine< / a >
2023-03-31 10:54:16 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > addOrKeep()
: < a class = "el" href = "classpFlow_1_1dictionary.html#a237be7839e89d0067af0ffc5405e36ee" > dictionary< / a >
< / li >
< li > addOrReplace()
: < a class = "el" href = "classpFlow_1_1dictionary.html#a9f2e3b3f95165c31cf05a58663778900" > dictionary< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > addPlaneWall()
: < a class = "el" href = "classpFlow_1_1planeWall.html#a79ff8be1554af7901ffb5331dea61568" > planeWall< / a >
< / li >
< li > addPtr()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1dictionary.html#a520c6483b3b2e0fa7d3997be204f3893" > dictionary< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > addRanges()
: < a class = "el" href = "classpFlow_1_1combinedRange.html#adbbd1401a0edfb24f13accc47e8c85b9" > combinedRange< T > < / a >
< / li >
< li > addSolid()
: < a class = "el" href = "classpFlow_1_1stlFile.html#a56b6b65aa96162d68667fe88bf1ed022" > stlFile< / a >
< / li >
< li > addStridedRange()
2023-04-13 11:46:41 -07:00
: < a class = "el" href = "classpFlow_1_1combinedRange.html#a2174415fd682f88846895dafefee9d31" > combinedRange< T > < / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > addTimeFile()
: < a class = "el" href = "classpFlow_1_1PFtoVTK_1_1fileSeries.html#aa1573e81a962d37b2f97c621465aed70" > fileSeries< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > addTimer()
: < a class = "el" href = "classpFlow_1_1Timers.html#a0b1c21d252c29355b2c87396c13a5e6e" > Timers< / a >
< / li >
< li > addToList()
: < a class = "el" href = "classpFlow_1_1Timers.html#a7d56acfa176522e9c95ad99607d07f49" > Timers< / a >
< / li >
< li > addToNumInserted()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1insertionRegion.html#a1a07130d03939ed5fa8846c15371d673" > insertionRegion< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > addToRepository()
: < a class = "el" href = "classpFlow_1_1repository.html#ad346521bc098d1c68f903e9079c4906a" > repository< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > addToSubscriber()
: < a class = "el" href = "classpFlow_1_1observer.html#ae60104d9527f96b61e9bc2ea1e19c9f2" > observer< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > addWall4()
: < a class = "el" href = "classpFlow_1_1planeWall.html#acbaf6fa391684ef30020e453d9aaac0e" > planeWall< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > adjustableBox_
: < a class = "el" href = "classpFlow_1_1mapperNBS.html#aa7c4a15dc21c88343006edd4ce8d89ec" > mapperNBS< / a >
, < a class = "el" href = "classpFlow_1_1NBS.html#a4854f09042fd32034fba211bfb56f552" > NBS< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > adjustCapacity()
: < a class = "el" href = "classpFlow_1_1sortedContactList.html#a094cab68474f9d487c8113228caf8c1a" > sortedContactList< valueType, executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1unsortedContactList.html#a094cab68474f9d487c8113228caf8c1a" > unsortedContactList< valueType, executionSpace, idType > < / a >
< / li >
< li > afterBroadSearch()
: < a class = "el" href = "classpFlow_1_1sortedContactList.html#a6141d3224e90a32108452817d4e08ea8" > sortedContactList< valueType, executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1sortedPairs.html#a6141d3224e90a32108452817d4e08ea8" > sortedPairs< executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1unsortedContactList.html#a6141d3224e90a32108452817d4e08ea8" > unsortedContactList< valueType, executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a6141d3224e90a32108452817d4e08ea8" > unsortedPairs< executionSpace, idType > < / a >
< / li >
< li > afterIteration()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#ab12bdb50a3735724b2e0236092951c4e" > boundaryBase< / a >
, < a class = "el" href = "classpFlow_1_1boundaryExit.html#a63bc85a406a11ddfa23cbd13b4f5e46b" > boundaryExit< / a >
, < a class = "el" href = "classpFlow_1_1boundaryList.html#a3728f540f1cf71ab8778feebd58acd6f" > boundaryList< / a >
, < a class = "el" href = "classpFlow_1_1boundaryNone.html#a63bc85a406a11ddfa23cbd13b4f5e46b" > boundaryNone< / a >
, < a class = "el" href = "classpFlow_1_1boundaryPeriodic.html#a63bc85a406a11ddfa23cbd13b4f5e46b" > boundaryPeriodic< / a >
, < a class = "el" href = "classpFlow_1_1boundaryReflective.html#a63bc85a406a11ddfa23cbd13b4f5e46b" > boundaryReflective< / a >
, < a class = "el" href = "classpFlow_1_1demComponent.html#ac7d2399b393b6dfa6f00ad9bcd524437" > demComponent< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1geometry.html#a5ab4b6c611c3256e54f51bbfc484d58e" > geometry< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1grainInteraction.html#a5ab4b6c611c3256e54f51bbfc484d58e" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1particles.html#a5ab4b6c611c3256e54f51bbfc484d58e" > particles< / a >
, < a class = "el" href = "classpFlow_1_1pointStructure.html#a5ab4b6c611c3256e54f51bbfc484d58e" > pointStructure< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a5ab4b6c611c3256e54f51bbfc484d58e" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
2023-04-23 12:52:57 -07:00
< li > afterTimeLoop()
: < a class = "el" href = "classpFlow_1_1demComponent.html#a0b82b161f3fd39ee9f534cc2508d97f8" > demComponent< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > allActive()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1pointField.html#aab9550b3f59f76a254d15a2d537bb395" > pointField< T, MemorySpace > < / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > allElements()
: < a class = "el" href = "classpFlow_1_1boundariesMask.html#a3664abb7933f6ea2bb0241f5b9ab336c" > boundariesMask< N > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > allKeywords()
: < a class = "el" href = "classpFlow_1_1dictionary.html#a013d55c9f22dfd9bbe81bd8890ea5929" > dictionary< / a >
< / li >
< li > allocateArrays()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1cellMapper.html#a178bd39dbf9cf7db2a4355d9d2038a6a" > cellMapper< / a >
, < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a328744b8a25238f746b939e7be7b6703" > cellsWallLevel0< / a >
, < a class = "el" href = "classpFlow_1_1mapperNBS.html#a178bd39dbf9cf7db2a4355d9d2038a6a" > mapperNBS< / a >
, < a class = "el" href = "classpFlow_1_1wallBoundaryContactSearch.html#a328744b8a25238f746b939e7be7b6703" > wallBoundaryContactSearch< / a >
< / li >
< li > allocatePPPairs()
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#ab7b473a769e26a0b4d168481f1e0a5c3" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereInteraction.html#ab7b473a769e26a0b4d168481f1e0a5c3" > boundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > allocatePWPairs()
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#a819924db898b0518d31aeff9d746b295" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereInteraction.html#a819924db898b0518d31aeff9d746b295" > boundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > AllProcessorsDifferent
: < a class = "el" href = "classpFlow_1_1IOPattern.html#ac1233559c41d42640fa7882a83951aecaf4f012a72ea39909abe7d94f8d8216c7" > IOPattern< / a >
< / li >
< li > AllProcessorsSimilar
: < a class = "el" href = "classpFlow_1_1IOPattern.html#ac1233559c41d42640fa7882a83951aecac91f26e81450da3a70ca6b559e009feb" > IOPattern< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > amplitude_
: < a class = "el" href = "classpFlow_1_1vibrating.html#ab99817cefd7dcc788c7d129b270bbfb9" > vibrating< / a >
< / li >
< li > angularFreq_
: < a class = "el" href = "classpFlow_1_1vibrating.html#a00b0c9642be1f1e40745c74d462bd774" > vibrating< / a >
< / li >
2023-03-31 10:54:16 -07:00
< li > any
: < a class = "el" href = "classpFlow_1_1commandLine.html#a6bf9ccafef4d8ccb9f18a06083b801e7" > commandLine< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > anyElement()
: < a class = "el" href = "classpFlow_1_1boundariesMask.html#ab80ce01e768a6ec63a0dc11f23325fcc" > boundariesMask< N > < / a >
< / li >
< li > anyList_
: < a class = "el" href = "classpFlow_1_1anyList.html#a6eadba5d04236210e301ec137ac68404" > anyList< / a >
< / li >
< li > anyListType
: < a class = "el" href = "classpFlow_1_1anyList.html#a3b9f0baf97d6ca713900a597c2895f1f" > anyList< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > append()
2023-04-13 11:46:41 -07:00
: < a class = "el" href = "classpFlow_1_1oTstream.html#a3ebe3cf983e1255171dc04ea202c2e87" > oTstream< / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1triSurface.html#a41da40d7dcef4e4eaa1c4a2e4b749a70" > triSurface< / a >
, < a class = "el" href = "classpFlow_1_1VectorSingle.html#ad4daee7504dfa383126ab2867d1fced4" > VectorSingle< T, MemorySpace > < / a >
< / li >
< li > append_
: < a class = "el" href = "classpFlow_1_1fileStream.html#a0c6d9e064a918fa590951f9236a3bce4" > fileStream< / a >
, < a class = "el" href = "classpFlow_1_1vtkFile.html#a0c6d9e064a918fa590951f9236a3bce4" > vtkFile< / a >
< / li >
< li > appendNewIndices()
: < a class = "el" href = "classpFlow_1_1boundaryBase.html#af101541e308f80085632a9eb770ec164" > boundaryBase< / a >
< / li >
< li > appendSurface()
: < a class = "el" href = "classpFlow_1_1multiTriSurface.html#a43c0f35da3aced7be8e751e3ec1a7337" > multiTriSurface< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > appendToken()
: < a class = "el" href = "classpFlow_1_1iTstream.html#a901e0a864d35fee71e969f18b6a3f701" > iTstream< / a >
< / li >
< li > appendTokens()
: < a class = "el" href = "classpFlow_1_1iTstream.html#ab8e6218a25dd17573b727e6e3225d6af" > iTstream< / a >
< / li >
2023-03-31 10:54:16 -07:00
< li > appName_
: < a class = "el" href = "classpFlow_1_1commandLine.html#a7f04090943d139b6d697f4a194a3641d" > commandLine< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > area()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1triSurface.html#a46ba414eb6fed644f2dfb795c27b3a7e" > triSurface< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > area_
: < a class = "el" href = "classpFlow_1_1triSurface.html#a39d684f10dc57c49b15fba0a594e5515" > triSurface< / a >
< / li >
< li > areViewsSimilar()
: < a class = "el" href = "classpFlow_1_1VectorDual.html#a2808fb8af244ff22227dd712b443258a" > VectorDual< T, MemorySpace > < / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > argc()
: < a class = "el" href = "classpFlow_1_1processors.html#a6b5d14f6477c2a2ffc4a584fccd4a270" > processors< / a >
< / li >
< li > argc_
: < a class = "el" href = "classpFlow_1_1processors.html#a627ff5c3747ee8767d66ef274ed334d5" > processors< / a >
< / li >
< li > argv()
: < a class = "el" href = "classpFlow_1_1processors.html#a7a337e96a9bbe5764e39bf211806f5f3" > processors< / a >
< / li >
< li > argv_
: < a class = "el" href = "classpFlow_1_1processors.html#a95d0ff97c571dfb385e5d16290f67328" > processors< / a >
< / li >
< li > ArrayType
: < a class = "el" href = "classpFlow_1_1zAxis.html#a3ac330fffee9b765a55e171f8316988f" > zAxis< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > ASCII
2023-04-13 11:46:41 -07:00
: < a class = "el" href = "classpFlow_1_1IOstream.html#ab76e0cc92bb140c07e198662e39d5268af9c208c7d7a0f102f2683165540c882d" > IOstream< / a >
, < a class = "el" href = "classpFlow_1_1token.html#a6de61d020d5e51c1d065ccb79387e682af9c208c7d7a0f102f2683165540c882d" > token< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > assign()
: < a class = "el" href = "classpFlow_1_1symArray.html#ac49828e84b4c929c15c813500e280005" > symArray< T, MemorySpace > < / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1triSurfaceField.html#a0504546ab3c27dfcc25afc209b8b0b2d" > triSurfaceField< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1VectorDual.html#aff81578dea4c1c19fc5f9ba871ddc3d4" > VectorDual< T, MemorySpace > < / a >
2023-04-23 12:52:57 -07:00
, < a class = "el" href = "classpFlow_1_1VectorSingle.html#a39102b6908f04f813ccd119193c56fc3" > VectorSingle< T, MemorySpace > < / a >
2025-01-10 13:02:07 +03:30
, < a class = "el" href = "classpFlow_1_1VectorSingle_3_01word_00_01HostSpace_01_4.html#a45f62085633c1407e64e312f997021dd" > VectorSingle< word, HostSpace > < / a >
< / li >
< li > assignFromDevice()
: < a class = "el" href = "classpFlow_1_1VectorSingle.html#afc2408a087b76a59e81f83f22367b04e" > VectorSingle< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1VectorSingle_3_01word_00_01HostSpace_01_4.html#ac1b67531da5b72d2e28ab9a7743f4be4" > VectorSingle< word, HostSpace > < / a >
< / li >
< li > assignFromHost()
: < a class = "el" href = "classpFlow_1_1VectorSingle.html#a6255c8aec839b50209f4e3908c710ba2" > VectorSingle< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1VectorSingle_3_01word_00_01HostSpace_01_4.html#a6255c8aec839b50209f4e3908c710ba2" > VectorSingle< word, HostSpace > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > averageTime()
: < a class = "el" href = "classpFlow_1_1Timer.html#a7e12358ebcceb29dea6ecc06f4fc2482" > Timer< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > averageTimeAllAtoMaster()
: < a class = "el" href = "classpFlow_1_1MPITimer.html#a76f038ee302bcbdc432411fe177c0c9b" > MPITimer< / a >
< / li >
< li > averageTimeAllToAll()
: < a class = "el" href = "classpFlow_1_1MPITimer.html#a833d598c813f396e9a6ff8b13a6dcbfa" > MPITimer< / a >
< / li >
< li > averageTimeMax()
: < a class = "el" href = "classpFlow_1_1MPITimer.html#ac8629bd4ac77d5dfcee244067cd186ee" > MPITimer< / a >
, < a class = "el" href = "classpFlow_1_1Timer.html#ac8629bd4ac77d5dfcee244067cd186ee" > Timer< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > axis_
: < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion.html#a2efd1b487367ae91274544274fef6876" > multiRotatingAxisMotion< / a >
, < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion_1_1Model.html#ad85a9f194a8fa7ec87c81103892b2d53" > multiRotatingAxisMotion::Model< / a >
< / li >
< li > axisList_
: < a class = "el" href = "classpFlow_1_1multiRotatingAxis.html#a63fe7288eff3ba15e7a7533312d9c1d2" > multiRotatingAxis< / a >
< / li >
< li > axisName_
: < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion.html#ae203af35abd611539e7b9fdc1cbc2a1d" > multiRotatingAxisMotion< / a >
< / li >
< li > axisOrder_
: < a class = "el" href = "classpFlow_1_1positionOrdered.html#a97d143acc011387029f49e7c5acf7cdf" > positionOrdered< / a >
< / li >
< li > axisVector2_
: < a class = "el" href = "classpFlow_1_1cylinder.html#a3bef7ec8ee674aaf0715b07e34d57e61" > cylinder< / a >
< / li >
< li > axisVector_
: < a class = "el" href = "classpFlow_1_1cylinder.html#aab01b4d0369205b08db8e1b42aa5d1aa" > cylinder< / a >
< / li >
< li > axisVector_HD
: < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion.html#ad16baf426d8788c02f84111c95819da4" > multiRotatingAxisMotion< / 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 >