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: AdamsMoulton5 Class Reference< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
< / script >
2023-04-02 11:35:43 -07:00
< script type = "text/x-mathjax-config" >
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
< / script >
< script type = "text/javascript" async = "async" src = "http://cdn.mathjax.org/mathjax/latest/MathJax.js" > < / script >
2023-03-27 10:16:23 -07:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "customdoxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
2023-04-14 10:28:41 -07:00
< table cellspacing = "0" >
2023-03-27 10:16:23 -07:00
< tbody >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectlogo" > < a href = "https://github.com/PhasicFlow" > < img alt = "Logo" src = "phasicFlow_logo.png" > < / a > < / td >
2023-03-27 10:16:23 -07:00
< td > < div id = "MSearchBox" class = "MSearchBoxInactive" >
< span class = "left" >
< img id = "MSearchSelect" src = "search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
< input type = "text" id = "MSearchField" value = "Search" accesskey = "S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
< / span > < span class = "right" >
< a id = "MSearchClose" href = "javascript:searchBox.CloseResultsWindow()" > < img id = "MSearchCloseImg" border = "0" src = "search/close.png" alt = "" / > < / a >
< / span >
< / div >
< / td >
< / tr >
2023-04-14 10:28:41 -07:00
< tr >
< td id = "projectbrief" >
< a href = "https://https://cemf.ir" > www.cemf.ir< / a >
< / td >
< / tr >
2023-03-27 10:16:23 -07:00
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.8.17 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classpFlow_1_1AdamsMoulton5.html',''); initResizable(); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pro-types" > Protected Types< / a > |
< a href = "#pro-attribs" > Protected Attributes< / a > |
< a href = "classpFlow_1_1AdamsMoulton5-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > AdamsMoulton5 Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2023-04-23 12:52:57 -07:00
< p > Fifth order Adams-Moulton integration method for solving ODE.
< a href = "classpFlow_1_1AdamsMoulton5.html#details" > More...< / a > < / p >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-0" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-0-trigger" src = "closed.png" alt = "+" / > Inheritance diagram for AdamsMoulton5:< / div >
< div id = "dynsection-0-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-0-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1AdamsMoulton5__inherit__graph.png" border = "0" usemap = "#AdamsMoulton5_inherit__map" alt = "Inheritance graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
2023-04-02 14:53:54 -07:00
< div id = "dynsection-1" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-1-trigger" src = "closed.png" alt = "+" / > Collaboration diagram for AdamsMoulton5:< / div >
< div id = "dynsection-1-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-1-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1AdamsMoulton5__coll__graph.png" border = "0" usemap = "#AdamsMoulton5_coll__map" alt = "Collaboration graph" / > < / div >
< center > < span class = "legend" > [< a target = "top" href = "graph_legend.html" > legend< / a > ]< / span > < / center > < / div >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
< tr class = "memitem:a93700041b6e609e429801e569f554e4c" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a93700041b6e609e429801e569f554e4c" > TypeInfo< / a > (" AdamsMoulton5" )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a93700041b6e609e429801e569f554e4c" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1AdamsMoulton5.html#a93700041b6e609e429801e569f554e4c" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a93700041b6e609e429801e569f554e4c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a84c490b65587b21f5666766e94a945bc" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a84c490b65587b21f5666766e94a945bc" > AdamsMoulton5< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a10329e18307a60d3fdb203bcbed2b295" > owner< / a > , const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a84c490b65587b21f5666766e94a945bc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from components. < a href = "classpFlow_1_1AdamsMoulton5.html#a84c490b65587b21f5666766e94a945bc" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a84c490b65587b21f5666766e94a945bc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memitem:a29f8a3197295f0ffa73d24bbacc6228c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a29f8a3197295f0ffa73d24bbacc6228c" > clone< / a > () const override< / td > < / tr >
< tr class = "separator:a29f8a3197295f0ffa73d24bbacc6228c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a205b69055b5aebe5b9c924e435365169" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a205b69055b5aebe5b9c924e435365169" > ~AdamsMoulton5< / a > ()=default< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a205b69055b5aebe5b9c924e435365169" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1AdamsMoulton5.html#a205b69055b5aebe5b9c924e435365169" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a205b69055b5aebe5b9c924e435365169" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa18e539a33004e6d10e69a19ef0c5ddb" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#aa18e539a33004e6d10e69a19ef0c5ddb" > add_vCtor< / a > (< a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > , < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html" > AdamsMoulton5< / a > , < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > )< / td > < / tr >
< tr class = "separator:aa18e539a33004e6d10e69a19ef0c5ddb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a565b658e8641f9fd9a6a5c8e93089d5d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a565b658e8641f9fd9a6a5c8e93089d5d" > predict< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & y, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & dy) override< / td > < / tr >
< tr class = "separator:a565b658e8641f9fd9a6a5c8e93089d5d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ac755e4bf02c3732d1eb89de9e903ebdb" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#ac755e4bf02c3732d1eb89de9e903ebdb" > correct< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & y, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & dy) override< / td > < / tr >
< tr class = "separator:ac755e4bf02c3732d1eb89de9e903ebdb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a8da2088458d635dfa1fbe1823a3bfd6d" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a8da2088458d635dfa1fbe1823a3bfd6d" > setInitialVals< / a > (const < a class = "el" href = "namespacepFlow.html#a27c4d9af27a6e7595097b77d05874147" > int32IndexContainer< / a > & newIndices, const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > & y) override< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a8da2088458d635dfa1fbe1823a3bfd6d" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Set the initial values for new indices. < a href = "classpFlow_1_1AdamsMoulton5.html#a8da2088458d635dfa1fbe1823a3bfd6d" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a8da2088458d635dfa1fbe1823a3bfd6d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aceb0c803bb6e5c46a1695c4e5b6e641f" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#aceb0c803bb6e5c46a1695c4e5b6e641f" > needSetInitialVals< / a > () const override< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:aceb0c803bb6e5c46a1695c4e5b6e641f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Check if the method requires any set initial vals. < a href = "classpFlow_1_1AdamsMoulton5.html#aceb0c803bb6e5c46a1695c4e5b6e641f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aceb0c803bb6e5c46a1695c4e5b6e641f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:aa601d0785e68d2298567b2861996f956" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#aa601d0785e68d2298567b2861996f956" > predictAll< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & y, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & dy, range activeRng)< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:aa601d0785e68d2298567b2861996f956" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Prediction step on all points in the active range. < a href = "classpFlow_1_1AdamsMoulton5.html#aa601d0785e68d2298567b2861996f956" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa601d0785e68d2298567b2861996f956" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aaa8ac3ebc39d8702e08e1f71c5843974" > < td class = "memTemplParams" colspan = "2" > template< typename activeFunctor > < / td > < / tr >
< tr class = "memitem:aaa8ac3ebc39d8702e08e1f71c5843974" > < td class = "memTemplItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#aaa8ac3ebc39d8702e08e1f71c5843974" > predictRange< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & y, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & dy, activeFunctor activeP)< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:aaa8ac3ebc39d8702e08e1f71c5843974" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Prediction step on active points in the active range. < a href = "classpFlow_1_1AdamsMoulton5.html#aaa8ac3ebc39d8702e08e1f71c5843974" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aaa8ac3ebc39d8702e08e1f71c5843974" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a152b752a6b7b37e70fa5e7c99a484783" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a152b752a6b7b37e70fa5e7c99a484783" > intAll< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & y, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & dy, range activeRng)< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a152b752a6b7b37e70fa5e7c99a484783" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Integrate on all points in the active range. < a href = "classpFlow_1_1AdamsMoulton5.html#a152b752a6b7b37e70fa5e7c99a484783" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a152b752a6b7b37e70fa5e7c99a484783" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a191dc9197b587f09bb5ee7989b0ba43e" > < td class = "memTemplParams" colspan = "2" > template< typename activeFunctor > < / td > < / tr >
< tr class = "memitem:a191dc9197b587f09bb5ee7989b0ba43e" > < td class = "memTemplItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a191dc9197b587f09bb5ee7989b0ba43e" > intRange< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & y, < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > & dy, activeFunctor activeP)< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a191dc9197b587f09bb5ee7989b0ba43e" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Integrate on active points in the active range. < a href = "classpFlow_1_1AdamsMoulton5.html#a191dc9197b587f09bb5ee7989b0ba43e" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a191dc9197b587f09bb5ee7989b0ba43e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "inherit_header pub_methods_classpFlow_1_1integration" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classpFlow_1_1integration')" > < img src = "closed.png" alt = "-" / >   Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > < / td > < / tr >
< tr class = "memitem:aa44247873627282e4f01578c6bc53426 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#aa44247873627282e4f01578c6bc53426" > TypeInfo< / a > (" integration" )< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:aa44247873627282e4f01578c6bc53426 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Type info. < a href = "classpFlow_1_1integration.html#aa44247873627282e4f01578c6bc53426" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:aa44247873627282e4f01578c6bc53426 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af65ab3c37a54039dda3a3946f6d0004e inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#af65ab3c37a54039dda3a3946f6d0004e" > integration< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > , const < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & initialValField)< / td > < / tr >
< tr class = "memdesc:af65ab3c37a54039dda3a3946f6d0004e inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Construct from components. < a href = "classpFlow_1_1integration.html#af65ab3c37a54039dda3a3946f6d0004e" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:af65ab3c37a54039dda3a3946f6d0004e inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memitem:a771a76739b176fbb83563986a897dbc6 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a771a76739b176fbb83563986a897dbc6" > integration< / a > (const < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > & )=default< / td > < / tr >
< tr class = "memdesc:a771a76739b176fbb83563986a897dbc6 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy constructor. < a href = "classpFlow_1_1integration.html#a771a76739b176fbb83563986a897dbc6" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a771a76739b176fbb83563986a897dbc6 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a30aa8bdb5ce433dc44c3de44462b3d92 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a30aa8bdb5ce433dc44c3de44462b3d92" > integration< / a > (< a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > & & )=default< / td > < / tr >
< tr class = "memdesc:a30aa8bdb5ce433dc44c3de44462b3d92 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move constructor. < a href = "classpFlow_1_1integration.html#a30aa8bdb5ce433dc44c3de44462b3d92" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a30aa8bdb5ce433dc44c3de44462b3d92 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa5c3d9b07075b6725eeb15aa37da388a inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#aa5c3d9b07075b6725eeb15aa37da388a" > operator=< / a > (const < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > & )=default< / td > < / tr >
< tr class = "memdesc:aa5c3d9b07075b6725eeb15aa37da388a inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Copy assignment. < a href = "classpFlow_1_1integration.html#aa5c3d9b07075b6725eeb15aa37da388a" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aa5c3d9b07075b6725eeb15aa37da388a inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aec2a99ef0f61788bb92c8a2d4dbd51fc inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#aec2a99ef0f61788bb92c8a2d4dbd51fc" > operator=< / a > (< a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > & & )=default< / td > < / tr >
< tr class = "memdesc:aec2a99ef0f61788bb92c8a2d4dbd51fc inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Move assignment. < a href = "classpFlow_1_1integration.html#aec2a99ef0f61788bb92c8a2d4dbd51fc" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:aec2a99ef0f61788bb92c8a2d4dbd51fc inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a9a87be54ea9981257a8149088723c433 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a9a87be54ea9981257a8149088723c433" > ~integration< / a > ()=default< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a9a87be54ea9981257a8149088723c433 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Destructor. < a href = "classpFlow_1_1integration.html#a9a87be54ea9981257a8149088723c433" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a9a87be54ea9981257a8149088723c433 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a2777231bcfef43151845d16cd1936a03 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a2777231bcfef43151845d16cd1936a03" > create_vCtor< / a > (< a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > , < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > ,(const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > , const < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & initialValField),(< a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > , initialValField))< / td > < / tr >
< tr class = "memdesc:a2777231bcfef43151845d16cd1936a03 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Add a virtual constructor. < a href = "classpFlow_1_1integration.html#a2777231bcfef43151845d16cd1936a03" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a2777231bcfef43151845d16cd1936a03 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "memitem:a5a622149e803f0fa292a95784c12a7b8 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > const auto &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a5a622149e803f0fa292a95784c12a7b8 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Const ref to < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > . < a href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a5a622149e803f0fa292a95784c12a7b8 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4e30df3927ef1cdd2490cd85018518f5 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > () const< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a4e30df3927ef1cdd2490cd85018518f5 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Base name. < a href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a4e30df3927ef1cdd2490cd85018518f5 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a10329e18307a60d3fdb203bcbed2b295 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a10329e18307a60d3fdb203bcbed2b295" > owner< / a > ()< / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a10329e18307a60d3fdb203bcbed2b295 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Ref to the owner repository. < a href = "classpFlow_1_1integration.html#a10329e18307a60d3fdb203bcbed2b295" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a10329e18307a60d3fdb203bcbed2b295 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:af460543ae3c8e6f3d02b0b1abf705c82 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#af460543ae3c8e6f3d02b0b1abf705c82" > updateBoundariesSlaveToMasterIfRequested< / a > ()=0< / td > < / tr >
< tr class = "separator:af460543ae3c8e6f3d02b0b1abf705c82 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a05cf94b87db6b7d4b9c2d2eb81592cf3 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > () const =0< / td > < / tr >
< tr class = "memdesc:a05cf94b87db6b7d4b9c2d2eb81592cf3 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > return integration method < a href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a05cf94b87db6b7d4b9c2d2eb81592cf3 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae042a979b0888ee07428760767a7d841 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#ae042a979b0888ee07428760767a7d841" > predict< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & y, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy)=0< / td > < / tr >
< tr class = "memdesc:ae042a979b0888ee07428760767a7d841 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Prediction step in integration. < a href = "classpFlow_1_1integration.html#ae042a979b0888ee07428760767a7d841" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:ae042a979b0888ee07428760767a7d841 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a351abea829a5c6aa1f177e48c5c5e2bd inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a351abea829a5c6aa1f177e48c5c5e2bd" > predict< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & y, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy)=0< / td > < / tr >
< tr class = "separator:a351abea829a5c6aa1f177e48c5c5e2bd inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5bc0f0e6d46b8e773688d1416f545365 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a5bc0f0e6d46b8e773688d1416f545365" > correct< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & y, < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy)=0< / td > < / tr >
< tr class = "memdesc:a5bc0f0e6d46b8e773688d1416f545365 inherit pub_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Correction/main integration step. < a href = "classpFlow_1_1integration.html#a5bc0f0e6d46b8e773688d1416f545365" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a5bc0f0e6d46b8e773688d1416f545365 inherit pub_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae90a67d2cabadc5ed923c1bd04d5c850 inherit pub_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#ae90a67d2cabadc5ed923c1bd04d5c850" > correctPStruct< / a > (< a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a > dt, < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & vel)=0< / td > < / tr >
< tr class = "separator:ae90a67d2cabadc5ed923c1bd04d5c850 inherit pub_methods_classpFlow_1_1integration" > < 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 = "pro-types" > < / a >
Protected Types< / h2 > < / td > < / tr >
< tr class = "memitem:ace46ff4fbe3c001c816dbc4f9f67606f" > < td class = "memItemLeft" align = "right" valign = "top" > using  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#ace46ff4fbe3c001c816dbc4f9f67606f" > rpIntegration< / a > = Kokkos::RangePolicy< < a class = "el" href = "namespacepFlow.html#aa3a14d3c76643399fc4edd8eca14944a" > DefaultExecutionSpace< / a > , Kokkos::Schedule< Kokkos::Static > , Kokkos::IndexType< < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > > > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memdesc:ace46ff4fbe3c001c816dbc4f9f67606f" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > < a class = "el" href = "structpFlow_1_1Range.html" title = "Range for elements in an vector [start,end)" > Range< / a > policy for integration kernel. < a href = "classpFlow_1_1AdamsMoulton5.html#ace46ff4fbe3c001c816dbc4f9f67606f" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:ace46ff4fbe3c001c816dbc4f9f67606f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pro-attribs" > < / a >
Protected Attributes< / h2 > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a6c02e0d25a1b849255e67e72d1a9d026" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a6c02e0d25a1b849255e67e72d1a9d026" > y0_< / a > < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a6c02e0d25a1b849255e67e72d1a9d026" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > y at time t < a href = "classpFlow_1_1AdamsMoulton5.html#a6c02e0d25a1b849255e67e72d1a9d026" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a6c02e0d25a1b849255e67e72d1a9d026" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a698a75833834ae70210d306e047cb196" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a698a75833834ae70210d306e047cb196" > dy0_< / a > < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a698a75833834ae70210d306e047cb196" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > dy at time t < a href = "classpFlow_1_1AdamsMoulton5.html#a698a75833834ae70210d306e047cb196" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a698a75833834ae70210d306e047cb196" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a46c37b69200a2f4faef9c149a25bab60" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a46c37b69200a2f4faef9c149a25bab60" > dy1_< / a > < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a46c37b69200a2f4faef9c149a25bab60" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > dy at time t-dt < a href = "classpFlow_1_1AdamsMoulton5.html#a46c37b69200a2f4faef9c149a25bab60" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a46c37b69200a2f4faef9c149a25bab60" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a09e936a903a062f6d1d045eb4fdbd8a5" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a09e936a903a062f6d1d045eb4fdbd8a5" > dy2_< / a > < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a09e936a903a062f6d1d045eb4fdbd8a5" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > dy at time t-2*dt < a href = "classpFlow_1_1AdamsMoulton5.html#a09e936a903a062f6d1d045eb4fdbd8a5" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a09e936a903a062f6d1d045eb4fdbd8a5" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a79d535ef8716acc040282ffd37196ac6" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "namespacepFlow.html#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > &   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#a79d535ef8716acc040282ffd37196ac6" > dy3_< / a > < / td > < / tr >
2023-04-23 12:52:57 -07:00
< tr class = "memdesc:a79d535ef8716acc040282ffd37196ac6" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > dy at time t-3*dt < a href = "classpFlow_1_1AdamsMoulton5.html#a79d535ef8716acc040282ffd37196ac6" > More...< / a > < br / > < / td > < / tr >
2023-03-27 10:16:23 -07:00
< tr class = "separator:a79d535ef8716acc040282ffd37196ac6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
< tr class = "inherit_header pub_static_methods_classpFlow_1_1integration" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_static_methods_classpFlow_1_1integration')" > < img src = "closed.png" alt = "-" / >   Static Public Member Functions inherited from < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > < / td > < / tr >
2025-01-10 13:02:07 +03:30
< tr class = "memitem:a293e861f8b422eca2e189e4e28d73fc9 inherit pub_static_methods_classpFlow_1_1integration" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classpFlow_1_1integration.html#a293e861f8b422eca2e189e4e28d73fc9" > create< / a > (const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a4e30df3927ef1cdd2490cd85018518f5" > baseName< / a > , < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a5a622149e803f0fa292a95784c12a7b8" > pStruct< / a > , const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > & < a class = "el" href = "classpFlow_1_1integration.html#a05cf94b87db6b7d4b9c2d2eb81592cf3" > method< / a > , const < a class = "el" href = "namespacepFlow.html#a7c910c47fac98a967d343e8994298262" > realx3Field_D< / a > & initialValField)< / td > < / tr >
< tr class = "memdesc:a293e861f8b422eca2e189e4e28d73fc9 inherit pub_static_methods_classpFlow_1_1integration" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Create the polymorphic object based on inputs. < a href = "classpFlow_1_1integration.html#a293e861f8b422eca2e189e4e28d73fc9" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:a293e861f8b422eca2e189e4e28d73fc9 inherit pub_static_methods_classpFlow_1_1integration" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2023-03-27 10:16:23 -07:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2023-04-23 12:52:57 -07:00
< div class = "textblock" > < p > Fifth order Adams-Moulton integration method for solving ODE. < / p >
< p > This is a predictor-corrector integration method. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00036" > 36< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div > < h2 class = "groupheader" > Member Typedef Documentation< / h2 >
< a id = "ace46ff4fbe3c001c816dbc4f9f67606f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ace46ff4fbe3c001c816dbc4f9f67606f" > ◆ < / a > < / span > rpIntegration< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > using < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html#ace46ff4fbe3c001c816dbc4f9f67606f" > rpIntegration< / a > = Kokkos::RangePolicy< < a class = "el" href = "namespacepFlow.html#aa3a14d3c76643399fc4edd8eca14944a" > DefaultExecutionSpace< / a > , Kokkos::Schedule< Kokkos::Static> , Kokkos::IndexType< < a class = "el" href = "namespacepFlow.html#aae6ad039f09c0676db11bd114136a3fa" > int32< / a > > > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2025-01-10 13:02:07 +03:30
< p > < a class = "el" href = "structpFlow_1_1Range.html" title = "Range for elements in an vector [start,end)" > Range< / a > policy for integration kernel. < / p >
2023-04-23 12:52:57 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00062" > 62< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
< a id = "a84c490b65587b21f5666766e94a945bc" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a84c490b65587b21f5666766e94a945bc" > ◆ < / a > < / span > AdamsMoulton5()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html" > AdamsMoulton5< / a > < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > baseName< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1repository.html" > repository< / a > &   < / td >
< td class = "paramname" > < em > owner< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "classpFlow_1_1pointStructure.html" > pointStructure< / a > &   < / td >
< td class = "paramname" > < em > pStruct< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / a > &   < / td >
< td class = "paramname" > < em > method< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Construct from components. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8cpp_source.html#l00025" > 25< / a > of file < a class = "el" href = "AdamsMoulton5_8cpp_source.html" > AdamsMoulton5.cpp< / a > .< / p >
< / div >
< / div >
< a id = "a205b69055b5aebe5b9c924e435365169" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a205b69055b5aebe5b9c924e435365169" > ◆ < / a > < / span > ~AdamsMoulton5()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > virtual ~< a class = "el" href = "classpFlow_1_1AdamsMoulton5.html" > AdamsMoulton5< / 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" > virtual< / span > < span class = "mlabel" > default< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Destructor. < / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a93700041b6e609e429801e569f554e4c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a93700041b6e609e429801e569f554e4c" > ◆ < / a > < / span > TypeInfo()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > TypeInfo < / td >
< td > (< / td >
< td class = "paramtype" > " AdamsMoulton5"   < / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Type info. < / p >
< / div >
< / div >
< a id = "a29f8a3197295f0ffa73d24bbacc6228c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a29f8a3197295f0ffa73d24bbacc6228c" > ◆ < / a > < / span > clone()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > < a class = "el" href = "classpFlow_1_1uniquePtr.html" > uniquePtr< / a > < < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a > > clone < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / 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" > override< / span > < / span > < / td >
2023-04-23 12:52:57 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00077" > 77< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aa18e539a33004e6d10e69a19ef0c5ddb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa18e539a33004e6d10e69a19ef0c5ddb" > ◆ < / a > < / span > add_vCtor()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > add_vCtor < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1integration.html" > integration< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html" > AdamsMoulton5< / a >   < / td >
< td class = "paramname" > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a0ebe792a293e8c717bddf60070c0fe99" > word< / 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 = "a565b658e8641f9fd9a6a5c8e93089d5d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a565b658e8641f9fd9a6a5c8e93089d5d" > ◆ < / a > < / span > predict()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool predict < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > dy< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / 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" > override< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8cpp_source.html#l00094" > 94< / a > of file < a class = "el" href = "AdamsMoulton5_8cpp_source.html" > AdamsMoulton5.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > .< / p >
< / div >
< / div >
< a id = "ac755e4bf02c3732d1eb89de9e903ebdb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ac755e4bf02c3732d1eb89de9e903ebdb" > ◆ < / a > < / span > correct()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool correct < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > dy< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / 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" > override< / span > < / span > < / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8cpp_source.html#l00114" > 114< / a > of file < a class = "el" href = "AdamsMoulton5_8cpp_source.html" > AdamsMoulton5.cpp< / a > .< / p >
< p class = "reference" > References < a class = "el" href = "setPointStructure_8hpp_source.html#l00024" > pStruct< / a > .< / p >
< / div >
< / div >
< a id = "a8da2088458d635dfa1fbe1823a3bfd6d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8da2088458d635dfa1fbe1823a3bfd6d" > ◆ < / a > < / span > setInitialVals()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool setInitialVals < / td >
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#a27c4d9af27a6e7595097b77d05874147" > int32IndexContainer< / a > &   < / td >
< td class = "paramname" > < em > newIndices< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const < a class = "el" href = "namespacepFlow.html#aede0f5a4a44d271e4e260cdb01032a61" > realx3Vector< / a > &   < / td >
< td class = "paramname" > < em > y< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Set the initial values for new indices. < / p >
2023-03-27 10:16:23 -07:00
< p > Implements < a class = "el" href = "classpFlow_1_1integration.html#a6818fcc44008244dcd95c07d9df760fc" > integration< / a > .< / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8cpp_source.html#l00132" > 132< / a > of file < a class = "el" href = "AdamsMoulton5_8cpp_source.html" > AdamsMoulton5.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "internalField_8hpp_source.html#l00181" > internalField< T, MemorySpace > ::insertSetElement()< / a > , and < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00043" > AdamsMoulton5::y0_< / 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 call graph for this function:< / div >
< div id = "dynsection-2-summary" class = "dynsummary" style = "display:block;" >
< / div >
< div id = "dynsection-2-content" class = "dyncontent" style = "display:none;" >
< div class = "center" > < img src = "classpFlow_1_1AdamsMoulton5_a8da2088458d635dfa1fbe1823a3bfd6d_cgraph.png" border = "0" usemap = "#classpFlow_1_1AdamsMoulton5_a8da2088458d635dfa1fbe1823a3bfd6d_cgraph" alt = "" / > < / div >
< / div >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aceb0c803bb6e5c46a1695c4e5b6e641f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aceb0c803bb6e5c46a1695c4e5b6e641f" > ◆ < / a > < / span > needSetInitialVals()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool needSetInitialVals < / td >
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > override< / span > < span class = "mlabel" > virtual< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Check if the method requires any set initial vals. < / p >
2023-03-27 10:16:23 -07:00
2023-04-23 12:52:57 -07:00
< p > Implements < a class = "el" href = "classpFlow_1_1integration.html#aeec9758e3ff149eb4837c2be8d4e6214" > integration< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-23 12:52:57 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00108" > 108< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "aa601d0785e68d2298567b2861996f956" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa601d0785e68d2298567b2861996f956" > ◆ < / a > < / span > predictAll()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool predictAll < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > dy< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > range  < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > activeRng< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Prediction step on all points in the active range. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8cpp_source.html#l00141" > 141< / a > of file < a class = "el" href = "AdamsMoulton5_8cpp_source.html" > AdamsMoulton5.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "VectorSingle_8cpp_source.html#l00249" > VectorSingle< T, MemorySpace > ::deviceViewAll()< / a > , and < a class = "el" href = "pFlowMacros_8hpp_source.html#l00058" > LAMBDA_HD< / 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1AdamsMoulton5_aa601d0785e68d2298567b2861996f956_cgraph.png" border = "0" usemap = "#classpFlow_1_1AdamsMoulton5_aa601d0785e68d2298567b2861996f956_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "aaa8ac3ebc39d8702e08e1f71c5843974" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aaa8ac3ebc39d8702e08e1f71c5843974" > ◆ < / a > < / span > predictRange()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool predictRange < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > dy< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > activeFunctor  < / td >
< td class = "paramname" > < em > activeP< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Prediction step on active points in the active range. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00147" > 147< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.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 = "internalField_8hpp_source.html#l00092" > internalField< T, MemorySpace > ::deviceViewAll()< / a > , < a class = "el" href = "VectorSingle_8cpp_source.html#l00249" > VectorSingle< T, MemorySpace > ::deviceViewAll()< / a > , < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00046" > AdamsMoulton5::dy0_< / a > , < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00049" > AdamsMoulton5::dy1_< / a > , < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00052" > AdamsMoulton5::dy2_< / a > , < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00055" > AdamsMoulton5::dy3_< / a > , < a class = "el" href = "pFlowMacros_8hpp_source.html#l00058" > LAMBDA_HD< / a > , and < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00043" > AdamsMoulton5::y0_< / 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1AdamsMoulton5_aaa8ac3ebc39d8702e08e1f71c5843974_cgraph.png" border = "0" usemap = "#classpFlow_1_1AdamsMoulton5_aaa8ac3ebc39d8702e08e1f71c5843974_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a152b752a6b7b37e70fa5e7c99a484783" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a152b752a6b7b37e70fa5e7c99a484783" > ◆ < / a > < / span > intAll()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool intAll < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > dy< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2025-01-10 13:02:07 +03:30
< td class = "paramtype" > range  < / td >
2023-03-27 10:16:23 -07:00
< td class = "paramname" > < em > activeRng< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Integrate on all points in the active range. < / p >
2023-03-27 10:16:23 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8cpp_source.html#l00174" > 174< / a > of file < a class = "el" href = "AdamsMoulton5_8cpp_source.html" > AdamsMoulton5.cpp< / a > .< / p >
2025-01-10 13:02:07 +03:30
< p class = "reference" > References < a class = "el" href = "VectorSingle_8cpp_source.html#l00249" > VectorSingle< T, MemorySpace > ::deviceViewAll()< / a > , and < a class = "el" href = "pFlowMacros_8hpp_source.html#l00058" > LAMBDA_HD< / 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;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1AdamsMoulton5_a152b752a6b7b37e70fa5e7c99a484783_cgraph.png" border = "0" usemap = "#classpFlow_1_1AdamsMoulton5_a152b752a6b7b37e70fa5e7c99a484783_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< a id = "a191dc9197b587f09bb5ee7989b0ba43e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a191dc9197b587f09bb5ee7989b0ba43e" > ◆ < / a > < / span > intRange()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > bool intRange < / td >
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a6192191c0e9c178a44ee1ac350fde476" > real< / a >   < / td >
< td class = "paramname" > < em > dt< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > y< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > < a class = "el" href = "namespacepFlow.html#a648e9586ec15d127938511ea0e11b215" > realx3Vector_D< / a > &   < / td >
< td class = "paramname" > < em > dy< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > activeFunctor  < / td >
< td class = "paramname" > < em > activeP< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > Integrate on active points in the active range. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00185" > 185< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.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 = "VectorSingle_8cpp_source.html#l00249" > VectorSingle< T, MemorySpace > ::deviceViewAll()< / a > , and < a class = "el" href = "pFlowMacros_8hpp_source.html#l00058" > LAMBDA_HD< / a > .< / p >
< div id = "dynsection-6" onclick = "return toggleVisibility(this)" class = "dynheader closed" style = "cursor:pointer;" >
< img id = "dynsection-6-trigger" src = "closed.png" alt = "+" / > Here is the call graph for this function:< / div >
< div id = "dynsection-6-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-6-content" class = "dyncontent" style = "display:none;" >
2023-03-27 10:16:23 -07:00
< div class = "center" > < img src = "classpFlow_1_1AdamsMoulton5_a191dc9197b587f09bb5ee7989b0ba43e_cgraph.png" border = "0" usemap = "#classpFlow_1_1AdamsMoulton5_a191dc9197b587f09bb5ee7989b0ba43e_cgraph" alt = "" / > < / div >
< / div >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
< a id = "a6c02e0d25a1b849255e67e72d1a9d026" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6c02e0d25a1b849255e67e72d1a9d026" > ◆ < / a > < / span > y0_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & y0_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > y at time t < / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00043" > 43< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-23 12:52:57 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00147" > AdamsMoulton5::predictRange()< / a > , and < a class = "el" href = "AdamsMoulton5_8cpp_source.html#l00132" > AdamsMoulton5::setInitialVals()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a698a75833834ae70210d306e047cb196" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a698a75833834ae70210d306e047cb196" > ◆ < / a > < / span > dy0_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy0_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > dy at time t < / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00046" > 46< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-23 12:52:57 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00147" > AdamsMoulton5::predictRange()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a46c37b69200a2f4faef9c149a25bab60" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a46c37b69200a2f4faef9c149a25bab60" > ◆ < / a > < / span > dy1_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy1_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > dy at time t-dt < / p >
2023-03-27 10:16:23 -07:00
2023-04-23 12:52:57 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00049" > 49< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
< p class = "reference" > Referenced by < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00147" > AdamsMoulton5::predictRange()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a09e936a903a062f6d1d045eb4fdbd8a5" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a09e936a903a062f6d1d045eb4fdbd8a5" > ◆ < / a > < / span > dy2_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy2_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > dy at time t-2*dt < / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00052" > 52< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-23 12:52:57 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00147" > AdamsMoulton5::predictRange()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< a id = "a79d535ef8716acc040282ffd37196ac6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a79d535ef8716acc040282ffd37196ac6" > ◆ < / a > < / span > dy3_< / 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#af547b8e736ebac3297672aff612d426a" > realx3PointField_D< / a > & dy3_< / td >
2023-03-27 10:16:23 -07:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > protected< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2023-04-23 12:52:57 -07:00
< p > dy at time t-3*dt < / p >
< p class = "definition" > Definition at line < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00055" > 55< / a > of file < a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > .< / p >
2023-03-27 10:16:23 -07:00
2023-04-23 12:52:57 -07:00
< p class = "reference" > Referenced by < a class = "el" href = "AdamsMoulton5_8hpp_source.html#l00147" > AdamsMoulton5::predictRange()< / a > .< / p >
2023-03-27 10:16:23 -07:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
< li > src/Integration/AdamsMoulton5/< a class = "el" href = "AdamsMoulton5_8hpp_source.html" > AdamsMoulton5.hpp< / a > < / li >
< li > src/Integration/AdamsMoulton5/< a class = "el" href = "AdamsMoulton5_8cpp_source.html" > AdamsMoulton5.cpp< / a > < / li >
< / ul >
< / div > <!-- contents -->
< / div > <!-- doc - content -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "namespacepFlow.html" > pFlow< / a > < / li > < li class = "navelem" > < a class = "el" href = "classpFlow_1_1AdamsMoulton5.html" > AdamsMoulton5< / 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 >