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_g.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_g" > < / a > - g -< / h3 > < ul >
< li > g()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1systemControl.html#af4b5a24a1cac8eaf642c0cc39ce49573" > systemControl< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > gatherData()
: < a class = "el" href = "classpFlow_1_1dataIO.html#a9d39306081754cb86ddba51f2372fc18" > dataIO< T > < / a >
, < a class = "el" href = "classpFlow_1_1dataIORegular.html#a369197a64eb535c4cd0dacebebbac1b1" > dataIORegular< T > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > Geff_
: < a class = "el" href = "structpFlow_1_1cfModels_1_1nonLinear_1_1nonLinearProperties.html#a2aa7e20d744b6050d70cd6f56627ae3a" > nonLinear< limited > ::nonLinearProperties< / a >
, < a class = "el" href = "structpFlow_1_1cfModels_1_1nonLinearMod_1_1nonLinearProperties.html#a2aa7e20d744b6050d70cd6f56627ae3a" > nonLinearMod< limited > ::nonLinearProperties< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > generalBoundary()
: < a class = "el" href = "classpFlow_1_1generalBoundary.html#aea1e620b5faeaefc30234a91d77912f9" > generalBoundary< / a >
< / li >
< li > geom_
: < a class = "el" href = "classpFlow_1_1geometricRegion.html#a7507bf9011acdf4fcd7f24922f148d1c" > geometricRegion< GeomType > < / a >
< / li >
< li > geometricRegion()
: < a class = "el" href = "classpFlow_1_1geometricRegion.html#ae4abc67494276fe7908371057a3a7f47" > geometricRegion< GeomType > < / a >
< / li >
< li > Geometry()
: < a class = "el" href = "classpFlow_1_1contactSearch.html#ab0f73623ec6d4ee09c142c435329ffbf" > contactSearch< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > geometry()
: < a class = "el" href = "classpFlow_1_1geometry.html#ac25e8dbd64a3856d6689171eff4efa66" > geometry< / a >
< / li >
< li > Geometry()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1interaction.html#a759fdbcd9188052dd1a73bc068ba9761" > interaction< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > geometry()
: < a class = "el" href = "classpFlow_1_1systemControl.html#a291fd7758f93ea5fa995f571b369b263" > systemControl< / a >
, < a class = "el" href = "classpFlow_1_1Time.html#a291fd7758f93ea5fa995f571b369b263" > Time< / a >
< / li >
< li > geometry_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1contactSearch.html#a0ca39596f183e9a3ac8974cdb9a99921" > contactSearch< / a >
, < a class = "el" href = "classpFlow_1_1interaction.html#a0ca39596f183e9a3ac8974cdb9a99921" > interaction< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1Time.html#a2dae603535b44cff7d8683019fe89925" > Time< / a >
< / li >
< li > geometryMotion()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#a88ba785d48ae56d3a8bc183f8f64d5a4" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereInteraction.html#a88ba785d48ae56d3a8bc183f8f64d5a4" > boundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1geometryMotion.html#aadd6768683cbd8b10f793e2af30a2d11" > geometryMotion< MotionModelType > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > geometryMotion_
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#a85c5692b97a3b485cc3f52368b063942" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereInteraction.html#a85c5692b97a3b485cc3f52368b063942" > boundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1grainInteraction.html#a85c5692b97a3b485cc3f52368b063942" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a85c5692b97a3b485cc3f52368b063942" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > GeometryMotionModel
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1boundarySphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095" > boundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1grainInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundaryGrainInteraction.html#ac47d6605e10ac2c831f8a97de6caf333" > periodicBoundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundarySphereInteraction.html#ac47d6605e10ac2c831f8a97de6caf333" > periodicBoundarySphereInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1sphereInteraction.html#a92d80c9a6ba7b1c4bd6cf62df514a095" > sphereInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > GeometryType
: < a class = "el" href = "classpFlow_1_1geometricRegion.html#a639da8e329957ecc9cb0bc5532289933" > geometricRegion< GeomType > < / a >
, < a class = "el" href = "classpFlow_1_1PeakableRegion.html#ad3392a825e643a244a8020db390b4b3a" > PeakableRegion< GeomType > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > get()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1Istream.html#a4b24d3a74d38ac71f0c83493e2e96ef8" > Istream< / a >
< / li >
< li > getActivePoints()
: < a class = "el" href = "classpFlow_1_1pointFlag.html#aed3b06f6586b0a5191051219f4703ee9" > pointFlag< ExecutionSpace > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > getAxisListPtrDevice()
: < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion.html#aab8f95b8f6db448ecf30dc49e72e34b4" > multiRotatingAxisMotion< / a >
< / li >
< li > getAxisListPtrHost()
: < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion.html#af48f2a7fc2e975642270c32a6952844b" > multiRotatingAxisMotion< / a >
< / li >
< li > getBack()
: < a class = "el" href = "classpFlow_1_1iIstream.html#a2fa0de349bf86cba54424c4a512e1e49" > iIstream< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > getBoundaryFlag()
: < a class = "el" href = "classpFlow_1_1pointFlag.html#a6b02515268c65835f18c237dab2c6366" > pointFlag< ExecutionSpace > < / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > getCellIterator()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1cellMapper.html#a639ca8a7754aa6a5ede02cb5346b8fa3" > cellMapper< / a >
, < a class = "el" href = "classpFlow_1_1mapperNBS.html#a639ca8a7754aa6a5ede02cb5346b8fa3" > mapperNBS< / a >
, < a class = "el" href = "classpFlow_1_1NBS.html#afe887dc4dc5b7dfc93c4dcd09861b79f" > NBS< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1pointRectCell.html#a639ca8a7754aa6a5ede02cb5346b8fa3" > pointRectCell< / a >
< / li >
< li > getCells()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1cells.html#aab4957227ae46b934b9f779363e6c83c" > cells< / a >
< / li >
< li > getDomainCells()
: < a class = "el" href = "classpFlow_1_1mapperNBS.html#ae5b65a8c2f6f5bccb97df02e1d8ba765" > mapperNBS< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > getDomainCellsLevels()
: < a class = "el" href = "classpFlow_1_1NBS.html#a03bc805617056771734b461cef42d304" > NBS< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > getEmptyPoints()
: < a class = "el" href = "classpFlow_1_1pointFlag.html#a8e885c1d1ead153f27181a7d6605c62e" > pointFlag< ExecutionSpace > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > getFieldType()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1countField.html#a652a19b251fd07c2ee0a88ef91d6c748" > countField< / a >
, < a class = "el" href = "classpFlow_1_1includeMask.html#ac79c0ce5bab11b4b49996bc8f642d295" > includeMask< / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1processField.html#a652a19b251fd07c2ee0a88ef91d6c748" > processField< / a >
< / li >
< li > getFinalPosition()
: < a class = "el" href = "classpFlow_1_1positionParticles.html#adaf43bf7eef63499afd8a277636d8114" > positionParticles< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > getFirstCopy()
: < a class = "el" href = "classpFlow_1_1scatteredFieldAccess.html#a022a0ff46a956e324378e6d363a7fe5a" > scatteredFieldAccess< T, MemorySpace > < / a >
< / li >
< li > getIdRange()
: < a class = "el" href = "classpFlow_1_1particleIdHandler.html#a7614bfcdd64a2385cfd765917b6c16c2" > particleIdHandler< / a >
, < a class = "el" href = "classpFlow_1_1regularParticleIdHandler.html#ab494b5127808fda7af5306145a2e251f" > regularParticleIdHandler< / a >
< / li >
< li > getLastCopy()
: < a class = "el" href = "classpFlow_1_1scatteredFieldAccess.html#a84764245855696a79b4945cbc84ddca5" > scatteredFieldAccess< T, MemorySpace > < / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > getLine()
: < a class = "el" href = "classpFlow_1_1Istream.html#a1795762addc0a9a1c0d105e81b1a47c2" > Istream< / a >
< / li >
< li > getListStride()
: < a class = "el" href = "classpFlow_1_1List.html#ad4a007cea89dbe9b93c62320c5fa91a3" > List< T > < / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > getMethod()
: < a class = "el" href = "classpFlow_1_1particleWallContactSearchs.html#a2d351b26be22b6b50fa4925aab019161" > particleWallContactSearchs< method > < / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > getModel()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1geometryMotion.html#a5b3b896e6acc398480105c62c41ea132" > geometryMotion< MotionModelType > < / a >
, < a class = "el" href = "classpFlow_1_1MotionModel.html#ae61119209b2ab0f91e3db07b73316b9e" > MotionModel< Model, Component > < / a >
2023-03-27 10:16:23 -07:00
, < a class = "el" href = "classpFlow_1_1multiRotatingAxisMotion.html#ad154666086a654ab29cbb515fec9bf4e" > multiRotatingAxisMotion< / a >
2025-01-10 13:02:07 +03:30
< / li >
< li > getModelInterface()
: < a class = "el" href = "classpFlow_1_1MotionModel.html#a77ef3efbb4ac9f93f4f6063812a4cf30" > MotionModel< Model, Component > < / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > getN()
: < a class = "el" href = "classpFlow_1_1symArray.html#aaa204e5a9810b8db8dd34cc29ee4c464" > symArray< T, MemorySpace > < / a >
< / li >
< li > getNext()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1cellMapper_1_1CellIterator.html#a9db1f97b40041d19cfcf4ab08c7e780a" > cellMapper::CellIterator< / a >
, < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html#a6528742cfe90fcc0c4d8449f07c3c7d3" > mapperNBS::CellIterator< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > getNextShapeName()
: < a class = "el" href = "classpFlow_1_1shapeMixture.html#a5801efcf4ecfd26a91571260a672155b" > shapeMixture< / a >
< / li >
< li > getNextShapeNameN()
: < a class = "el" href = "classpFlow_1_1shapeMixture.html#abe6a32d589238a46ff8bd34e0f7ad07f" > shapeMixture< / a >
< / li >
< li > getObject()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1anyList.html#a5cf0498e92b5a4870077c74b0d3edd78" > anyList< / a >
< / li >
< li > getObjectPtr()
: < a class = "el" href = "classpFlow_1_1anyList.html#aecf07ad52557a1d2f1e94c20f722e7e6" > anyList< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > getPair()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "structpFlow_1_1Range.html#ae2292ffa4467601214c77a92285dcc61" > Range< T > < / a >
, < a class = "el" href = "classpFlow_1_1sortedPairs.html#af8e8593b419b4644ae5a16d355f0424c" > sortedPairs< executionSpace, idType > < / a >
, < a class = "el" href = "structpFlow_1_1sortedPairs_1_1pairAccessor.html#a7cb1b2440a2a85aa6b9a8445c4a2b715" > sortedPairs< executionSpace, idType > ::pairAccessor< / a >
, < a class = "el" href = "classpFlow_1_1unsortedPairs.html#af8e8593b419b4644ae5a16d355f0424c" > unsortedPairs< executionSpace, idType > < / a >
, < a class = "el" href = "structpFlow_1_1unsortedPairs_1_1pairAccessor.html#a290893fe2e2562b0f14e47de635e96c8" > unsortedPairs< executionSpace, idType > ::pairAccessor< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > getPairs()
: < a class = "el" href = "classpFlow_1_1sortedPairs.html#a196f60a46106f091bb84950e99697a83" > sortedPairs< executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1unsortedPairs.html#a196f60a46106f091bb84950e99697a83" > unsortedPairs< executionSpace, idType > < / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > getParticlesInfoFromShape()
: < a class = "el" href = "classpFlow_1_1grainParticles.html#a69b290242d90fc925278ffc73d428e41" > grainParticles< / a >
, < a class = "el" href = "classpFlow_1_1sphereParticles.html#aa91648d88059096d5f29f92d77772986" > sphereParticles< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > getRunName()
: < a class = "el" href = "classpFlow_1_1systemControl.html#abdb9f71335d973537b7571418077a502" > systemControl< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > getSearchCells()
: < a class = "el" href = "classpFlow_1_1mapperNBS.html#a22a14ed8df68bbf6af75f0616620dd7f" > mapperNBS< / a >
< / li >
< li > getShapes()
: < a class = "el" href = "classpFlow_1_1grainParticles.html#a0d71ca80914055f76cac2bc2f023d6d1" > grainParticles< / a >
, < a class = "el" href = "classpFlow_1_1particles.html#ac0e2686e172da2ac90026fd665cb0122" > particles< / a >
, < a class = "el" href = "classpFlow_1_1sphereParticles.html#a0d71ca80914055f76cac2bc2f023d6d1" > sphereParticles< / a >
< / li >
< li > getSortedIndices()
: < a class = "el" href = "classpFlow_1_1pointSorting.html#a1f68b3a46a2ce61845c7e10859549235" > pointSorting< / a >
< / li >
< li > getSpan()
: < a class = "el" href = "classpFlow_1_1Vector.html#af7fbe27588401af02ce8d7c83032f42d" > Vector< T, Allocator > < / a >
, < a class = "el" href = "classpFlow_1_1VectorSingle.html#aeb92f4ec32451de9f2f887d9117fd88f" > VectorSingle< T, MemorySpace > < / a >
, < a class = "el" href = "classpFlow_1_1VectorSingle_3_01word_00_01HostSpace_01_4.html#abdd9d4cfc6d137b54f783c12e87687d8" > VectorSingle< word, HostSpace > < / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > getTopFolder()
: < a class = "el" href = "classpFlow_1_1systemControl.html#a7074205a94f43aa32719ccd2e290b470" > systemControl< / a >
< / li >
< li > getTriangleAccessor()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1triSurface.html#a87ba6f8c358a11dfd2b456d8e488f69a" > triSurface< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > getUniformValue()
: < a class = "el" href = "classpFlow_1_1ProcessField.html#ad6e04bef1eefda1226640fc5703658bf" > ProcessField< T > < / a >
< / li >
< li > getVal()
: < a class = "el" href = "classpFlow_1_1dictionary.html#a523bcff98ab38f3c5961e56eeb0b1d47" > dictionary< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > getValMax()
: < a class = "el" href = "classpFlow_1_1dictionary.html#ac2b3c7c47189ea97d962234a53f600d2" > dictionary< / a >
< / li >
< li > getValMin()
: < a class = "el" href = "classpFlow_1_1dictionary.html#a9bfda49f1d887e8dda9b3b308c256c94" > dictionary< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > getValOrSet()
: < a class = "el" href = "classpFlow_1_1dictionary.html#a5585dc9a8b971fbfe2c99fdb75c5d647" > dictionary< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > getValOrSetMax()
: < a class = "el" href = "classpFlow_1_1dictionary.html#aca2f2df45158b023ca13bb04943acfca" > dictionary< / a >
< / li >
< li > getValOrSetMin()
: < a class = "el" href = "classpFlow_1_1dictionary.html#aef87c2ede8a688aa4158465d8f3646c9" > dictionary< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > getValue()
2025-01-10 13:02:07 +03:30
: < a class = "el" href = "classpFlow_1_1sortedContactList.html#aab982eb4a004ac0a6deaa391553e003d" > sortedContactList< valueType, executionSpace, idType > < / a >
, < a class = "el" href = "classpFlow_1_1unsortedContactList.html#a4a165c0d6aba47dba32125d04d19c54d" > unsortedContactList< valueType, executionSpace, idType > < / a >
< / li >
< li > globalBoundariesDict()
: < a class = "el" href = "classpFlow_1_1simulationDomain.html#a95859e9d0df8f05b2fed7e6967a9304d" > simulationDomain< / a >
< / li >
< li > globalBox()
: < a class = "el" href = "classpFlow_1_1simulationDomain.html#ac18f4a09bd793568a4e892f4bbb62a7f" > simulationDomain< / a >
< / li >
< li > globalBox_
: < a class = "el" href = "classpFlow_1_1simulationDomain.html#a990c11315698d8a7535f698f5661c8fd" > simulationDomain< / a >
2023-03-27 10:16:23 -07:00
< / li >
2025-01-10 13:02:07 +03:30
< li > globalDomain_
: < a class = "el" href = "classpFlow_1_1subDomain.html#ab436c4bcec3294ab894a94e2d55dc2d9" > subDomain< / a >
2023-03-27 10:16:23 -07:00
< / li >
< li > globalLookupObjectName()
: < a class = "el" href = "classpFlow_1_1repository.html#af77cc3465ed7313f25470f308c1c633e" > repository< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > globalMaster()
: < a class = "el" href = "classpFlow_1_1processors.html#a9b35ef739b3be47c11669f263e5186ff" > processors< / a >
< / li >
< li > globalMasterNo()
: < a class = "el" href = "classpFlow_1_1processors.html#a6d5fe8f027b287ca1f2441ed800ab0ea" > processors< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > globalName()
: < a class = "el" href = "classpFlow_1_1dataEntry.html#a85c3c1fce0c14d36030092df2f27b632" > dataEntry< / a >
, < a class = "el" href = "classpFlow_1_1dictionary.html#a85c3c1fce0c14d36030092df2f27b632" > dictionary< / a >
, < a class = "el" href = "classpFlow_1_1iEntry.html#abca01eb1ed0463a6be67601f31810220" > iEntry< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > globalParallel()
: < a class = "el" href = "classpFlow_1_1processors.html#af72411c365e83148a65659b34060ef8e" > processors< / a >
< / li >
< li > globalRank()
: < a class = "el" href = "classpFlow_1_1IOPattern.html#aff671d9bdbc8c4f076c6b99f0b3b5872" > IOPattern< / a >
, < a class = "el" href = "classpFlow_1_1processors.html#a44c687b8736e140a815dbedc46f5196e" > processors< / a >
< / li >
< li > globalRank_
: < a class = "el" href = "classpFlow_1_1IOPattern.html#a14fd9ebc080167069900f723d72405d1" > IOPattern< / a >
, < a class = "el" href = "classpFlow_1_1processors.html#a14fd9ebc080167069900f723d72405d1" > processors< / a >
< / li >
< li > globalRunTypeName()
: < a class = "el" href = "classpFlow_1_1processors.html#ab9362f5389dd16ec59eac692b9224063" > processors< / a >
< / li >
< li > globalSize()
: < a class = "el" href = "classpFlow_1_1IOPattern.html#ada60d1e496a8359060e247174f9b9944" > IOPattern< / a >
, < a class = "el" href = "classpFlow_1_1processors.html#a98cc1ad4b9eedd42e6a115e0b6b3c83e" > processors< / a >
< / li >
< li > globalSize_
: < a class = "el" href = "classpFlow_1_1IOPattern.html#a26a380a4b21080a0eb948aa920c4ac8a" > IOPattern< / a >
, < a class = "el" href = "classpFlow_1_1processors.html#a26a380a4b21080a0eb948aa920c4ac8a" > processors< / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > good()
: < a class = "el" href = "classpFlow_1_1IOstream.html#abdcc7f96f487faadc7769afcf58fe992" > IOstream< / a >
, < a class = "el" href = "classpFlow_1_1token.html#abdcc7f96f487faadc7769afcf58fe992" > token< / a >
< / li >
2025-01-10 13:02:07 +03:30
< li > grainDiameter()
: < a class = "el" href = "classpFlow_1_1grainParticles.html#ac3f1c95b68028d53630514181604126c" > grainParticles< / a >
< / li >
< li > grainDiameter_
: < a class = "el" href = "classpFlow_1_1grainParticles.html#acb12cf52ff43ac12eaf468dca8b86179" > grainParticles< / a >
< / li >
< li > grainDiameters_
: < a class = "el" href = "classpFlow_1_1grainShape.html#a47fd178b4a31f258fd77a889298e841a" > grainShape< / a >
< / li >
< li > grainGrainInteraction()
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#afd2cf891efb710c2e9e2cbe61ff7e1d6" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1grainInteraction.html#af48b0ceba19657c7201d2a38cb066ca0" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
, < a class = "el" href = "classpFlow_1_1periodicBoundaryGrainInteraction.html#a1aa553ad550a4740e869af2a2ddf2b06" > periodicBoundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > grainInteraction()
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#a74fd481e9c70bd8f195c8bb464c53ab0" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
< li > grainParticles()
: < a class = "el" href = "classpFlow_1_1grainParticles.html#a6403186f8064b41bc2560fc7ea91418f" > grainParticles< / a >
< / li >
< li > grainRolling()
: < a class = "el" href = "classpFlow_1_1cfModels_1_1grainRolling.html#a3f502142ce08480a7a157cd47f39dbce" > grainRolling< contactForceModel > < / a >
< / li >
< li > grains()
: < a class = "el" href = "classpFlow_1_1grainParticles.html#adc597aefab153f2441ee7d42b1de4db0" > grainParticles< / a >
< / li >
< li > grains_
: < a class = "el" href = "classpFlow_1_1grainParticles.html#afa980e32784fd6d753ab6a4ee887873f" > grainParticles< / a >
< / li >
< li > grainShape()
: < a class = "el" href = "classpFlow_1_1grainShape.html#a2539f68842adb6aa98f464018110274c" > grainShape< / a >
< / li >
< li > grainWallInteraction()
: < a class = "el" href = "classpFlow_1_1grainInteraction.html#a68e6f77863abb0efc0a5a47622290795" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
< li > grnParticles()
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#a846cbd0833282ebf8f01e45b358c984f" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
< / li >
< li > grnParticles_
: < a class = "el" href = "classpFlow_1_1boundaryGrainInteraction.html#abeb70d368558d5225bbf15a7628a10a3" > boundaryGrainInteraction< contactForceModel, geometryMotionModel > < / a >
, < a class = "el" href = "classpFlow_1_1grainInteraction.html#abeb70d368558d5225bbf15a7628a10a3" > grainInteraction< contactForceModel, geometryMotionModel, contactListType > < / a >
< / li >
2023-03-27 10:16:23 -07:00
< li > growthFactor_
: < a class = "el" href = "classpFlow_1_1VectorDual.html#a0579d346fab3bf2ce9e41fede13e43d3" > VectorDual< T, MemorySpace > < / 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 >