2023-03-27 10:16:23 -07:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
< meta name = "generator" content = "Doxygen 1.8.17" / >
2023-04-23 12:52:57 -07:00
< meta name = "description" content = "PhasicFlow is an open-source parallel DEM (discrete element method) package for simulating granular flow. It is developed in C++ and can be exectued on both GPU (like CUDA) and CPU." >
2023-03-27 10:16:23 -07:00
< title > PhasicFlow: src/phasicFlow/globals/pFlowMacros.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('pFlowMacros_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 = "#define-members" > Macros< / a > |
< a href = "#var-members" > Variables< / a > < / div >
< div class = "headertitle" >
< div class = "title" > pFlowMacros.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 pFlowMacros.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 = "pFlowMacros_8hpp__incl.png" border = "0" usemap = "#src_2phasicFlow_2globals_2pFlowMacros_8hpp" alt = "" / > < / div >
< / 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 = "pFlowMacros_8hpp__dep__incl.png" border = "0" usemap = "#src_2phasicFlow_2globals_2pFlowMacros_8hppdep" alt = "" / > < / div >
< / div >
< / div >
< p > < a href = "pFlowMacros_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 = "define-members" > < / a >
Macros< / h2 > < / td > < / tr >
< tr class = "memitem:a922d2784284e8f6ee4009c3d92ba48b6" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#a922d2784284e8f6ee4009c3d92ba48b6" > FUNCTION_NAME< / a >       __func__< / td > < / tr >
< tr class = "separator:a922d2784284e8f6ee4009c3d92ba48b6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a86d500a34c624c2cae56bc25a31b12f3" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#a86d500a34c624c2cae56bc25a31b12f3" > UNUSED< / a > (x)      UNUSED_ ## x< / td > < / tr >
< tr class = "separator:a86d500a34c624c2cae56bc25a31b12f3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aee00d54cd02615bc094de03967dde20d" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#aee00d54cd02615bc094de03967dde20d" > CONSUME_PARAM< / a > (x)      (void)(x);< / td > < / tr >
< tr class = "separator:aee00d54cd02615bc094de03967dde20d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8e2f73fa5c113f21c9c9edb67a974f5e" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#a8e2f73fa5c113f21c9c9edb67a974f5e" > INLINE_FUNCTION_HD< / a >       inline< / td > < / tr >
< tr class = "separator:a8e2f73fa5c113f21c9c9edb67a974f5e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a6177c0222917536554cd98581ed0206e" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#a6177c0222917536554cd98581ed0206e" > INLINE_FUNCTION_D< / a >       inline< / td > < / tr >
< tr class = "separator:a6177c0222917536554cd98581ed0206e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a542d326bc30e30d52e9deb402759b872" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#a542d326bc30e30d52e9deb402759b872" > INLINE_FUNCTION_H< / a >       inline< / td > < / tr >
< tr class = "separator:a542d326bc30e30d52e9deb402759b872" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa7d4742cdf24a3792276e669531d145c" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#aa7d4742cdf24a3792276e669531d145c" > LAMBDA_HD< / a >       [=]< / td > < / tr >
< tr class = "separator:aa7d4742cdf24a3792276e669531d145c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad08d330e4976327555a114b3ba2be4f8" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#ad08d330e4976327555a114b3ba2be4f8" > LAMBDA_D< / a >       [=]< / td > < / tr >
< tr class = "separator:ad08d330e4976327555a114b3ba2be4f8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab36ec3552aba732234f4d4cb5fa37d3a" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#ab36ec3552aba732234f4d4cb5fa37d3a" > CLASS_LAMBDA_HD< / a >       [=,*this]< / td > < / tr >
< tr class = "separator:ab36ec3552aba732234f4d4cb5fa37d3a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a33a666cbe329b9d3d1d607ac93fc12b7" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#a33a666cbe329b9d3d1d607ac93fc12b7" > FUNCTION_HD< / a > < / td > < / tr >
< tr class = "separator:a33a666cbe329b9d3d1d607ac93fc12b7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > FUNCTION_H< / a > < / td > < / tr >
< tr class = "separator:a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa92a2a20741b8df6f64ad87e0deb5c2e" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#aa92a2a20741b8df6f64ad87e0deb5c2e" > FUNCTION_D< / a > < / td > < / tr >
< tr class = "separator:aa92a2a20741b8df6f64ad87e0deb5c2e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afc491fbd69e70abdcb02a8cd3ce2939e" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#afc491fbd69e70abdcb02a8cd3ce2939e" > INLINE_FUNCTION< / a >       inline< / td > < / tr >
< tr class = "separator:afc491fbd69e70abdcb02a8cd3ce2939e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:adfc0fa47b4655f9648999ae16c2e31f6" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#adfc0fa47b4655f9648999ae16c2e31f6" > USE_INSTANTIATION< / a >       0< / td > < / tr >
< tr class = "separator:adfc0fa47b4655f9648999ae16c2e31f6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac6c2cd1218587d4992ab1344890520d6" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#ac6c2cd1218587d4992ab1344890520d6" > ForAll< / a > (i, container)      for(auto i=0; i < container.size(); ++i)< / td > < / tr >
< tr class = "separator:ac6c2cd1218587d4992ab1344890520d6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "var-members" > < / a >
Variables< / h2 > < / td > < / tr >
< tr class = "memitem:a03feb55a2d35bbb9ed560f6e5c24d671" > < td class = "memItemLeft" align = "right" valign = "top" > static const bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "pFlowMacros_8hpp.html#a03feb55a2d35bbb9ed560f6e5c24d671" > useStdParallel__< / a > = false< / td > < / tr >
< tr class = "separator:a03feb55a2d35bbb9ed560f6e5c24d671" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
< a id = "a922d2784284e8f6ee4009c3d92ba48b6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a922d2784284e8f6ee4009c3d92ba48b6" > ◆ < / a > < / span > FUNCTION_NAME< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define FUNCTION_NAME      __func__< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pFlowMacros_8hpp_source.html#l00029" > 29< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a86d500a34c624c2cae56bc25a31b12f3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a86d500a34c624c2cae56bc25a31b12f3" > ◆ < / a > < / span > UNUSED< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define UNUSED< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > x< / td > < td > )< / td >
< td >       UNUSED_ ## x< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pFlowMacros_8hpp_source.html#l00035" > 35< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
< / div >
< / div >
< a id = "aee00d54cd02615bc094de03967dde20d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aee00d54cd02615bc094de03967dde20d" > ◆ < / a > < / span > CONSUME_PARAM< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CONSUME_PARAM< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > x< / td > < td > )< / td >
< td >       (void)(x);< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "pFlowMacros_8hpp_source.html#l00038" > 38< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
< / div >
< / div >
< a id = "a8e2f73fa5c113f21c9c9edb67a974f5e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8e2f73fa5c113f21c9c9edb67a974f5e" > ◆ < / a > < / span > INLINE_FUNCTION_HD< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define INLINE_FUNCTION_HD      inline< / 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 = "pFlowMacros_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a6177c0222917536554cd98581ed0206e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6177c0222917536554cd98581ed0206e" > ◆ < / a > < / span > INLINE_FUNCTION_D< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define INLINE_FUNCTION_D      inline< / 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 = "pFlowMacros_8hpp_source.html#l00056" > 56< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a542d326bc30e30d52e9deb402759b872" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a542d326bc30e30d52e9deb402759b872" > ◆ < / a > < / span > INLINE_FUNCTION_H< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define INLINE_FUNCTION_H      inline< / 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 = "pFlowMacros_8hpp_source.html#l00057" > 57< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aa7d4742cdf24a3792276e669531d145c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa7d4742cdf24a3792276e669531d145c" > ◆ < / a > < / span > LAMBDA_HD< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define LAMBDA_HD      [=]< / 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 = "pFlowMacros_8hpp_source.html#l00058" > 58< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ad08d330e4976327555a114b3ba2be4f8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ad08d330e4976327555a114b3ba2be4f8" > ◆ < / a > < / span > LAMBDA_D< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define LAMBDA_D      [=]< / 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 = "pFlowMacros_8hpp_source.html#l00059" > 59< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ab36ec3552aba732234f4d4cb5fa37d3a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab36ec3552aba732234f4d4cb5fa37d3a" > ◆ < / a > < / span > CLASS_LAMBDA_HD< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CLASS_LAMBDA_HD      [=,*this]< / 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 = "pFlowMacros_8hpp_source.html#l00060" > 60< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a33a666cbe329b9d3d1d607ac93fc12b7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a33a666cbe329b9d3d1d607ac93fc12b7" > ◆ < / a > < / span > FUNCTION_HD< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define FUNCTION_HD< / 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 = "pFlowMacros_8hpp_source.html#l00061" > 61< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4a0e2a760ea30cb5fe3d40c0cb3fe4a9" > ◆ < / a > < / span > FUNCTION_H< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define FUNCTION_H< / 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 = "pFlowMacros_8hpp_source.html#l00062" > 62< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aa92a2a20741b8df6f64ad87e0deb5c2e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa92a2a20741b8df6f64ad87e0deb5c2e" > ◆ < / a > < / span > FUNCTION_D< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define FUNCTION_D< / 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 = "pFlowMacros_8hpp_source.html#l00063" > 63< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "afc491fbd69e70abdcb02a8cd3ce2939e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afc491fbd69e70abdcb02a8cd3ce2939e" > ◆ < / a > < / span > INLINE_FUNCTION< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define INLINE_FUNCTION      inline< / 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 = "pFlowMacros_8hpp_source.html#l00066" > 66< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "adfc0fa47b4655f9648999ae16c2e31f6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#adfc0fa47b4655f9648999ae16c2e31f6" > ◆ < / a > < / span > USE_INSTANTIATION< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define USE_INSTANTIATION      0< / 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 = "pFlowMacros_8hpp_source.html#l00071" > 71< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "ac6c2cd1218587d4992ab1344890520d6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac6c2cd1218587d4992ab1344890520d6" > ◆ < / a > < / span > ForAll< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define ForAll< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > i, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > container  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td >       for(auto i=0; i < container.size(); ++i)< / 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 = "pFlowMacros_8hpp_source.html#l00075" > 75< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Variable Documentation< / h2 >
< a id = "a03feb55a2d35bbb9ed560f6e5c24d671" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a03feb55a2d35bbb9ed560f6e5c24d671" > ◆ < / a > < / span > useStdParallel__< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > const bool useStdParallel__ = false< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / 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 = "pFlowMacros_8hpp_source.html#l00080" > 80< / a > of file < a class = "el" href = "pFlowMacros_8hpp_source.html" > pFlowMacros.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< / 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_5f6559faa080c0b07ec2a71fd7e912fc.html" > globals< / a > < / li > < li class = "navelem" > < a class = "el" href = "pFlowMacros_8hpp.html" > pFlowMacros.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 >