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." >
2025-01-10 13:02:07 +03:30
< title > PhasicFlow: cellsWallLevel0 Class Reference< / title >
2023-03-27 10:16:23 -07:00
< 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_1cellsWallLevel0.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 = "#nested-classes" > Classes< / a > |
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
2025-01-10 13:02:07 +03:30
< a href = "#pri-types" > Private Types< / a > |
< a href = "#pri-methods" > Private Member Functions< / a > |
< a href = "#pri-attribs" > Private Attributes< / a > |
2023-03-27 10:16:23 -07:00
< a href = "classpFlow_1_1cellsWallLevel0-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2025-01-10 13:02:07 +03:30
< div class = "title" > cellsWallLevel0 Class Reference< / div > < / div >
2023-03-27 10:16:23 -07:00
< / div > <!-- header -->
< div class = "contents" >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0_1_1TagFindCellRange2.html" > TagFindCellRange2< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:ae961a6bda7030f1e988b142ff9d83815" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ae961a6bda7030f1e988b142ff9d83815" > execution_space< / a > = < a class = "el" href = "namespacepFlow.html#a441c5e39ccd3b1a0224e4437eaf42bfc" > csExecutionSpace< / a > < / td > < / tr >
< tr class = "separator:ae961a6bda7030f1e988b142ff9d83815" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ac5b08fe17cf30c7c64a5ee12370133e9" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > = typename execution_space::memory_space< / td > < / tr >
< tr class = "separator:ac5b08fe17cf30c7c64a5ee12370133e9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af40cc1e2d3435a98396343c41571a8fa" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#af40cc1e2d3435a98396343c41571a8fa" > iBoxType< / a > = < a class = "el" href = "classpFlow_1_1iBox.html" > iBox< / a > < < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > > < / td > < / tr >
< tr class = "separator:af40cc1e2d3435a98396343c41571a8fa" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / 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:a71190a5b10fc975584fe951c981795c8" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a71190a5b10fc975584fe951c981795c8" > TypeInfoNV< / a > (" cellsWallLevel0" )< / td > < / tr >
< tr class = "separator:a71190a5b10fc975584fe951c981795c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afb081ee364207ac9b1b6831329a4366f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#afb081ee364207ac9b1b6831329a4366f" > cellsWallLevel0< / a > ()< / td > < / tr >
< tr class = "separator:afb081ee364207ac9b1b6831329a4366f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:acb7af116aa428721e26daee35d692cfc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#acb7af116aa428721e26daee35d692cfc" > cellsWallLevel0< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > cellExtent, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numPoints, < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#afd768f1f6986f6ac4dba6b584fec2f65" > numElements< / a > , const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & points, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > uint32x3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & vertices, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & normals)< / td > < / tr >
< tr class = "separator:acb7af116aa428721e26daee35d692cfc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67ea8ae4948a8ad75498bbf03121ae1a" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a67ea8ae4948a8ad75498bbf03121ae1a" > resetElements< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#afd768f1f6986f6ac4dba6b584fec2f65" > numElements< / a > , < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numPoints, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & points, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > uint32x3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & vertices, const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > & normals)< / td > < / tr >
< tr class = "separator:a67ea8ae4948a8ad75498bbf03121ae1a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac4142ce89793ecf724fec66c71929548" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#af40cc1e2d3435a98396343c41571a8fa" > iBoxType< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac4142ce89793ecf724fec66c71929548" > elementBox< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > i) const< / td > < / tr >
< tr class = "separator:ac4142ce89793ecf724fec66c71929548" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afd768f1f6986f6ac4dba6b584fec2f65" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#afd768f1f6986f6ac4dba6b584fec2f65" > numElements< / a > () const< / td > < / tr >
< tr class = "separator:afd768f1f6986f6ac4dba6b584fec2f65" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4e78d84db7d080d4b9e2a0acb3fe6da6" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a4e78d84db7d080d4b9e2a0acb3fe6da6" > broadSearch< / a > (< a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pairs, const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & searchBox, const < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > mapperNBS::CellIterator< / a > & particleMap, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > & pPoints, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > & pDiams, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > sizeRatio)< / td > < / tr >
< tr class = "separator:a4e78d84db7d080d4b9e2a0acb3fe6da6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa07357b2729b2bca9a0e0ee6b7c0536d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#aa07357b2729b2bca9a0e0ee6b7c0536d" > build< / a > (const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > & searchBox)< / td > < / tr >
< tr class = "separator:aa07357b2729b2bca9a0e0ee6b7c0536d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56aca7b20039ba847192786e9ea17679" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a56aca7b20039ba847192786e9ea17679" > particleWallFindPairs< / a > (< a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pairs, const < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > mapperNBS::CellIterator< / a > & particleMap, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > & pPoints, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > & pDiams, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > sizeRatio)< / td > < / tr >
< tr class = "separator:a56aca7b20039ba847192786e9ea17679" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a497e88d0ec1ac01d06cb8e10103bf643" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a497e88d0ec1ac01d06cb8e10103bf643" > findPairsElementRangeCount< / a > (< a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > & pairs, const < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > mapperNBS::CellIterator< / a > & particleMap, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > & pPoints, const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > & pDiams, < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > sizeRatio)< / td > < / tr >
< tr class = "separator:a497e88d0ec1ac01d06cb8e10103bf643" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-types" > < / a >
Private Types< / h2 > < / td > < / tr >
< tr class = "memitem:a5215cab483d38e325199c45ca3afba4d" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a5215cab483d38e325199c45ca3afba4d" > tpPWContactSearch< / a > = Kokkos::TeamPolicy< < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ae961a6bda7030f1e988b142ff9d83815" > execution_space< / a > , Kokkos::Schedule< Kokkos::Dynamic > , Kokkos::IndexType< < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > > > < / td > < / tr >
< tr class = "separator:a5215cab483d38e325199c45ca3afba4d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-methods" > < / a >
Private Member Functions< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a328744b8a25238f746b939e7be7b6703" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a328744b8a25238f746b939e7be7b6703" > allocateArrays< / a > ()< / td > < / tr >
< tr class = "separator:a328744b8a25238f746b939e7be7b6703" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
2025-01-10 13:02:07 +03:30
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pri-attribs" > < / a >
Private Attributes< / h2 > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:ae37c17021aa06dd9bcf5e7a187d6babf" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ae37c17021aa06dd9bcf5e7a187d6babf" > cellExtent_< / a > = 0.5< / td > < / tr >
< tr class = "separator:ae37c17021aa06dd9bcf5e7a187d6babf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a408e27c1658806793197fe63839b8d3a" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a408e27c1658806793197fe63839b8d3a" > numElements_< / a > = 0< / td > < / tr >
< tr class = "separator:a408e27c1658806793197fe63839b8d3a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7b01e70009846816b3405287de5e5193" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a7b01e70009846816b3405287de5e5193" > numPoints_< / a > = 0< / td > < / tr >
< tr class = "separator:a7b01e70009846816b3405287de5e5193" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3195e728b589ac64dbef02a7618d0db6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > uint32x3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a3195e728b589ac64dbef02a7618d0db6" > vertices_< / a > < / td > < / tr >
< tr class = "separator:a3195e728b589ac64dbef02a7618d0db6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a88ca4b3e1f86cb55b9758cd2c504a867" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a88ca4b3e1f86cb55b9758cd2c504a867" > points_< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a88ca4b3e1f86cb55b9758cd2c504a867" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a91c97e68b4aa00a5df588c759b8480bc" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a91c97e68b4aa00a5df588c759b8480bc" > normals_< / a > < / td > < / tr >
< tr class = "separator:a91c97e68b4aa00a5df588c759b8480bc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa0f6ffd4d8ca569e301a71927d024c78" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#af40cc1e2d3435a98396343c41571a8fa" > iBoxType< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#aa0f6ffd4d8ca569e301a71927d024c78" > elementBox_< / a > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa0f6ffd4d8ca569e301a71927d024c78" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2025-01-10 13:02:07 +03:30
< div class = "textblock" >
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00034" > 34< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2025-01-10 13:02:07 +03:30
< a id = "ae961a6bda7030f1e988b142ff9d83815" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae961a6bda7030f1e988b142ff9d83815" > ◆ < / a > < / span > execution_space< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ae961a6bda7030f1e988b142ff9d83815" > execution_space< / a > = < a class = "el" href = "namespacepFlow.html#a441c5e39ccd3b1a0224e4437eaf42bfc" > csExecutionSpace< / a > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac5b08fe17cf30c7c64a5ee12370133e9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac5b08fe17cf30c7c64a5ee12370133e9" > ◆ < / a > < / span > memory_space< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > = typename execution_space::memory_space< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00040" > 40< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "af40cc1e2d3435a98396343c41571a8fa" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af40cc1e2d3435a98396343c41571a8fa" > ◆ < / a > < / span > iBoxType< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#af40cc1e2d3435a98396343c41571a8fa" > iBoxType< / a > = < a class = "el" href = "classpFlow_1_1iBox.html" > iBox< / a > < < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00042" > 42< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a5215cab483d38e325199c45ca3afba4d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5215cab483d38e325199c45ca3afba4d" > ◆ < / a > < / span > tpPWContactSearch< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#a5215cab483d38e325199c45ca3afba4d" > tpPWContactSearch< / a > = Kokkos::TeamPolicy< < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ae961a6bda7030f1e988b142ff9d83815" > execution_space< / a > , Kokkos::Schedule< Kokkos::Dynamic> , Kokkos::IndexType< < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > > > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00073" > 73< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "afb081ee364207ac9b1b6831329a4366f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afb081ee364207ac9b1b6831329a4366f" > ◆ < / a > < / span > cellsWallLevel0() < span class = "overload" > [1/2]< / span > < / 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 = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html" > cellsWallLevel0< / a > < / td >
< td > (< / td >
< td class = "paramname" > < / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00086" > 86< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "acb7af116aa428721e26daee35d692cfc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acb7af116aa428721e26daee35d692cfc" > ◆ < / a > < / span > cellsWallLevel0() < span class = "overload" > [2/2]< / span > < / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html" > cellsWallLevel0< / a > < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > cellExtent< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > numPoints< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > numElements< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > points< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > uint32x3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
< td class = "paramname" > < em > vertices< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
< td class = "paramname" > < em > normals< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00025" > 25< / a > of file < a class = "el" href = "cellsWallLevel0_8cpp_source.html" > cellsWallLevel0.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a328744b8a25238f746b939e7be7b6703" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a328744b8a25238f746b939e7be7b6703" > ◆ < / a > < / span > allocateArrays()< / 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 = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > void allocateArrays < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00076" > 76< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00067" > cellsWallLevel0::elementBox_< / a > , < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00052" > cellsWallLevel0::numElements_< / a > , and < a class = "el" href = "KokkosUtilities_8hpp_source.html#l00064" > pFlow::reallocNoInit()< / a > .< / p >
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< 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_1cellsWallLevel0_a328744b8a25238f746b939e7be7b6703_cgraph.png" border = "0" usemap = "#classpFlow_1_1cellsWallLevel0_a328744b8a25238f746b939e7be7b6703_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a71190a5b10fc975584fe951c981795c8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a71190a5b10fc975584fe951c981795c8" > ◆ < / a > < / span > TypeInfoNV()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfoNV < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > " cellsWallLevel0"   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a67ea8ae4948a8ad75498bbf03121ae1a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a67ea8ae4948a8ad75498bbf03121ae1a" > ◆ < / a > < / span > resetElements()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool resetElements < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > numElements< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > numPoints< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > points< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > uint32x3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
< td class = "paramname" > < em > vertices< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > &   < / td >
< td class = "paramname" > < em > normals< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00045" > 45< / a > of file < a class = "el" href = "cellsWallLevel0_8cpp_source.html" > cellsWallLevel0.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "ac4142ce89793ecf724fec66c71929548" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac4142ce89793ecf724fec66c71929548" > ◆ < / a > < / span > elementBox()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#af40cc1e2d3435a98396343c41571a8fa" > iBoxType< / a > elementBox < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a >   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > i< / em > < / 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00110" > 110< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00067" > cellsWallLevel0::elementBox_< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > cellsWallLevel0::build()< / a > .< / p >
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Here is the caller graph for this function:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cellsWallLevel0_ac4142ce89793ecf724fec66c71929548_icgraph.png" border = "0" usemap = "#classpFlow_1_1cellsWallLevel0_ac4142ce89793ecf724fec66c71929548_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "afd768f1f6986f6ac4dba6b584fec2f65" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afd768f1f6986f6ac4dba6b584fec2f65" > ◆ < / a > < / span > numElements()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numElements < / td >
2023-03-27 10:16:23 -07:00
< 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" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00116" > 116< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00052" > cellsWallLevel0::numElements_< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a4e78d84db7d080d4b9e2a0acb3fe6da6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4e78d84db7d080d4b9e2a0acb3fe6da6" > ◆ < / a > < / span > broadSearch()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool broadSearch < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > pairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td >
< td class = "paramname" > < em > searchBox< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > mapperNBS::CellIterator< / a > &   < / td >
< td class = "paramname" > < em > particleMap< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > &   < / td >
< td class = "paramname" > < em > pPoints< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > &   < / td >
< td class = "paramname" > < em > pDiams< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > sizeRatio< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "cellsWallLevel0_8cpp_source.html" > cellsWallLevel0.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "NBS_8hpp_source.html#l00059" > NBS::impl_broadSearch()< / a > .< / p >
< 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 caller graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cellsWallLevel0_a4e78d84db7d080d4b9e2a0acb3fe6da6_icgraph.png" border = "0" usemap = "#classpFlow_1_1cellsWallLevel0_a4e78d84db7d080d4b9e2a0acb3fe6da6_icgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "aa07357b2729b2bca9a0e0ee6b7c0536d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa07357b2729b2bca9a0e0ee6b7c0536d" > ◆ < / a > < / span > build()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool build < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1cells.html" > cells< / a > &   < / td >
< td class = "paramname" > < em > searchBox< / em > < / td > < td > )< / td >
2023-03-27 10:16:23 -07:00
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > 85< / a > of file < a class = "el" href = "cellsWallLevel0_8cpp_source.html" > cellsWallLevel0.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00049" > cellsWallLevel0::cellExtent_< / a > , < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00110" > cellsWallLevel0::elementBox()< / a > , < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00067" > cellsWallLevel0::elementBox_< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00178" > cells::extendBox()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00058" > LAMBDA_HD< / a > , < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00052" > cellsWallLevel0::numElements_< / a > , < a class = "el" href = "Interaction_2contactSearch_2methods_2cellBased_2cells_8hpp_source.html#l00133" > cells::pointIndex()< / a > , < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00061" > cellsWallLevel0::points_< / a > , and < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00058" > cellsWallLevel0::vertices_< / a > .< / p >
< 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;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-3-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cellsWallLevel0_aa07357b2729b2bca9a0e0ee6b7c0536d_cgraph.png" border = "0" usemap = "#classpFlow_1_1cellsWallLevel0_aa07357b2729b2bca9a0e0ee6b7c0536d_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a56aca7b20039ba847192786e9ea17679" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a56aca7b20039ba847192786e9ea17679" > ◆ < / a > < / span > particleWallFindPairs()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool particleWallFindPairs < / td >
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > pairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > mapperNBS::CellIterator< / a > &   < / td >
< td class = "paramname" > < em > particleMap< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > &   < / td >
< td class = "paramname" > < em > pPoints< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > &   < / td >
< td class = "paramname" > < em > pDiams< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > sizeRatio< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00115" > 115< / a > of file < a class = "el" href = "cellsWallLevel0_8cpp_source.html" > cellsWallLevel0.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "unsortedPairs_8hpp_source.html#l00168" > unsortedPairs< executionSpace, idType > ::capacity()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00037" > END_INFO< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00193" > unsortedPairs< executionSpace, idType > ::increaseCapacityBy()< / a > , < a class = "el" href = "streams_8hpp_source.html#l00036" > INFORMATION< / a > , and < a class = "el" href = "internalFieldAlgorithms_8hpp_source.html#l00079" > pFlow::max()< / a > .< / p >
< 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 call graph for this function:< / div >
< div id = "dynsection-4-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-4-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cellsWallLevel0_a56aca7b20039ba847192786e9ea17679_cgraph.png" border = "0" usemap = "#classpFlow_1_1cellsWallLevel0_a56aca7b20039ba847192786e9ea17679_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a497e88d0ec1ac01d06cb8e10103bf643" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a497e88d0ec1ac01d06cb8e10103bf643" > ◆ < / a > < / span > findPairsElementRangeCount()< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > pFlow::int32< / a > findPairsElementRangeCount < / td >
2023-03-27 10:16:23 -07:00
< td > (< / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a506789c74aeb557f060a3c896bbaeb8b" > csPairContainerType< / a > &   < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > pairs< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1mapperNBS_1_1CellIterator.html" > mapperNBS::CellIterator< / a > &   < / td >
< td class = "paramname" > < em > particleMap< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > > &   < / td >
< td class = "paramname" > < em > pPoints< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aa5276597d4016d6696f1f265a13d2164" > deviceViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > > &   < / td >
< td class = "paramname" > < em > pDiams< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > sizeRatio< / em >   < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00151" > 151< / a > of file < a class = "el" href = "cellsWallLevel0_8cpp_source.html" > cellsWallLevel0.cpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "VectorMath_8hpp_source.html#l00084" > pFlow::abs()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00082" > pFlow::boxExtent()< / a > , < a class = "el" href = "contactSearchFunctions_8hpp_source.html#l00071" > pFlow::indexToCell()< / a > , < a class = "el" href = "unsortedPairs_8hpp_source.html#l00105" > unsortedPairs< executionSpace, idType > ::insert()< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00058" > LAMBDA_HD< / a > , < a class = "el" href = "NBSLoop_8hpp_source.html#l00024" > n< / a > , < a class = "el" href = "mapperNBS_8hpp_source.html#l00076" > mapperNBS::CellIterator::next()< / a > , < a class = "el" href = "mapperNBS_8hpp_source.html#l00060" > mapperNBS::CellIterator::NoPos< / a > , < a class = "el" href = "mapperNBS_8hpp_source.html#l00067" > mapperNBS::CellIterator::start()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00132" > triple< T > ::x()< / a > , < a class = "el" href = "triple_8hpp_source.html#l00144" > triple< T > ::y()< / a > , and < a class = "el" href = "triple_8hpp_source.html#l00156" > triple< T > ::z()< / a > .< / p >
< 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 call graph for this function:< / div >
< div id = "dynsection-5-summary" class = "dynsummary" style = "display:block;" >
2023-04-02 14:53:54 -07:00
< / div >
2025-01-10 13:02:07 +03:30
< div id = "dynsection-5-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1cellsWallLevel0_a497e88d0ec1ac01d06cb8e10103bf643_cgraph.png" border = "0" usemap = "#classpFlow_1_1cellsWallLevel0_a497e88d0ec1ac01d06cb8e10103bf643_cgraph" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "ae37c17021aa06dd9bcf5e7a187d6babf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae37c17021aa06dd9bcf5e7a187d6babf" > ◆ < / a > < / span > cellExtent_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > cellExtent_ = 0.5< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > cellsWallLevel0::build()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a408e27c1658806793197fe63839b8d3a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a408e27c1658806793197fe63839b8d3a" > ◆ < / a > < / span > numElements_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numElements_ = 0< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00076" > cellsWallLevel0::allocateArrays()< / a > , < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > cellsWallLevel0::build()< / a > , and < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00116" > cellsWallLevel0::numElements()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a7b01e70009846816b3405287de5e5193" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7b01e70009846816b3405287de5e5193" > ◆ < / a > < / span > numPoints_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > uint32< / a > numPoints_ = 0< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a3195e728b589ac64dbef02a7618d0db6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3195e728b589ac64dbef02a7618d0db6" > ◆ < / a > < / span > vertices_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#ac855895a97b710fcd720a106454d0f4b" > uint32x3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > vertices_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > cellsWallLevel0::build()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a88ca4b3e1f86cb55b9758cd2c504a867" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a88ca4b3e1f86cb55b9758cd2c504a867" > ◆ < / a > < / span > points_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > points_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00061" > 61< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > cellsWallLevel0::build()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< a id = "a91c97e68b4aa00a5df588c759b8480bc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a91c97e68b4aa00a5df588c759b8480bc" > ◆ < / a > < / span > normals_< / h2 >
2023-03-27 10:16:23 -07:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > realx3< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > normals_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00064" > 64< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aa0f6ffd4d8ca569e301a71927d024c78" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa0f6ffd4d8ca569e301a71927d024c78" > ◆ < / a > < / span > elementBox_< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2025-01-10 13:02:07 +03:30
< td class = "memname" > < a class = "el" href = "namespacepFlow.html#aeac3efd0f623f0010ce6daa6499d8ebe" > ViewType1D< / a > < < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#af40cc1e2d3435a98396343c41571a8fa" > iBoxType< / a > , < a class = "el" href = "classpFlow_1_1cellsWallLevel0.html#ac5b08fe17cf30c7c64a5ee12370133e9" > memory_space< / a > > elementBox_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
2025-01-10 13:02:07 +03:30
< span class = "mlabels" > < span class = "mlabel" > private< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p class = "definition" > Definition at line < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00067" > 67< / a > of file < a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2025-01-10 13:02:07 +03:30
< p class = "reference" > Referenced by < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00076" > cellsWallLevel0::allocateArrays()< / a > , < a class = "el" href = "cellsWallLevel0_8cpp_source.html#l00085" > cellsWallLevel0::build()< / a > , and < a class = "el" href = "cellsWallLevel0_8hpp_source.html#l00110" > cellsWallLevel0::elementBox()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
2025-01-10 13:02:07 +03:30
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/Interaction/contactSearch/methods/cellBased/NBS/< a class = "el" href = "cellsWallLevel0_8hpp_source.html" > cellsWallLevel0.hpp< / a > < / li >
< li > src/Interaction/contactSearch/methods/cellBased/NBS/< a class = "el" href = "cellsWallLevel0_8cpp_source.html" > cellsWallLevel0.cpp< / a > < / li >
2023-03-27 10:16:23 -07:00
< / 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_1cellsWallLevel0.html" > cellsWallLevel0< / 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 >