Documentation for 0953376d31
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
|
||||
<meta name="generator" content="Doxygen 1.9.6"/>
|
||||
<meta name="generator" content="Doxygen 1.9.7"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>Algorithms_in_C++: Ordinary Differential Equations</title>
|
||||
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
|
||||
@@ -41,7 +41,7 @@ MathJax.Hub.Config({
|
||||
</table>
|
||||
</div>
|
||||
<!-- end header part -->
|
||||
<!-- Generated by Doxygen 1.9.6 -->
|
||||
<!-- Generated by Doxygen 1.9.7 -->
|
||||
<script type="text/javascript">
|
||||
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
|
||||
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
|
||||
@@ -226,7 +226,7 @@ Functions</h2></td></tr>
|
||||
<div class="ttc" id="aclock_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/c/clock.html">std::clock</a></div><div class="ttdeci">T clock(T... args)</div></div>
|
||||
<div class="ttc" id="aclock_t_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/chrono/c/clock_t.html">std::clock_t</a></div></div>
|
||||
<div class="ttc" id="aclose_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html">std::ofstream::close</a></div><div class="ttdeci">T close(T... args)</div></div>
|
||||
<div class="ttc" id="agroup__ode_html_ga195d23bbdfcb80e83c9cda45c9ad5723"><div class="ttname"><a href="../../d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723">forward_euler_step</a></div><div class="ttdeci">void forward_euler_step(const double dx, const double x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Compute next step approximation using the forward-Euler method.</div><div class="ttdef"><b>Definition:</b> ode_forward_euler.cpp:86</div></div>
|
||||
<div class="ttc" id="agroup__ode_html_ga195d23bbdfcb80e83c9cda45c9ad5723"><div class="ttname"><a href="../../d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723">forward_euler_step</a></div><div class="ttdeci">void forward_euler_step(const double dx, const double x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Compute next step approximation using the forward-Euler method.</div><div class="ttdef"><b>Definition</b> ode_forward_euler.cpp:86</div></div>
|
||||
<div class="ttc" id="ais_open_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html">std::ofstream::is_open</a></div><div class="ttdeci">T is_open(T... args)</div></div>
|
||||
<div class="ttc" id="aopen_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html">std::ofstream::open</a></div><div class="ttdeci">T open(T... args)</div></div>
|
||||
<div class="ttc" id="aperror_html"><div class="ttname"><a href="http://en.cppreference.com/w/cpp/io/c/perror.html">std::perror</a></div><div class="ttdeci">T perror(T... args)</div></div>
|
||||
@@ -235,8 +235,7 @@ Functions</h2></td></tr>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_gae0509f8843e2bc42de2abbd00a14b7b9_cgraph.svg" width="426" height="283"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_gae0509f8843e2bc42de2abbd00a14b7b9_cgraph.svg" width="426" height="283"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -296,12 +295,11 @@ Here is the call graph for this function:</div>
|
||||
<div class="line"><span class="lineno"> 88</span> <a class="code hl_function" href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a>(x, y, dy);</div>
|
||||
<div class="line"><span class="lineno"> 89</span> *y += *dy * dx;</div>
|
||||
<div class="line"><span class="lineno"> 90</span>}</div>
|
||||
<div class="ttc" id="aode__forward__euler_8cpp_html_abaeae8f62a018d197f0187a1c80a90fe"><div class="ttname"><a href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a></div><div class="ttdeci">void problem(const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Problem statement for a system with first-order differential equations. Updates the system differenti...</div><div class="ttdef"><b>Definition:</b> ode_forward_euler.cpp:54</div></div>
|
||||
<div class="ttc" id="aode__forward__euler_8cpp_html_abaeae8f62a018d197f0187a1c80a90fe"><div class="ttname"><a href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a></div><div class="ttdeci">void problem(const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Problem statement for a system with first-order differential equations. Updates the system differenti...</div><div class="ttdef"><b>Definition</b> ode_forward_euler.cpp:54</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga195d23bbdfcb80e83c9cda45c9ad5723_cgraph.svg" width="258" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga195d23bbdfcb80e83c9cda45c9ad5723_cgraph.svg" width="258" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -399,12 +397,11 @@ Here is the call graph for this function:</div>
|
||||
<div class="line"><span class="lineno"> 142</span> </div>
|
||||
<div class="line"><span class="lineno"> 143</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><span class="keywordtype">double</span><span class="keyword">></span>(t2 - t1) / CLOCKS_PER_SEC;</div>
|
||||
<div class="line"><span class="lineno"> 144</span>}</div>
|
||||
<div class="ttc" id="agroup__ode_html_ga8c319db420c3d97a83e9dcca803b6812"><div class="ttname"><a href="../../d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812">midpoint_euler_step</a></div><div class="ttdeci">void midpoint_euler_step(const double dx, const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Compute next step approximation using the midpoint-Euler method.</div><div class="ttdef"><b>Definition:</b> ode_midpoint_euler.cpp:85</div></div>
|
||||
<div class="ttc" id="agroup__ode_html_ga8c319db420c3d97a83e9dcca803b6812"><div class="ttname"><a href="../../d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812">midpoint_euler_step</a></div><div class="ttdeci">void midpoint_euler_step(const double dx, const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Compute next step approximation using the midpoint-Euler method.</div><div class="ttdef"><b>Definition</b> ode_midpoint_euler.cpp:85</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga36ff0710861ca39d957046c0b09b2985_cgraph.svg" width="431" height="283"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga36ff0710861ca39d957046c0b09b2985_cgraph.svg" width="431" height="283"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -471,12 +468,11 @@ y_n + \frac{1}{2}dx\,f\left(x_n,y_n\right)\right)\]
|
||||
<div class="line"><span class="lineno"> 93</span> </div>
|
||||
<div class="line"><span class="lineno"> 94</span> y[0] += dy[0] * dx;</div>
|
||||
<div class="line"><span class="lineno"> 95</span>}</div>
|
||||
<div class="ttc" id="aode__midpoint__euler_8cpp_html_abaeae8f62a018d197f0187a1c80a90fe"><div class="ttname"><a href="../../d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a></div><div class="ttdeci">void problem(const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Problem statement for a system with first-order differential equations. Updates the system differenti...</div><div class="ttdef"><b>Definition:</b> ode_midpoint_euler.cpp:53</div></div>
|
||||
<div class="ttc" id="aode__midpoint__euler_8cpp_html_abaeae8f62a018d197f0187a1c80a90fe"><div class="ttname"><a href="../../d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a></div><div class="ttdeci">void problem(const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Problem statement for a system with first-order differential equations. Updates the system differenti...</div><div class="ttdef"><b>Definition</b> ode_midpoint_euler.cpp:53</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga8c319db420c3d97a83e9dcca803b6812_cgraph.svg" width="264" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga8c319db420c3d97a83e9dcca803b6812_cgraph.svg" width="264" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -574,12 +570,11 @@ Here is the call graph for this function:</div>
|
||||
<div class="line"><span class="lineno"> 139</span> </div>
|
||||
<div class="line"><span class="lineno"> 140</span> <span class="keywordflow">return</span> <span class="keyword">static_cast<</span><span class="keywordtype">double</span><span class="keyword">></span>(t2 - t1) / CLOCKS_PER_SEC;</div>
|
||||
<div class="line"><span class="lineno"> 141</span>}</div>
|
||||
<div class="ttc" id="agroup__ode_html_ga827bf009831ddc477c5fa8891d5cb35f"><div class="ttname"><a href="../../d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f">semi_implicit_euler_step</a></div><div class="ttdeci">void semi_implicit_euler_step(const double dx, const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Compute next step approximation using the semi-implicit-Euler method.</div><div class="ttdef"><b>Definition:</b> ode_semi_implicit_euler.cpp:82</div></div>
|
||||
<div class="ttc" id="agroup__ode_html_ga827bf009831ddc477c5fa8891d5cb35f"><div class="ttname"><a href="../../d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f">semi_implicit_euler_step</a></div><div class="ttdeci">void semi_implicit_euler_step(const double dx, const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Compute next step approximation using the semi-implicit-Euler method.</div><div class="ttdef"><b>Definition</b> ode_semi_implicit_euler.cpp:82</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga3874d294ab00fe9ce8731c5b7991a089_cgraph.svg" width="471" height="283"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga3874d294ab00fe9ce8731c5b7991a089_cgraph.svg" width="471" height="283"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -643,12 +638,11 @@ Here is the call graph for this function:</div>
|
||||
<div class="line"><span class="lineno"> 89</span> dy[0][0] = 0.f; <span class="comment">// ignore y0</span></div>
|
||||
<div class="line"><span class="lineno"> 90</span> y[0] += dy[0] * dx; <span class="comment">// update remaining using new dy</span></div>
|
||||
<div class="line"><span class="lineno"> 91</span>}</div>
|
||||
<div class="ttc" id="aode__semi__implicit__euler_8cpp_html_abaeae8f62a018d197f0187a1c80a90fe"><div class="ttname"><a href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a></div><div class="ttdeci">void problem(const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Problem statement for a system with first-order differential equations. Updates the system differenti...</div><div class="ttdef"><b>Definition:</b> ode_semi_implicit_euler.cpp:53</div></div>
|
||||
<div class="ttc" id="aode__semi__implicit__euler_8cpp_html_abaeae8f62a018d197f0187a1c80a90fe"><div class="ttname"><a href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a></div><div class="ttdeci">void problem(const double &x, std::valarray< double > *y, std::valarray< double > *dy)</div><div class="ttdoc">Problem statement for a system with first-order differential equations. Updates the system differenti...</div><div class="ttdef"><b>Definition</b> ode_semi_implicit_euler.cpp:53</div></div>
|
||||
</div><!-- fragment --><div class="dynheader">
|
||||
Here is the call graph for this function:</div>
|
||||
<div class="dyncontent">
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga827bf009831ddc477c5fa8891d5cb35f_cgraph.svg" width="291" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe>
|
||||
</div>
|
||||
<div class="center"><iframe scrolling="no" frameborder="0" src="../../d6/d60/group__ode_ga827bf009831ddc477c5fa8891d5cb35f_cgraph.svg" width="291" height="36"><p><b>This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.</b></p></iframe></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -658,7 +652,7 @@ Here is the call graph for this function:</div>
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.6 </li>
|
||||
<li class="footer">Generated by <a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
<map id="forward_euler_step" name="forward_euler_step">
|
||||
<area shape="rect" id="node1" title="Compute next step approximation using the forward-Euler method." alt="" coords="5,5,137,31"/>
|
||||
<area shape="rect" id="node2" href="$db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="185,5,252,31"/>
|
||||
<area shape="rect" id="Node000001" title="Compute next step approximation using the forward-Euler method." alt="" coords="5,5,137,31"/>
|
||||
<area shape="rect" id="Node000002" href="$db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="185,5,252,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="137,16,169,16,169,21,137,21"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
82bdb181ba873a5f1cd1f7c0d1d3e1f9
|
||||
cb3185196d1be42071ff897ec2de5e12
|
||||
@@ -6,31 +6,59 @@
|
||||
<!-- Title: forward_euler_step Pages: 1 -->
|
||||
<svg width="193pt" height="27pt"
|
||||
viewBox="0.00 0.00 193.00 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>forward_euler_step</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Compute next step approximation using the forward-Euler method.">
|
||||
<g id="a_Node000001"><a xlink:title="Compute next step approximation using the forward-Euler method.">
|
||||
<polygon fill="#999999" stroke="#666666" points="98.5,-19.25 0,-19.25 0,0 98.5,0 98.5,-19.25"/>
|
||||
<text text-anchor="middle" x="49.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">forward_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<g id="a_Node000002"><a xlink:href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="185,-19.25 134.5,-19.25 134.5,0 185,0 185,-19.25"/>
|
||||
<text text-anchor="middle" x="159.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M98.79,-9.62C106.98,-9.62 115.34,-9.62 123.12,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="123.02,-13.13 133.02,-9.62 123.02,-6.13 123.02,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: forward_euler_step Pages: 1 -->
|
||||
<svg width="193pt" height="27pt"
|
||||
viewBox="0.00 0.00 193.00 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>forward_euler_step</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Compute next step approximation using the forward-Euler method.">
|
||||
<polygon fill="#999999" stroke="#666666" points="98.5,-19.25 0,-19.25 0,0 98.5,0 98.5,-19.25"/>
|
||||
<text text-anchor="middle" x="49.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">forward_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="185,-19.25 134.5,-19.25 134.5,0 185,0 185,-19.25"/>
|
||||
<text text-anchor="middle" x="159.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M98.79,-9.62C106.98,-9.62 115.34,-9.62 123.12,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="123.02,-13.13 133.02,-9.62 123.02,-6.13 123.02,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -1,10 +1,17 @@
|
||||
<map id="midpoint_euler" name="midpoint_euler">
|
||||
<area shape="rect" id="node1" title="Compute approximation using the midpoint-Euler method in the given limits." alt="" coords="5,129,111,155"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/clock.html#" title=" " alt="" coords="195,5,274,31"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/close.html#" title=" " alt="" coords="166,55,303,80"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/is_open.html#" title=" " alt="" coords="159,104,310,130"/>
|
||||
<area shape="rect" id="node5" href="$d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812" title="Compute next step approximation using the midpoint-Euler method." alt="" coords="166,153,303,179"/>
|
||||
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/open.html#" title=" " alt="" coords="167,203,302,228"/>
|
||||
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/c/perror.html#" title=" " alt="" coords="194,252,275,278"/>
|
||||
<area shape="rect" id="node6" href="$d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="358,153,425,179"/>
|
||||
<area shape="rect" id="Node000001" title="Compute approximation using the midpoint-Euler method in the given limits." alt="" coords="5,129,111,155"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/clock.html#" title=" " alt="" coords="195,5,274,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="67,127,104,85,129,61,157,40,180,29,182,34,160,44,132,65,107,88,71,131"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/close.html#" title=" " alt="" coords="166,55,303,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="82,126,158,89,173,83,175,88,160,94,84,131"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/is_open.html#" title=" " alt="" coords="159,104,310,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="111,132,143,127,144,132,111,137"/>
|
||||
<area shape="rect" id="Node000005" href="$d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812" title="Compute next step approximation using the midpoint-Euler method." alt="" coords="166,153,303,179"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="111,147,151,152,151,157,111,152"/>
|
||||
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/open.html#" title=" " alt="" coords="167,203,302,228"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="85,153,160,189,175,195,173,200,158,194,83,158"/>
|
||||
<area shape="rect" id="Node000008" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/c/perror.html#" title=" " alt="" coords="194,252,275,278"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="71,154,108,195,132,218,160,239,181,249,179,254,157,243,129,223,104,199,67,157"/>
|
||||
<area shape="rect" id="Node000006" href="$d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="358,153,425,179"/>
|
||||
<area shape="poly" id="edge5_Node000005_Node000006" title=" " alt="" coords="304,164,343,164,343,169,304,169"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
72782da0db5142f05283a9868b1f310f
|
||||
e5a47d978f06f541dc209a8a2d08e40c
|
||||
@@ -6,121 +6,167 @@
|
||||
<!-- Title: midpoint_euler Pages: 1 -->
|
||||
<svg width="323pt" height="212pt"
|
||||
viewBox="0.00 0.00 323.00 212.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 208.25)">
|
||||
<title>midpoint_euler</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Compute approximation using the midpoint-Euler method in the given limits.">
|
||||
<g id="a_Node000001"><a xlink:title="Compute approximation using the midpoint-Euler method in the given limits.">
|
||||
<polygon fill="#999999" stroke="#666666" points="79,-111.25 0,-111.25 0,-92 79,-92 79,-111.25"/>
|
||||
<text text-anchor="middle" x="39.5" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">midpoint_euler</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="201.12,-204.25 142.38,-204.25 142.38,-185 201.12,-185 201.12,-204.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::clock</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M47.84,-111.63C60.04,-127.61 86.06,-158.86 115,-176.62 120.15,-179.78 125.9,-182.45 131.71,-184.67"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.51,-188.3 141.11,-188.22 132.77,-181.68 130.51,-188.3"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="223.25,-167.25 120.25,-167.25 120.25,-148 223.25,-148 223.25,-167.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::close</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M58.19,-111.66C73.05,-119.84 95.01,-131.36 115,-139.62 118.65,-141.13 122.47,-142.6 126.32,-143.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="124.94,-147.56 135.53,-147.53 127.23,-140.95 124.94,-147.56"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="228.5,-130.25 115,-130.25 115,-111 228.5,-111 228.5,-130.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::is_open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M79.23,-107.27C87.03,-108.41 95.44,-109.64 103.89,-110.87"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.18,-114.45 113.58,-112.43 104.19,-107.52 103.18,-114.45"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:href="../../d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812" target="_top" xlink:title="Compute next step approximation using the midpoint-Euler method.">
|
||||
<g id="a_Node000005"><a xlink:href="../../d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812" target="_top" xlink:title="Compute next step approximation using the midpoint-Euler method.">
|
||||
<polygon fill="white" stroke="#666666" points="223.25,-93.25 120.25,-93.25 120.25,-74 223.25,-74 223.25,-93.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">midpoint_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M79.23,-96.27C88.69,-94.97 99.04,-93.53 109.28,-92.12"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.43,-95.49 118.86,-90.66 108.48,-88.56 109.43,-95.49"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="222.12,-56.25 121.38,-56.25 121.38,-37 222.12,-37 222.12,-56.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M58.82,-91.57C73.69,-83.64 95.34,-72.63 115,-64.62 118.7,-63.12 122.58,-61.65 126.5,-60.24"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.53,-63.24 135.85,-56.68 125.26,-56.62 127.53,-63.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="node8" class="node">
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="201.88,-19.25 141.62,-19.25 141.62,0 201.88,0 201.88,-19.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::perror</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node8 -->
|
||||
<g id="edge7" class="edge">
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M47.87,-91.76C60.12,-76 86.2,-45.17 115,-27.62 119.99,-24.58 125.56,-22 131.18,-19.82"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.96,-22.91 140.26,-16.33 129.67,-16.29 131.96,-22.91"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a xlink:href="../../d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<g id="a_Node000006"><a xlink:href="../../d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="315,-93.25 264.5,-93.25 264.5,-74 315,-74 315,-93.25"/>
|
||||
<text text-anchor="middle" x="289.75" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge5_Node000005_Node000006" class="edge">
|
||||
<title>Node5->Node6</title>
|
||||
<g id="a_edge5_Node000005_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M223.63,-83.62C233.67,-83.62 244,-83.62 253.39,-83.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="253.3,-87.13 263.3,-83.62 253.3,-80.13 253.3,-87.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -0,0 +1,147 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: midpoint_euler Pages: 1 -->
|
||||
<svg width="323pt" height="212pt"
|
||||
viewBox="0.00 0.00 323.00 212.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 208.25)">
|
||||
<title>midpoint_euler</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Compute approximation using the midpoint-Euler method in the given limits.">
|
||||
<polygon fill="#999999" stroke="#666666" points="79,-111.25 0,-111.25 0,-92 79,-92 79,-111.25"/>
|
||||
<text text-anchor="middle" x="39.5" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">midpoint_euler</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="201.12,-204.25 142.38,-204.25 142.38,-185 201.12,-185 201.12,-204.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::clock</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M47.84,-111.63C60.04,-127.61 86.06,-158.86 115,-176.62 120.15,-179.78 125.9,-182.45 131.71,-184.67"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.51,-188.3 141.11,-188.22 132.77,-181.68 130.51,-188.3"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="223.25,-167.25 120.25,-167.25 120.25,-148 223.25,-148 223.25,-167.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::close</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M58.19,-111.66C73.05,-119.84 95.01,-131.36 115,-139.62 118.65,-141.13 122.47,-142.6 126.32,-143.99"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="124.94,-147.56 135.53,-147.53 127.23,-140.95 124.94,-147.56"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="228.5,-130.25 115,-130.25 115,-111 228.5,-111 228.5,-130.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::is_open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M79.23,-107.27C87.03,-108.41 95.44,-109.64 103.89,-110.87"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.18,-114.45 113.58,-112.43 104.19,-107.52 103.18,-114.45"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a xlink:href="../../d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812" target="_top" xlink:title="Compute next step approximation using the midpoint-Euler method.">
|
||||
<polygon fill="white" stroke="#666666" points="223.25,-93.25 120.25,-93.25 120.25,-74 223.25,-74 223.25,-93.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">midpoint_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M79.23,-96.27C88.69,-94.97 99.04,-93.53 109.28,-92.12"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="109.43,-95.49 118.86,-90.66 108.48,-88.56 109.43,-95.49"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="222.12,-56.25 121.38,-56.25 121.38,-37 222.12,-37 222.12,-56.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M58.82,-91.57C73.69,-83.64 95.34,-72.63 115,-64.62 118.7,-63.12 122.58,-61.65 126.5,-60.24"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.53,-63.24 135.85,-56.68 125.26,-56.62 127.53,-63.24"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="201.88,-19.25 141.62,-19.25 141.62,0 201.88,0 201.88,-19.25"/>
|
||||
<text text-anchor="middle" x="171.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::perror</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node8 -->
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M47.87,-91.76C60.12,-76 86.2,-45.17 115,-27.62 119.99,-24.58 125.56,-22 131.18,-19.82"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.96,-22.91 140.26,-16.33 129.67,-16.29 131.96,-22.91"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_Node000006"><a xlink:href="../../d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="315,-93.25 264.5,-93.25 264.5,-74 315,-74 315,-93.25"/>
|
||||
<text text-anchor="middle" x="289.75" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5->Node6 -->
|
||||
<g id="edge5_Node000005_Node000006" class="edge">
|
||||
<title>Node5->Node6</title>
|
||||
<g id="a_edge5_Node000005_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M223.63,-83.62C233.67,-83.62 244,-83.62 253.39,-83.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="253.3,-87.13 263.3,-83.62 253.3,-80.13 253.3,-87.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.0 KiB |
@@ -1,10 +1,17 @@
|
||||
<map id="semi_implicit_euler" name="semi_implicit_euler">
|
||||
<area shape="rect" id="node1" title="Compute approximation using the semi-implicit-Euler method in the given limits." alt="" coords="5,129,138,155"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/clock.html#" title=" " alt="" coords="229,5,307,31"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/close.html#" title=" " alt="" coords="199,55,337,80"/>
|
||||
<area shape="rect" id="node4" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/is_open.html#" title=" " alt="" coords="192,104,344,130"/>
|
||||
<area shape="rect" id="node5" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/open.html#" title=" " alt="" coords="201,153,335,179"/>
|
||||
<area shape="rect" id="node6" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/c/perror.html#" title=" " alt="" coords="228,203,308,228"/>
|
||||
<area shape="rect" id="node7" href="$d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f" title="Compute next step approximation using the semi-implicit-Euler method." alt="" coords="186,252,350,278"/>
|
||||
<area shape="rect" id="node8" href="$d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="398,252,465,278"/>
|
||||
<area shape="rect" id="Node000001" title="Compute approximation using the semi-implicit-Euler method in the given limits." alt="" coords="5,129,138,155"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/clock.html#" title=" " alt="" coords="229,5,307,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="82,127,124,84,153,60,184,40,213,28,215,32,187,45,156,65,128,88,86,131"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/close.html#" title=" " alt="" coords="199,55,337,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="99,126,185,89,203,83,205,88,187,94,101,131"/>
|
||||
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/is_open.html#" title=" " alt="" coords="192,104,344,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="138,131,177,126,178,131,138,136"/>
|
||||
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/open.html#" title=" " alt="" coords="201,153,335,179"/>
|
||||
<area shape="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="138,148,186,154,186,159,138,153"/>
|
||||
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/c/perror.html#" title=" " alt="" coords="228,203,308,228"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="102,153,187,189,214,198,213,203,185,194,100,158"/>
|
||||
<area shape="rect" id="Node000007" href="$d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f" title="Compute next step approximation using the semi-implicit-Euler method." alt="" coords="186,252,350,278"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="86,153,128,195,156,218,187,239,198,244,195,249,184,243,153,223,125,199,82,157"/>
|
||||
<area shape="rect" id="Node000008" href="$d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="398,252,465,278"/>
|
||||
<area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="350,262,383,262,383,268,350,268"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
1724245a9fb0090c9427ae8f99ff67e5
|
||||
89ac11e94a38f4b9ee7b6e77e36c6731
|
||||
@@ -6,121 +6,167 @@
|
||||
<!-- Title: semi_implicit_euler Pages: 1 -->
|
||||
<svg width="353pt" height="212pt"
|
||||
viewBox="0.00 0.00 353.00 212.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 208.25)">
|
||||
<title>semi_implicit_euler</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Compute approximation using the semi-implicit-Euler method in the given limits.">
|
||||
<g id="a_Node000001"><a xlink:title="Compute approximation using the semi-implicit-Euler method in the given limits.">
|
||||
<polygon fill="#999999" stroke="#666666" points="99.25,-111.25 0,-111.25 0,-92 99.25,-92 99.25,-111.25"/>
|
||||
<text text-anchor="middle" x="49.62" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">semi_implicit_euler</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="226.25,-204.25 167.5,-204.25 167.5,-185 226.25,-185 226.25,-204.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::clock</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M59.22,-111.66C73.44,-127.68 103.5,-158.99 135.25,-176.62 141.9,-180.32 149.4,-183.33 156.8,-185.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.5,-189.33 166.08,-188.82 157.49,-182.62 155.5,-189.33"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="248.38,-167.25 145.38,-167.25 145.38,-148 248.38,-148 248.38,-167.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::close</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M70.83,-111.62C87.78,-119.77 112.75,-131.28 135.25,-139.62 139.65,-141.26 144.28,-142.85 148.93,-144.37"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.48,-147.89 158.07,-147.55 149.58,-141.22 147.48,-147.89"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="253.62,-130.25 140.12,-130.25 140.12,-111 253.62,-111 253.62,-130.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::is_open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M99.4,-108C108.9,-109.25 119.01,-110.57 128.98,-111.87"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.34,-115.45 138.71,-113.28 129.25,-108.51 128.34,-115.45"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="247.25,-93.25 146.5,-93.25 146.5,-74 247.25,-74 247.25,-93.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M99.4,-95.58C111.01,-94.14 123.53,-92.59 135.59,-91.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136,-94.45 145.49,-89.74 135.14,-87.5 136,-94.45"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="227,-56.25 166.75,-56.25 166.75,-37 227,-37 227,-56.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::perror</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M71.54,-91.61C88.49,-83.72 113.11,-72.72 135.25,-64.62 141.97,-62.17 149.2,-59.8 156.24,-57.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.77,-60.82 165.34,-54.6 154.76,-54.12 156.77,-60.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a xlink:href="../../d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f" target="_top" xlink:title="Compute next step approximation using the semi-implicit-Euler method.">
|
||||
<g id="a_Node000007"><a xlink:href="../../d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f" target="_top" xlink:title="Compute next step approximation using the semi-implicit-Euler method.">
|
||||
<polygon fill="white" stroke="#666666" points="258.5,-19.25 135.25,-19.25 135.25,0 258.5,0 258.5,-19.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">semi_implicit_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M59.24,-91.73C73.51,-75.93 103.63,-45.05 135.25,-27.62 137.82,-26.21 140.52,-24.89 143.28,-23.67"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="144.48,-26.56 152.51,-19.64 141.92,-20.05 144.48,-26.56"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="node8" class="node">
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_node8"><a xlink:href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<g id="a_Node000008"><a xlink:href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="345,-19.25 294.5,-19.25 294.5,0 345,0 345,-19.25"/>
|
||||
<text text-anchor="middle" x="319.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7->Node8 -->
|
||||
<g id="edge7" class="edge">
|
||||
<g id="edge7_Node000007_Node000008" class="edge">
|
||||
<title>Node7->Node8</title>
|
||||
<g id="a_edge7_Node000007_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M258.67,-9.62C267.12,-9.62 275.56,-9.62 283.34,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="283.17,-13.13 293.17,-9.62 283.17,-6.13 283.17,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 7.9 KiB |
@@ -0,0 +1,147 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: semi_implicit_euler Pages: 1 -->
|
||||
<svg width="353pt" height="212pt"
|
||||
viewBox="0.00 0.00 353.00 212.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 208.25)">
|
||||
<title>semi_implicit_euler</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Compute approximation using the semi-implicit-Euler method in the given limits.">
|
||||
<polygon fill="#999999" stroke="#666666" points="99.25,-111.25 0,-111.25 0,-92 99.25,-92 99.25,-111.25"/>
|
||||
<text text-anchor="middle" x="49.62" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">semi_implicit_euler</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="226.25,-204.25 167.5,-204.25 167.5,-185 226.25,-185 226.25,-204.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::clock</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M59.22,-111.66C73.44,-127.68 103.5,-158.99 135.25,-176.62 141.9,-180.32 149.4,-183.33 156.8,-185.76"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.5,-189.33 166.08,-188.82 157.49,-182.62 155.5,-189.33"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="248.38,-167.25 145.38,-167.25 145.38,-148 248.38,-148 248.38,-167.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::close</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M70.83,-111.62C87.78,-119.77 112.75,-131.28 135.25,-139.62 139.65,-141.26 144.28,-142.85 148.93,-144.37"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.48,-147.89 158.07,-147.55 149.58,-141.22 147.48,-147.89"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="253.62,-130.25 140.12,-130.25 140.12,-111 253.62,-111 253.62,-130.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::is_open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M99.4,-108C108.9,-109.25 119.01,-110.57 128.98,-111.87"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="128.34,-115.45 138.71,-113.28 129.25,-108.51 128.34,-115.45"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="247.25,-93.25 146.5,-93.25 146.5,-74 247.25,-74 247.25,-93.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node5 -->
|
||||
<g id="edge4_Node000001_Node000005" class="edge">
|
||||
<title>Node1->Node5</title>
|
||||
<g id="a_edge4_Node000001_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M99.4,-95.58C111.01,-94.14 123.53,-92.59 135.59,-91.1"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="136,-94.45 145.49,-89.74 135.14,-87.5 136,-94.45"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="227,-56.25 166.75,-56.25 166.75,-37 227,-37 227,-56.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::perror</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M71.54,-91.61C88.49,-83.72 113.11,-72.72 135.25,-64.62 141.97,-62.17 149.2,-59.8 156.24,-57.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.77,-60.82 165.34,-54.6 154.76,-54.12 156.77,-60.82"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_Node000007"><a xlink:href="../../d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f" target="_top" xlink:title="Compute next step approximation using the semi-implicit-Euler method.">
|
||||
<polygon fill="white" stroke="#666666" points="258.5,-19.25 135.25,-19.25 135.25,0 258.5,0 258.5,-19.25"/>
|
||||
<text text-anchor="middle" x="196.88" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">semi_implicit_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M59.24,-91.73C73.51,-75.93 103.63,-45.05 135.25,-27.62 137.82,-26.21 140.52,-24.89 143.28,-23.67"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="144.48,-26.56 152.51,-19.64 141.92,-20.05 144.48,-26.56"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_Node000008"><a xlink:href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="345,-19.25 294.5,-19.25 294.5,0 345,0 345,-19.25"/>
|
||||
<text text-anchor="middle" x="319.75" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7->Node8 -->
|
||||
<g id="edge7_Node000007_Node000008" class="edge">
|
||||
<title>Node7->Node8</title>
|
||||
<g id="a_edge7_Node000007_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M258.67,-9.62C267.12,-9.62 275.56,-9.62 283.34,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="283.17,-13.13 293.17,-9.62 283.17,-6.13 283.17,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.1 KiB |
@@ -1,4 +1,5 @@
|
||||
<map id="semi_implicit_euler_step" name="semi_implicit_euler_step">
|
||||
<area shape="rect" id="node1" title="Compute next step approximation using the semi-implicit-Euler method." alt="" coords="5,5,170,31"/>
|
||||
<area shape="rect" id="node2" href="$d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="218,5,285,31"/>
|
||||
<area shape="rect" id="Node000001" title="Compute next step approximation using the semi-implicit-Euler method." alt="" coords="5,5,170,31"/>
|
||||
<area shape="rect" id="Node000002" href="$d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="218,5,285,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="170,16,203,16,203,21,170,21"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
cba6361adbf1ec3df3cca152a37ca1ca
|
||||
4660a10cbd4a893aaeaa474039834fe4
|
||||
@@ -6,31 +6,59 @@
|
||||
<!-- Title: semi_implicit_euler_step Pages: 1 -->
|
||||
<svg width="218pt" height="27pt"
|
||||
viewBox="0.00 0.00 217.75 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>semi_implicit_euler_step</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Compute next step approximation using the semi-implicit-Euler method.">
|
||||
<g id="a_Node000001"><a xlink:title="Compute next step approximation using the semi-implicit-Euler method.">
|
||||
<polygon fill="#999999" stroke="#666666" points="123.25,-19.25 0,-19.25 0,0 123.25,0 123.25,-19.25"/>
|
||||
<text text-anchor="middle" x="61.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">semi_implicit_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<g id="a_Node000002"><a xlink:href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="209.75,-19.25 159.25,-19.25 159.25,0 209.75,0 209.75,-19.25"/>
|
||||
<text text-anchor="middle" x="184.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M123.42,-9.62C131.87,-9.62 140.31,-9.62 148.09,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.92,-13.13 157.92,-9.62 147.92,-6.13 147.92,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.7 KiB |
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: semi_implicit_euler_step Pages: 1 -->
|
||||
<svg width="218pt" height="27pt"
|
||||
viewBox="0.00 0.00 217.75 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>semi_implicit_euler_step</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Compute next step approximation using the semi-implicit-Euler method.">
|
||||
<polygon fill="#999999" stroke="#666666" points="123.25,-19.25 0,-19.25 0,0 123.25,0 123.25,-19.25"/>
|
||||
<text text-anchor="middle" x="61.62" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">semi_implicit_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="209.75,-19.25 159.25,-19.25 159.25,0 209.75,0 209.75,-19.25"/>
|
||||
<text text-anchor="middle" x="184.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M123.42,-9.62C131.87,-9.62 140.31,-9.62 148.09,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.92,-13.13 157.92,-9.62 147.92,-6.13 147.92,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -1,4 +1,5 @@
|
||||
<map id="midpoint_euler_step" name="midpoint_euler_step">
|
||||
<area shape="rect" id="node1" title="Compute next step approximation using the midpoint-Euler method." alt="" coords="5,5,143,31"/>
|
||||
<area shape="rect" id="node2" href="$d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="191,5,258,31"/>
|
||||
<area shape="rect" id="Node000001" title="Compute next step approximation using the midpoint-Euler method." alt="" coords="5,5,143,31"/>
|
||||
<area shape="rect" id="Node000002" href="$d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="191,5,258,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="143,16,176,16,176,21,143,21"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
39221db03bd165074a1a33e7a663ea9b
|
||||
50249a404ff33f160b928354e9fd6d48
|
||||
@@ -6,31 +6,59 @@
|
||||
<!-- Title: midpoint_euler_step Pages: 1 -->
|
||||
<svg width="198pt" height="27pt"
|
||||
viewBox="0.00 0.00 197.50 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>midpoint_euler_step</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Compute next step approximation using the midpoint-Euler method.">
|
||||
<g id="a_Node000001"><a xlink:title="Compute next step approximation using the midpoint-Euler method.">
|
||||
<polygon fill="#999999" stroke="#666666" points="103,-19.25 0,-19.25 0,0 103,0 103,-19.25"/>
|
||||
<text text-anchor="middle" x="51.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">midpoint_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a xlink:href="../../d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<g id="a_Node000002"><a xlink:href="../../d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="189.5,-19.25 139,-19.25 139,0 189.5,0 189.5,-19.25"/>
|
||||
<text text-anchor="middle" x="164.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.34,-9.62C111.59,-9.62 119.98,-9.62 127.76,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.65,-13.13 137.65,-9.62 127.65,-6.13 127.65,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.6 KiB |
@@ -0,0 +1,39 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: midpoint_euler_step Pages: 1 -->
|
||||
<svg width="198pt" height="27pt"
|
||||
viewBox="0.00 0.00 197.50 27.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 23.25)">
|
||||
<title>midpoint_euler_step</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Compute next step approximation using the midpoint-Euler method.">
|
||||
<polygon fill="#999999" stroke="#666666" points="103,-19.25 0,-19.25 0,0 103,0 103,-19.25"/>
|
||||
<text text-anchor="middle" x="51.5" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">midpoint_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a xlink:href="../../d6/dd3/ode__midpoint__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="189.5,-19.25 139,-19.25 139,0 189.5,0 189.5,-19.25"/>
|
||||
<text text-anchor="middle" x="164.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M103.34,-9.62C111.59,-9.62 119.98,-9.62 127.76,-9.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.65,-13.13 137.65,-9.62 127.65,-6.13 127.65,-13.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.8 KiB |
@@ -1,10 +1,17 @@
|
||||
<map id="forward_euler" name="forward_euler">
|
||||
<area shape="rect" id="node1" title="Compute approximation using the forward-Euler method in the given limits." alt="" coords="5,129,105,155"/>
|
||||
<area shape="rect" id="node2" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/clock.html#" title=" " alt="" coords="189,5,268,31"/>
|
||||
<area shape="rect" id="node3" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/close.html#" title=" " alt="" coords="160,55,297,80"/>
|
||||
<area shape="rect" id="node4" href="$d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723" title="Compute next step approximation using the forward-Euler method." alt="" coords="163,104,294,130"/>
|
||||
<area shape="rect" id="node6" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/is_open.html#" title=" " alt="" coords="153,153,304,179"/>
|
||||
<area shape="rect" id="node7" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/open.html#" title=" " alt="" coords="161,203,296,228"/>
|
||||
<area shape="rect" id="node8" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/c/perror.html#" title=" " alt="" coords="188,252,269,278"/>
|
||||
<area shape="rect" id="node5" href="$db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="352,104,419,130"/>
|
||||
<area shape="rect" id="Node000001" title="Compute approximation using the forward-Euler method in the given limits." alt="" coords="5,129,105,155"/>
|
||||
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/clock.html#" title=" " alt="" coords="189,5,268,31"/>
|
||||
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="64,127,99,85,124,61,151,40,174,29,176,34,154,44,127,65,103,88,68,131"/>
|
||||
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/close.html#" title=" " alt="" coords="160,55,297,80"/>
|
||||
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="78,126,152,89,167,83,169,88,154,94,80,131"/>
|
||||
<area shape="rect" id="Node000004" href="$d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723" title="Compute next step approximation using the forward-Euler method." alt="" coords="163,104,294,130"/>
|
||||
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="105,132,147,126,148,131,106,138"/>
|
||||
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/is_open.html#" title=" " alt="" coords="153,153,304,179"/>
|
||||
<area shape="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="106,146,139,151,138,156,105,152"/>
|
||||
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/basic_ofstream/open.html#" title=" " alt="" coords="161,203,296,228"/>
|
||||
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="81,153,154,189,169,195,167,200,152,194,79,158"/>
|
||||
<area shape="rect" id="Node000008" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/c/perror.html#" title=" " alt="" coords="188,252,269,278"/>
|
||||
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="68,154,103,195,127,219,154,239,175,249,173,254,151,243,124,223,99,199,64,157"/>
|
||||
<area shape="rect" id="Node000005" href="$db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" title="Problem statement for a system with first-order differential equations. Updates the system differenti..." alt="" coords="352,104,419,130"/>
|
||||
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="294,114,337,114,337,120,294,120"/>
|
||||
</map>
|
||||
|
||||
@@ -1 +1 @@
|
||||
0f2a58519a5735d2b8e72996e800b3a9
|
||||
9c4801aafe8e9891caa331ab22e1efa3
|
||||
@@ -6,121 +6,167 @@
|
||||
<!-- Title: forward_euler Pages: 1 -->
|
||||
<svg width="319pt" height="212pt"
|
||||
viewBox="0.00 0.00 318.50 212.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<svg id="main" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" onload="init(evt)">
|
||||
<style type="text/css"><![CDATA[
|
||||
.node, .edge {opacity: 0.7;}
|
||||
.node.selected, .edge.selected {opacity: 1;}
|
||||
.edge:hover path { stroke: red; }
|
||||
.edge:hover polygon { stroke: red; fill: red; }
|
||||
]]></style>
|
||||
<script type="application/ecmascript" xlink:href="../../svg.min.js"/>
|
||||
<svg id="graph" class="graph">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 208.25)">
|
||||
<title>forward_euler</title>
|
||||
<!-- Node1 -->
|
||||
<g id="node1" class="node">
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_node1"><a xlink:title="Compute approximation using the forward-Euler method in the given limits.">
|
||||
<g id="a_Node000001"><a xlink:title="Compute approximation using the forward-Euler method in the given limits.">
|
||||
<polygon fill="#999999" stroke="#666666" points="74.5,-111.25 0,-111.25 0,-92 74.5,-92 74.5,-111.25"/>
|
||||
<text text-anchor="middle" x="37.25" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">forward_euler</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="node2" class="node">
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_node2"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="196.62,-204.25 137.88,-204.25 137.88,-185 196.62,-185 196.62,-204.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::clock</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1" class="edge">
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M45.29,-111.64C57.03,-127.63 82.13,-158.91 110.5,-176.62 115.62,-179.82 121.37,-182.51 127.17,-184.74"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="125.96,-188.37 136.56,-188.29 128.23,-181.75 125.96,-188.37"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="node3" class="node">
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_node3"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="218.75,-167.25 115.75,-167.25 115.75,-148 218.75,-148 218.75,-167.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::close</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2" class="edge">
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M55.36,-111.7C69.75,-119.91 91.04,-131.44 110.5,-139.62 114.14,-141.15 117.95,-142.63 121.8,-144.04"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="120.41,-147.61 131.01,-147.6 122.71,-141 120.41,-147.61"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="node4" class="node">
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_node4"><a xlink:href="../../d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723" target="_top" xlink:title="Compute next step approximation using the forward-Euler method.">
|
||||
<g id="a_Node000004"><a xlink:href="../../d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723" target="_top" xlink:title="Compute next step approximation using the forward-Euler method.">
|
||||
<polygon fill="white" stroke="#666666" points="216.5,-130.25 118,-130.25 118,-111 216.5,-111 216.5,-130.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">forward_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3" class="edge">
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M74.93,-107.07C84.9,-108.55 95.97,-110.19 106.85,-111.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.22,-115.4 116.63,-113.41 107.25,-108.48 106.22,-115.4"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="node6" class="node">
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_node6"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="224,-93.25 110.5,-93.25 110.5,-74 224,-74 224,-93.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::is_open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5" class="edge">
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M74.93,-96.47C82.72,-95.37 91.18,-94.18 99.69,-92.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="100.05,-96.33 109.47,-91.47 99.08,-89.4 100.05,-96.33"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="node7" class="node">
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_node7"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="217.62,-56.25 116.88,-56.25 116.88,-37 217.62,-37 217.62,-56.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6" class="edge">
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M55.98,-91.53C70.38,-83.58 91.36,-72.55 110.5,-64.62 114.14,-63.12 117.96,-61.65 121.82,-60.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="122.73,-63.29 131.03,-56.71 120.43,-56.68 122.73,-63.29"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="node8" class="node">
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_node8"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="197.38,-19.25 137.12,-19.25 137.12,0 197.38,0 197.38,-19.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::perror</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node8 -->
|
||||
<g id="edge7" class="edge">
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M45.32,-91.74C57.11,-75.98 82.27,-45.12 110.5,-27.62 115.47,-24.54 121.02,-21.94 126.64,-19.75"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.42,-22.84 135.72,-16.25 125.12,-16.23 127.42,-22.84"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="node5" class="node">
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_node5"><a xlink:href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<g id="a_Node000005"><a xlink:href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="310.5,-130.25 260,-130.25 260,-111 310.5,-111 310.5,-130.25"/>
|
||||
<text text-anchor="middle" x="285.25" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node5 -->
|
||||
<g id="edge4" class="edge">
|
||||
<g id="edge4_Node000004_Node000005" class="edge">
|
||||
<title>Node4->Node5</title>
|
||||
<g id="a_edge4_Node000004_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M216.77,-120.62C227.51,-120.62 238.69,-120.62 248.79,-120.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="248.65,-124.13 258.65,-120.62 248.65,-117.13 248.65,-124.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
</svg>
|
||||
|
||||
<style type='text/css'>
|
||||
<![CDATA[
|
||||
[data-mouse-over-selected='false'] { opacity: 0.7; }
|
||||
[data-mouse-over-selected='true'] { opacity: 1.0; }
|
||||
]]>
|
||||
</style>
|
||||
<script type="application/ecmascript"><![CDATA[
|
||||
document.addEventListener('DOMContentLoaded', (event) => {
|
||||
highlightEdges();
|
||||
highlightAdjacentNodes();
|
||||
});
|
||||
]]></script>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -0,0 +1,147 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
|
||||
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<!-- Generated by graphviz version 8.0.5 (20230430.1635)
|
||||
-->
|
||||
<!-- Title: forward_euler Pages: 1 -->
|
||||
<svg width="319pt" height="212pt"
|
||||
viewBox="0.00 0.00 318.50 212.25" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 208.25)">
|
||||
<title>forward_euler</title>
|
||||
<!-- Node1 -->
|
||||
<g id="Node000001" class="node">
|
||||
<title>Node1</title>
|
||||
<g id="a_Node000001"><a xlink:title="Compute approximation using the forward-Euler method in the given limits.">
|
||||
<polygon fill="#999999" stroke="#666666" points="74.5,-111.25 0,-111.25 0,-92 74.5,-92 74.5,-111.25"/>
|
||||
<text text-anchor="middle" x="37.25" y="-97.75" font-family="Helvetica,sans-Serif" font-size="10.00">forward_euler</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node2 -->
|
||||
<g id="Node000002" class="node">
|
||||
<title>Node2</title>
|
||||
<g id="a_Node000002"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/chrono/c/clock.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="196.62,-204.25 137.88,-204.25 137.88,-185 196.62,-185 196.62,-204.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-190.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::clock</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node2 -->
|
||||
<g id="edge1_Node000001_Node000002" class="edge">
|
||||
<title>Node1->Node2</title>
|
||||
<g id="a_edge1_Node000001_Node000002"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M45.29,-111.64C57.03,-127.63 82.13,-158.91 110.5,-176.62 115.62,-179.82 121.37,-182.51 127.17,-184.74"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="125.96,-188.37 136.56,-188.29 128.23,-181.75 125.96,-188.37"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node3 -->
|
||||
<g id="Node000003" class="node">
|
||||
<title>Node3</title>
|
||||
<g id="a_Node000003"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/close.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="218.75,-167.25 115.75,-167.25 115.75,-148 218.75,-148 218.75,-167.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-153.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::close</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node3 -->
|
||||
<g id="edge2_Node000001_Node000003" class="edge">
|
||||
<title>Node1->Node3</title>
|
||||
<g id="a_edge2_Node000001_Node000003"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M55.36,-111.7C69.75,-119.91 91.04,-131.44 110.5,-139.62 114.14,-141.15 117.95,-142.63 121.8,-144.04"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="120.41,-147.61 131.01,-147.6 122.71,-141 120.41,-147.61"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4 -->
|
||||
<g id="Node000004" class="node">
|
||||
<title>Node4</title>
|
||||
<g id="a_Node000004"><a xlink:href="../../d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723" target="_top" xlink:title="Compute next step approximation using the forward-Euler method.">
|
||||
<polygon fill="white" stroke="#666666" points="216.5,-130.25 118,-130.25 118,-111 216.5,-111 216.5,-130.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">forward_euler_step</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node4 -->
|
||||
<g id="edge3_Node000001_Node000004" class="edge">
|
||||
<title>Node1->Node4</title>
|
||||
<g id="a_edge3_Node000001_Node000004"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M74.93,-107.07C84.9,-108.55 95.97,-110.19 106.85,-111.81"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="106.22,-115.4 116.63,-113.41 107.25,-108.48 106.22,-115.4"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node6 -->
|
||||
<g id="Node000006" class="node">
|
||||
<title>Node6</title>
|
||||
<g id="a_Node000006"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/is_open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="224,-93.25 110.5,-93.25 110.5,-74 224,-74 224,-93.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-79.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::is_open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node6 -->
|
||||
<g id="edge5_Node000001_Node000006" class="edge">
|
||||
<title>Node1->Node6</title>
|
||||
<g id="a_edge5_Node000001_Node000006"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M74.93,-96.47C82.72,-95.37 91.18,-94.18 99.69,-92.98"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="100.05,-96.33 109.47,-91.47 99.08,-89.4 100.05,-96.33"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node7 -->
|
||||
<g id="Node000007" class="node">
|
||||
<title>Node7</title>
|
||||
<g id="a_Node000007"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/basic_ofstream/open.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="217.62,-56.25 116.88,-56.25 116.88,-37 217.62,-37 217.62,-56.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-42.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::ofstream::open</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node7 -->
|
||||
<g id="edge6_Node000001_Node000007" class="edge">
|
||||
<title>Node1->Node7</title>
|
||||
<g id="a_edge6_Node000001_Node000007"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M55.98,-91.53C70.38,-83.58 91.36,-72.55 110.5,-64.62 114.14,-63.12 117.96,-61.65 121.82,-60.25"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="122.73,-63.29 131.03,-56.71 120.43,-56.68 122.73,-63.29"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node8 -->
|
||||
<g id="Node000008" class="node">
|
||||
<title>Node8</title>
|
||||
<g id="a_Node000008"><a target="_blank" xlink:href="http://en.cppreference.com/w/cpp/io/c/perror.html#" xlink:title=" ">
|
||||
<polygon fill="white" stroke="#666666" points="197.38,-19.25 137.12,-19.25 137.12,0 197.38,0 197.38,-19.25"/>
|
||||
<text text-anchor="middle" x="167.25" y="-5.75" font-family="Helvetica,sans-Serif" font-size="10.00">std::perror</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node1->Node8 -->
|
||||
<g id="edge7_Node000001_Node000008" class="edge">
|
||||
<title>Node1->Node8</title>
|
||||
<g id="a_edge7_Node000001_Node000008"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M45.32,-91.74C57.11,-75.98 82.27,-45.12 110.5,-27.62 115.47,-24.54 121.02,-21.94 126.64,-19.75"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.42,-22.84 135.72,-16.25 125.12,-16.23 127.42,-22.84"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node5 -->
|
||||
<g id="Node000005" class="node">
|
||||
<title>Node5</title>
|
||||
<g id="a_Node000005"><a xlink:href="../../db/dd3/ode__forward__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe" target="_top" xlink:title="Problem statement for a system with first-order differential equations. Updates the system differenti...">
|
||||
<polygon fill="white" stroke="#666666" points="310.5,-130.25 260,-130.25 260,-111 310.5,-111 310.5,-130.25"/>
|
||||
<text text-anchor="middle" x="285.25" y="-116.75" font-family="Helvetica,sans-Serif" font-size="10.00">problem</text>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
<!-- Node4->Node5 -->
|
||||
<g id="edge4_Node000004_Node000005" class="edge">
|
||||
<title>Node4->Node5</title>
|
||||
<g id="a_edge4_Node000004_Node000005"><a xlink:title=" ">
|
||||
<path fill="none" stroke="#63b8ff" d="M216.77,-120.62C227.51,-120.62 238.69,-120.62 248.79,-120.62"/>
|
||||
<polygon fill="#63b8ff" stroke="#63b8ff" points="248.65,-124.13 258.65,-120.62 248.65,-117.13 248.65,-124.13"/>
|
||||
</a>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.1 KiB |