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: src/phasicFlow/containers/pointField/pointField/pointFields.cpp File 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('pointFields_8cpp.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" >
2025-01-10 13:02:07 +03:30
< div class = "summary" >
< a href = "#define-members" > Macros< / a > |
< a href = "#func-members" > Functions< / a > < / div >
2023-03-27 10:16:23 -07:00
< div class = "headertitle" >
< div class = "title" > pointFields.cpp File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-02 14:53:54 -07:00
< div class = "textblock" > < div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Include dependency graph for pointFields.cpp:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2025-01-10 13:02:07 +03:30
< div class = "center" > < img src = "pointFields_8cpp__incl.png" border = "0" usemap = "#src_2phasicFlow_2containers_2pointField_2pointField_2pointFields_8cpp" alt = "" / > < / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< p > < a href = "pointFields_8cpp_source.html" > Go to the source code of this file.< / a > < / p >
2025-01-10 13:02:07 +03:30
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "define-members" > < / a >
Macros< / h2 > < / td > < / tr >
< tr class = "memitem:acd12c26687046da5d8e9a843f2e1cfbe" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#acd12c26687046da5d8e9a843f2e1cfbe" > createPointFields< / a > (DataType)< / td > < / tr >
< tr class = "separator:acd12c26687046da5d8e9a843f2e1cfbe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a3c3ffa48a0caa7c03ad3bd017810e5e7" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a3c3ffa48a0caa7c03ad3bd017810e5e7" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d" > pFlow::uint8< / a > , < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > )< / td > < / tr >
< tr class = "separator:a3c3ffa48a0caa7c03ad3bd017810e5e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a47edb29f2bc4432aa6e59fb87210b338" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a47edb29f2bc4432aa6e59fb87210b338" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d" > pFlow::uint8< / a > , void)< / td > < / tr >
< tr class = "separator:a47edb29f2bc4432aa6e59fb87210b338" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a39f7d81937b7c412515c65910db6d85e" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a39f7d81937b7c412515c65910db6d85e" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > pFlow::uint32< / a > , < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > )< / td > < / tr >
< tr class = "separator:a39f7d81937b7c412515c65910db6d85e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac476f540b2a277573a1701eae0640409" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#ac476f540b2a277573a1701eae0640409" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > pFlow::uint32< / a > , void)< / td > < / tr >
< tr class = "separator:ac476f540b2a277573a1701eae0640409" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4e3f9687d01b734efc657c09a2248aa6" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a4e3f9687d01b734efc657c09a2248aa6" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5" > pFlow::uint64< / a > , < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > )< / td > < / tr >
< tr class = "separator:a4e3f9687d01b734efc657c09a2248aa6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a668149566ac934dfc9751a81536648b9" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a668149566ac934dfc9751a81536648b9" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5" > pFlow::uint64< / a > , void)< / td > < / tr >
< tr class = "separator:a668149566ac934dfc9751a81536648b9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a22f8b4a1483a0a5da1336a76ac77726d" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a22f8b4a1483a0a5da1336a76ac77726d" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > pFlow::real< / a > , < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > )< / td > < / tr >
< tr class = "separator:a22f8b4a1483a0a5da1336a76ac77726d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a56043b56bb1ca88637cea01db72a6ea0" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a56043b56bb1ca88637cea01db72a6ea0" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > pFlow::real< / a > , void)< / td > < / tr >
< tr class = "separator:a56043b56bb1ca88637cea01db72a6ea0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a20a33fe85b971ea39b226ad3c6839622" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a20a33fe85b971ea39b226ad3c6839622" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > pFlow::realx3< / a > , < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > )< / td > < / tr >
< tr class = "separator:a20a33fe85b971ea39b226ad3c6839622" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a35ddb8cab94502d6b556d7ac1a9b887f" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#a35ddb8cab94502d6b556d7ac1a9b887f" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > pFlow::realx3< / a > , void)< / td > < / tr >
< tr class = "separator:a35ddb8cab94502d6b556d7ac1a9b887f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab83153b05b5088e8b750945dcda2cc28" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#ab83153b05b5088e8b750945dcda2cc28" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a484786ee1a43619343e84e77283ef31a" > pFlow::realx4< / a > , < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > )< / td > < / tr >
< tr class = "separator:ab83153b05b5088e8b750945dcda2cc28" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa8de925b32fd3f76cc2ea1fc9d300a0e" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#aa8de925b32fd3f76cc2ea1fc9d300a0e" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a484786ee1a43619343e84e77283ef31a" > pFlow::realx4< / a > , void)< / td > < / tr >
< tr class = "separator:aa8de925b32fd3f76cc2ea1fc9d300a0e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac5af305821960bed81c46ef5ff46cc42" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pointFields_8cpp.html#ac5af305821960bed81c46ef5ff46cc42" > createBoundaryFields< / a > (< a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > pFlow::word< / a > , < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > )< / td > < / tr >
< tr class = "separator:ac5af305821960bed81c46ef5ff46cc42" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
< a id = "acd12c26687046da5d8e9a843f2e1cfbe" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acd12c26687046da5d8e9a843f2e1cfbe" > ◆ < / a > < / span > createPointFields< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define createPointFields< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > DataType< / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< b > Value:< / b > < div class = "fragment" > < div class = "line" > < span class = "keyword" > template< / span > < span class = "keyword" > class < / span > < a class = "code" href = "classpFlow_1_1pointField.html" > pFlow::pointField< DataType, pFlow::HostSpace> < / a > ; \< / div >
< div class = "line" > createBoundaryFields(DataType, < a class = "code" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > ); \< / div >
< div class = "line" > \< / div >
< div class = "line" > template < span class = "keyword" > class < / span > < a class = "code" href = "classpFlow_1_1pointField.html" > pFlow::pointField< DataType> < / a > ; \< / div >
< div class = "line" > createBoundaryFields(DataType, < span class = "keywordtype" > void< / span > );< / div >
< / div > <!-- fragment -->
< p class = "definition" > Definition at line < a class = "el" href = "pointFields_8cpp_source.html#l00025" > 25< / a > of file < a class = "el" href = "pointFields_8cpp_source.html" > pointFields.cpp< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Function Documentation< / h2 >
< a id = "a3c3ffa48a0caa7c03ad3bd017810e5e7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3c3ffa48a0caa7c03ad3bd017810e5e7" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [1/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d" > pFlow::uint8< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a47edb29f2bc4432aa6e59fb87210b338" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a47edb29f2bc4432aa6e59fb87210b338" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [2/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a34ecedcf03a70dc91e4616212d79267d" > pFlow::uint8< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a39f7d81937b7c412515c65910db6d85e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a39f7d81937b7c412515c65910db6d85e" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [3/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > pFlow::uint32< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac476f540b2a277573a1701eae0640409" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac476f540b2a277573a1701eae0640409" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [4/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#abd01e8e67e3d94cab04ecaaf4f85ac1b" > pFlow::uint32< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a4e3f9687d01b734efc657c09a2248aa6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4e3f9687d01b734efc657c09a2248aa6" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [5/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5" > pFlow::uint64< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a668149566ac934dfc9751a81536648b9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a668149566ac934dfc9751a81536648b9" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [6/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#aeefdb2888fa3c58f2454ef004419e6a5" > pFlow::uint64< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a22f8b4a1483a0a5da1336a76ac77726d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a22f8b4a1483a0a5da1336a76ac77726d" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [7/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > pFlow::real< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a56043b56bb1ca88637cea01db72a6ea0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a56043b56bb1ca88637cea01db72a6ea0" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [8/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > pFlow::real< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a20a33fe85b971ea39b226ad3c6839622" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a20a33fe85b971ea39b226ad3c6839622" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [9/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > pFlow::realx3< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "a35ddb8cab94502d6b556d7ac1a9b887f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a35ddb8cab94502d6b556d7ac1a9b887f" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [10/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a5164661f6974ad24fa90bf19433e6116" > pFlow::realx3< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ab83153b05b5088e8b750945dcda2cc28" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab83153b05b5088e8b750945dcda2cc28" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [11/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a484786ee1a43619343e84e77283ef31a" > pFlow::realx4< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "aa8de925b32fd3f76cc2ea1fc9d300a0e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa8de925b32fd3f76cc2ea1fc9d300a0e" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [12/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a484786ee1a43619343e84e77283ef31a" > pFlow::realx4< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > void  < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
< a id = "ac5af305821960bed81c46ef5ff46cc42" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac5af305821960bed81c46ef5ff46cc42" > ◆ < / a > < / span > createBoundaryFields() < span class = "overload" > [13/13]< / span > < / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > createBoundaryFields < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > pFlow::word< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a >   < / td >
< td class = "paramname" >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div > <!-- contents -->
< / div > <!-- doc - content -->
2025-01-10 13:02:07 +03:30
< div class = "ttc" id = "anamespacepFlow_html_a49dd1192cf116583abf7c726c7146851" > < div class = "ttname" > < a href = "namespacepFlow.html#a49dd1192cf116583abf7c726c7146851" > pFlow::HostSpace< / a > < / div > < div class = "ttdeci" > Kokkos::HostSpace HostSpace< / div > < div class = "ttdoc" > Host memory space.< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "KokkosTypes_8hpp_source.html#l00041" > KokkosTypes.hpp:41< / a > < / div > < / div >
< div class = "ttc" id = "aclasspFlow_1_1pointField_html" > < div class = "ttname" > < a href = "classpFlow_1_1pointField.html" > pFlow::pointField< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "pointField_8hpp_source.html#l00033" > pointField.hpp:33< / a > < / div > < / div >
2023-03-27 10:16:23 -07:00
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2025-01-10 13:02:07 +03:30
< li class = "navelem" > < a class = "el" href = "dir_68267d1309a1af8e8297ef4c3efbcdba.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_cd7a5046d028e114fc17b2ebc2bd02d2.html" > phasicFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_74a3bd5d559eb2469f344a26dc365ad0.html" > containers< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_e9e787f783a8c65da3b050132fffe244.html" > pointField< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_5d8425190fd88646f06580e82eb988ab.html" > pointField< / a > < / li > < li class = "navelem" > < a class = "el" href = "pointFields_8cpp.html" > pointFields.cpp< / a > < / li >
2023-03-27 10:16:23 -07:00
< 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 >