2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-18 13:17:24 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM package for simulating granular flow developed in C++ and can be exectued on both GPU (like cuda) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: src/phasicFlow/containers/triSurfaceField/triSurfaceFields.hpp File Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('triSurfaceFields_8hpp.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 = "#namespaces" > Namespaces< / a > |
< a href = "#typedef-members" > Typedefs< / a > < / div >
< div class = "headertitle" >
< div class = "title" > triSurfaceFields.hpp 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 triSurfaceFields.hpp:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "triSurfaceFields_8hpp__incl.png" border = "0" usemap = "#src_2phasicFlow_2containers_2triSurfaceField_2triSurfaceFields_8hpp" alt = "" / > < / div >
< map name = "src_2phasicFlow_2containers_2triSurfaceField_2triSurfaceFields_8hpp" id = "src_2phasicFlow_2containers_2triSurfaceField_2triSurfaceFields_8hpp" >
2023-04-13 11:46:41 -07:00
< area shape = "rect" title = " " alt = "" coords = "99,5,350,47" / >
< area shape = "rect" href = "VectorSingle_8hpp.html" title = " " alt = "" coords = "5,95,137,121" / >
< area shape = "rect" href = "types_8hpp.html" title = " " alt = "" coords = "132,169,219,196" / >
< area shape = "rect" href = "VectorDual_8hpp.html" title = " " alt = "" coords = "213,95,335,121" / >
< area shape = "rect" href = "triSurfaceField_8hpp.html" title = " " alt = "" coords = "360,95,503,121" / >
2023-03-27 10:16:23 -07:00
< / map >
< / div >
2023-04-02 14:53:54 -07:00
< / div > < div class = "textblock" > < div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > This graph shows which files directly or indirectly include this file:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "triSurfaceFields_8hpp__dep__incl.png" border = "0" usemap = "#src_2phasicFlow_2containers_2triSurfaceField_2triSurfaceFields_8hppdep" alt = "" / > < / div >
< map name = "src_2phasicFlow_2containers_2triSurfaceField_2triSurfaceFields_8hppdep" id = "src_2phasicFlow_2containers_2triSurfaceField_2triSurfaceFields_8hppdep" >
< area shape = "rect" title = " " alt = "" coords = "298,5,551,47" / >
< area shape = "rect" href = "geometry_8hpp.html" title = " " alt = "" coords = "5,95,183,136" / >
< area shape = "rect" href = "demInteraction_8hpp.html" title = " " alt = "" coords = "207,95,397,136" / >
< area shape = "rect" href = "triSurfaceFields_8cpp.html" title = " " alt = "" coords = "421,95,673,136" / >
< area shape = "rect" href = "triSurfaceFieldToVTK_8hpp.html" title = " " alt = "" coords = "697,95,885,136" / >
< / map >
< / div >
< / div >
< p > < a href = "triSurfaceFields_8hpp_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "namespaces" > < / a >
Namespaces< / h2 > < / td > < / tr >
< tr class = "memitem:namespacepFlow" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html" > pFlow< / 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 = "typedef-members" > < / a >
Typedefs< / h2 > < / td > < / tr >
< tr class = "memitem:a88434a63612ef893c7c24b85959251f7" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a88434a63612ef893c7c24b85959251f7" > realTriSurfaceField_D< / a > = triSurfaceField< VectorSingle, real > < / td > < / tr >
< tr class = "separator:a88434a63612ef893c7c24b85959251f7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acae810ffca011a72484201e81542c381" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#acae810ffca011a72484201e81542c381" > realTriSurfaceField_H< / a > = triSurfaceField< VectorSingle, real, HostSpace > < / td > < / tr >
< tr class = "separator:acae810ffca011a72484201e81542c381" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afd682516555bc9f529677a279d60eba6" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#afd682516555bc9f529677a279d60eba6" > realx3TriSurfaceField_D< / a > = triSurfaceField< VectorSingle, realx3 > < / td > < / tr >
< tr class = "separator:afd682516555bc9f529677a279d60eba6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a20a678e59be408f7ba8779b9a25021d1" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a20a678e59be408f7ba8779b9a25021d1" > realx3TriSurfaceField_H< / a > = triSurfaceField< VectorSingle, realx3, HostSpace > < / td > < / tr >
< tr class = "separator:a20a678e59be408f7ba8779b9a25021d1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad3c3266c1484ce0f16ee16bd5e021a7b" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ad3c3266c1484ce0f16ee16bd5e021a7b" > realTriSurfaceField_HD< / a > = triSurfaceField< VectorDual, real > < / td > < / tr >
< tr class = "separator:ad3c3266c1484ce0f16ee16bd5e021a7b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac6698a999ca334d56f2757b15fd425a2" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#ac6698a999ca334d56f2757b15fd425a2" > realx3TriSurfaceField_HD< / a > = triSurfaceField< VectorDual, realx3 > < / td > < / tr >
< tr class = "separator:ac6698a999ca334d56f2757b15fd425a2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a721bccebfa887f6d544eed52d09e3144" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a721bccebfa887f6d544eed52d09e3144" > realTriSurfaceField< / a > = triSurfaceField< Vector, real, vecAllocator< real > > < / td > < / tr >
< tr class = "separator:a721bccebfa887f6d544eed52d09e3144" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abc31424b5e539c0d9e44b5da0fa2ecb3" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#abc31424b5e539c0d9e44b5da0fa2ecb3" > realx3TriSurfaceField< / a > = triSurfaceField< Vector, realx3, vecAllocator< realx3 > > < / td > < / tr >
< tr class = "separator:abc31424b5e539c0d9e44b5da0fa2ecb3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaa830358734c88d24e4006884d78810f" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#aaa830358734c88d24e4006884d78810f" > int8TriSurfaceField_D< / a > = triSurfaceField< VectorSingle, int8 > < / td > < / tr >
< tr class = "separator:aaa830358734c88d24e4006884d78810f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:acb551675657a508333bd2ecc7820b93d" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#acb551675657a508333bd2ecc7820b93d" > int8TriSurfaceField_H< / a > = triSurfaceField< VectorSingle, int8, HostSpace > < / td > < / tr >
< tr class = "separator:acb551675657a508333bd2ecc7820b93d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a44f5e1cd23511168f7eaa308769babbe" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a44f5e1cd23511168f7eaa308769babbe" > int8TriSurfaceField_HD< / a > = triSurfaceField< VectorDual, int8 > < / td > < / tr >
< tr class = "separator:a44f5e1cd23511168f7eaa308769babbe" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a99ba1669041dd64adb630a282019ee9f" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacepFlow.html#a99ba1669041dd64adb630a282019ee9f" > int8TriSurfaceField< / a > = triSurfaceField< Vector, int8, vecAllocator< real > > < / td > < / tr >
< tr class = "separator:a99ba1669041dd64adb630a282019ee9f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< / 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 = "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_947992aea1bfbdd3d7b87bafd3549018.html" > triSurfaceField< / a > < / li > < li class = "navelem" > < a class = "el" href = "triSurfaceFields_8hpp.html" > triSurfaceFields.hpp< / 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 >