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-18 13:17:24 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM package for simulating granular flow developed in C++ and can be exectued on both GPU (like cuda) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: interactionBase Class Reference< / 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('classpFlow_1_1interactionBase.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 = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1interactionBase-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > interactionBase Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for interactionBase:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1interactionBase__inherit__graph.png" border = "0" usemap = "#interactionBase_inherit__map" alt = "Inheritance graph" / > < / div >
< map name = "interactionBase_inherit__map" id = "interactionBase_inherit__map" >
< area shape = "rect" title = " " alt = "" coords = "65,5,189,32" / >
< area shape = "rect" href = "classpFlow_1_1contactSearch.html" title = " " alt = "" coords = "5,80,120,107" / >
< area shape = "rect" href = "classpFlow_1_1interaction.html" title = " " alt = "" coords = "145,80,237,107" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for interactionBase:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1interactionBase__coll__graph.png" border = "0" usemap = "#interactionBase_coll__map" alt = "Collaboration graph" / > < / div >
< map name = "interactionBase_coll__map" id = "interactionBase_coll__map" >
< area shape = "rect" title = " " alt = "" coords = "39,95,163,121" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "classpFlow_1_1geometry.html" title = "Base class for geometry for managing tri-surfaces, geometry motion, and surface physical properties." alt = "" coords = "5,5,91,32" / >
2023-03-27 10:16:23 -07:00
< area shape = "rect" href = "classpFlow_1_1particles.html" title = " " alt = "" coords = "115,5,194,32" / >
< / map >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
< tr class = "memitem:a6078531b253c79950378ee57fad9698c" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#a6078531b253c79950378ee57fad9698c" > IndexType< / a > = < a class = "el" href = "namespacepFlow.html#a98ddfd9c014deabdc5951b479ec25914" > CELL_INDEX_TYPE< / a > < / td > < / tr >
< tr class = "separator:a6078531b253c79950378ee57fad9698c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac05133d7ee454c11b6e7452ea273a5b2" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#ac05133d7ee454c11b6e7452ea273a5b2" > IdType< / a > = < a class = "el" href = "namespacepFlow.html#a27901dc51aed36085ab8f7c728a8b08d" > ID_TYPE< / a > < / td > < / tr >
< tr class = "separator:ac05133d7ee454c11b6e7452ea273a5b2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aafbc6c11862daeac07d73494aa73377a" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#aafbc6c11862daeac07d73494aa73377a" > ExecutionSpace< / a > = < a class = "el" href = "namespacepFlow.html#aa3a14d3c76643399fc4edd8eca14944a" > DefaultExecutionSpace< / a > < / td > < / tr >
< tr class = "separator:aafbc6c11862daeac07d73494aa73377a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a1c2dab8f1a1994726c11acb940e1c94f" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#a1c2dab8f1a1994726c11acb940e1c94f" > interactionBase< / a > (const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & prtcl, const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > & geom)< / td > < / tr >
< tr class = "separator:a1c2dab8f1a1994726c11acb940e1c94f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5a622149e803f0fa292a95784c12a7b8" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > () const< / td > < / tr >
< tr class = "separator:a5a622149e803f0fa292a95784c12a7b8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac68c3b2e395ce30e055cf899325eac25" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#ac68c3b2e395ce30e055cf899325eac25" > surface< / a > () const< / td > < / tr >
< tr class = "separator:ac68c3b2e395ce30e055cf899325eac25" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a1fb354328b80a1759c5a0d7ad36cfb13" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#a1fb354328b80a1759c5a0d7ad36cfb13" > Particles< / a > () const< / td > < / tr >
< tr class = "separator:a1fb354328b80a1759c5a0d7ad36cfb13" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5210a63a22587e35dc051c89a52c63fa" > < td class = "memItemLeft" align = "right" valign = "top" > auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#a5210a63a22587e35dc051c89a52c63fa" > Geometry< / a > () const< / td > < / tr >
< tr class = "separator:a5210a63a22587e35dc051c89a52c63fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
< tr class = "memitem:aa9c6fe00ccb69057bc113796f134b81a" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#aa9c6fe00ccb69057bc113796f134b81a" > particles_< / a > < / td > < / tr >
< tr class = "separator:aa9c6fe00ccb69057bc113796f134b81a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0ca39596f183e9a3ac8974cdb9a99921" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1interactionBase.html#a0ca39596f183e9a3ac8974cdb9a99921" > geometry_< / a > < / td > < / tr >
< tr class = "separator:a0ca39596f183e9a3ac8974cdb9a99921" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00031" > 31< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "a6078531b253c79950378ee57fad9698c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6078531b253c79950378ee57fad9698c" > ◆ < / a > < / span > IndexType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1interactionBase.html#a6078531b253c79950378ee57fad9698c" > IndexType< / a > = < a class = "el" href = "namespacepFlow.html#a98ddfd9c014deabdc5951b479ec25914" > CELL_INDEX_TYPE< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< / div >
< / div >
< a id = "ac05133d7ee454c11b6e7452ea273a5b2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac05133d7ee454c11b6e7452ea273a5b2" > ◆ < / a > < / span > IdType< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1interactionBase.html#ac05133d7ee454c11b6e7452ea273a5b2" > IdType< / a > = < a class = "el" href = "namespacepFlow.html#a27901dc51aed36085ab8f7c728a8b08d" > ID_TYPE< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00037" > 37< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aafbc6c11862daeac07d73494aa73377a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aafbc6c11862daeac07d73494aa73377a" > ◆ < / a > < / span > ExecutionSpace< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1interactionBase.html#aafbc6c11862daeac07d73494aa73377a" > ExecutionSpace< / a > = < a class = "el" href = "namespacepFlow.html#aa3a14d3c76643399fc4edd8eca14944a" > DefaultExecutionSpace< / a > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00039" > 39< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a1c2dab8f1a1994726c11acb940e1c94f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1c2dab8f1a1994726c11acb940e1c94f" > ◆ < / a > < / span > interactionBase()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1interactionBase.html" > interactionBase< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > &   < / td >
< td class = "paramname" > < em > prtcl< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > &   < / td >
< td class = "paramname" > < em > geom< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a5a622149e803f0fa292a95784c12a7b8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5a622149e803f0fa292a95784c12a7b8" > ◆ < / a > < / span > pStruct()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& pStruct < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "interactionBase_8hpp_source.html#l00043" > interactionBase::particles_< / a > , and < a class = "el" href = "particles_8hpp_source.html#l00118" > particles::pStruct()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-2" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-2-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1interactionBase_a5a622149e803f0fa292a95784c12a7b8_cgraph.png" border = "0" usemap = "#classpFlow_1_1interactionBase_a5a622149e803f0fa292a95784c12a7b8_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1interactionBase_a5a622149e803f0fa292a95784c12a7b8_cgraph" id = "classpFlow_1_1interactionBase_a5a622149e803f0fa292a95784c12a7b8_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,73,32" / >
< area shape = "rect" href = "classpFlow_1_1particles.html#a5a622149e803f0fa292a95784c12a7b8" title = " " alt = "" coords = "121,5,300,32" / >
< / map >
< / div >
< / div >
< / div >
< a id = "ac68c3b2e395ce30e055cf899325eac25" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac68c3b2e395ce30e055cf899325eac25" > ◆ < / a > < / span > surface()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& surface < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00064" > 64< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
2023-04-13 11:46:41 -07:00
< p class = "reference" > References < a class = "el" href = "interactionBase_8hpp_source.html#l00045" > interactionBase::geometry_< / a > , and < a class = "el" href = "geometry_8hpp_source.html#l00188" > geometry::surface()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-3" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-3-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-3-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1interactionBase_ac68c3b2e395ce30e055cf899325eac25_cgraph.png" border = "0" usemap = "#classpFlow_1_1interactionBase_ac68c3b2e395ce30e055cf899325eac25_cgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1interactionBase_ac68c3b2e395ce30e055cf899325eac25_cgraph" id = "classpFlow_1_1interactionBase_ac68c3b2e395ce30e055cf899325eac25_cgraph" >
< area shape = "rect" title = " " alt = "" coords = "5,5,76,32" / >
2023-04-13 11:46:41 -07:00
< area shape = "rect" href = "classpFlow_1_1geometry.html#a147c23de2c3862a69d6e0ef3db11c63a" title = "Surface." alt = "" coords = "124,5,311,32" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
< / div >
< / div >
< a id = "a1fb354328b80a1759c5a0d7ad36cfb13" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a1fb354328b80a1759c5a0d7ad36cfb13" > ◆ < / a > < / span > Particles()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const auto& Particles < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00070" > 70< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "interactionBase_8hpp_source.html#l00043" > interactionBase::particles_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ContactSearch_8hpp_source.html#l00134" > ContactSearch< BaseMethod, WallMapping > ::broadSearch()< / a > , and < a class = "el" href = "ContactSearch_8hpp_source.html#l00069" > ContactSearch< BaseMethod, WallMapping > ::ContactSearch()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-4" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-4-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1interactionBase_a1fb354328b80a1759c5a0d7ad36cfb13_icgraph.png" border = "0" usemap = "#classpFlow_1_1interactionBase_a1fb354328b80a1759c5a0d7ad36cfb13_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1interactionBase_a1fb354328b80a1759c5a0d7ad36cfb13_icgraph" id = "classpFlow_1_1interactionBase_a1fb354328b80a1759c5a0d7ad36cfb13_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "216,46,293,73" / >
< area shape = "rect" href = "classpFlow_1_1ContactSearch.html#a74b5f8af7998301e828e444a58c020e1" title = " " alt = "" coords = "5,5,168,47" / >
< area shape = "rect" href = "classpFlow_1_1ContactSearch.html#a15494562c2391a794970ad53eb4a6cb6" title = " " alt = "" coords = "5,71,168,112" / >
< / map >
< / div >
< / div >
< / div >
< a id = "a5210a63a22587e35dc051c89a52c63fa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5210a63a22587e35dc051c89a52c63fa" > ◆ < / a > < / span > Geometry()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > auto& Geometry < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00075" > 75< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "interactionBase_8hpp_source.html#l00045" > interactionBase::geometry_< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "ContactSearch_8hpp_source.html#l00069" > ContactSearch< BaseMethod, WallMapping > ::ContactSearch()< / a > .< / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-5" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-5-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1interactionBase_a5210a63a22587e35dc051c89a52c63fa_icgraph.png" border = "0" usemap = "#classpFlow_1_1interactionBase_a5210a63a22587e35dc051c89a52c63fa_icgraph" alt = "" / > < / div >
< map name = "classpFlow_1_1interactionBase_a5210a63a22587e35dc051c89a52c63fa_icgraph" id = "classpFlow_1_1interactionBase_a5210a63a22587e35dc051c89a52c63fa_icgraph" >
< area shape = "rect" title = " " alt = "" coords = "216,13,303,39" / >
< area shape = "rect" href = "classpFlow_1_1ContactSearch.html#a15494562c2391a794970ad53eb4a6cb6" title = " " alt = "" coords = "5,5,168,47" / >
< / map >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "aa9c6fe00ccb69057bc113796f134b81a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa9c6fe00ccb69057bc113796f134b81a" > ◆ < / a > < / span > particles_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1particles.html" > particles< / a > & particles_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "interactionBase_8hpp_source.html#l00070" > interactionBase::Particles()< / a > , and < a class = "el" href = "interactionBase_8hpp_source.html#l00058" > interactionBase::pStruct()< / a > .< / p >
< / div >
< / div >
< a id = "a0ca39596f183e9a3ac8974cdb9a99921" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0ca39596f183e9a3ac8974cdb9a99921" > ◆ < / a > < / span > geometry_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const < a class = "el" href = "classpFlow_1_1geometry.html" > geometry< / a > & geometry_< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "interactionBase_8hpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "interactionBase_8hpp_source.html#l00075" > interactionBase::Geometry()< / a > , and < a class = "el" href = "interactionBase_8hpp_source.html#l00064" > interactionBase::surface()< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > src/Interaction/interaction/< a class = "el" href = "interactionBase_8hpp_source.html" > interactionBase.hpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1interactionBase.html" > interactionBase< / a > < / li >
< 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 >