Documentation for 6376bf46af

This commit is contained in:
github-actions
2023-09-27 18:42:32 +00:00
parent d28eba1fef
commit b5b4d78981
5708 changed files with 52275 additions and 51112 deletions

View File

@@ -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.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<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.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search/",'.html');
@@ -105,22 +105,22 @@ $(document).ready(function(){initNavTree('d6/d60/group__ode.html','../../'); ini
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:ga195d23bbdfcb80e83c9cda45c9ad5723"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723">forward_euler_step</a> (const double dx, const double x, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *dy)</td></tr>
<tr class="memitem:ga195d23bbdfcb80e83c9cda45c9ad5723" id="r_ga195d23bbdfcb80e83c9cda45c9ad5723"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga195d23bbdfcb80e83c9cda45c9ad5723">forward_euler_step</a> (const double dx, const double x, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *dy)</td></tr>
<tr class="memdesc:ga195d23bbdfcb80e83c9cda45c9ad5723"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute next step approximation using the forward-Euler method. <br /></td></tr>
<tr class="separator:ga195d23bbdfcb80e83c9cda45c9ad5723"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gae0509f8843e2bc42de2abbd00a14b7b9"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#gae0509f8843e2bc42de2abbd00a14b7b9">forward_euler</a> (double dx, double x0, double x_max, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, bool save_to_file=false)</td></tr>
<tr class="memitem:gae0509f8843e2bc42de2abbd00a14b7b9" id="r_gae0509f8843e2bc42de2abbd00a14b7b9"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#gae0509f8843e2bc42de2abbd00a14b7b9">forward_euler</a> (double dx, double x0, double x_max, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, bool save_to_file=false)</td></tr>
<tr class="memdesc:gae0509f8843e2bc42de2abbd00a14b7b9"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute approximation using the forward-Euler method in the given limits. <br /></td></tr>
<tr class="separator:gae0509f8843e2bc42de2abbd00a14b7b9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga8c319db420c3d97a83e9dcca803b6812"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812">midpoint_euler_step</a> (const double dx, const double &amp;x, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *dy)</td></tr>
<tr class="memitem:ga8c319db420c3d97a83e9dcca803b6812" id="r_ga8c319db420c3d97a83e9dcca803b6812"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812">midpoint_euler_step</a> (const double dx, const double &amp;x, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *dy)</td></tr>
<tr class="memdesc:ga8c319db420c3d97a83e9dcca803b6812"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute next step approximation using the midpoint-Euler method. <br /></td></tr>
<tr class="separator:ga8c319db420c3d97a83e9dcca803b6812"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga36ff0710861ca39d957046c0b09b2985"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga36ff0710861ca39d957046c0b09b2985">midpoint_euler</a> (double dx, double x0, double x_max, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, bool save_to_file=false)</td></tr>
<tr class="memitem:ga36ff0710861ca39d957046c0b09b2985" id="r_ga36ff0710861ca39d957046c0b09b2985"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga36ff0710861ca39d957046c0b09b2985">midpoint_euler</a> (double dx, double x0, double x_max, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, bool save_to_file=false)</td></tr>
<tr class="memdesc:ga36ff0710861ca39d957046c0b09b2985"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute approximation using the midpoint-Euler method in the given limits. <br /></td></tr>
<tr class="separator:ga36ff0710861ca39d957046c0b09b2985"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga827bf009831ddc477c5fa8891d5cb35f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f">semi_implicit_euler_step</a> (const double dx, const double &amp;x, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *dy)</td></tr>
<tr class="memitem:ga827bf009831ddc477c5fa8891d5cb35f" id="r_ga827bf009831ddc477c5fa8891d5cb35f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f">semi_implicit_euler_step</a> (const double dx, const double &amp;x, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *dy)</td></tr>
<tr class="memdesc:ga827bf009831ddc477c5fa8891d5cb35f"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute next step approximation using the semi-implicit-Euler method. <br /></td></tr>
<tr class="separator:ga827bf009831ddc477c5fa8891d5cb35f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga3874d294ab00fe9ce8731c5b7991a089"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga3874d294ab00fe9ce8731c5b7991a089">semi_implicit_euler</a> (double dx, double x0, double x_max, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, bool save_to_file=false)</td></tr>
<tr class="memitem:ga3874d294ab00fe9ce8731c5b7991a089" id="r_ga3874d294ab00fe9ce8731c5b7991a089"><td class="memItemLeft" align="right" valign="top">double&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d6/d60/group__ode.html#ga3874d294ab00fe9ce8731c5b7991a089">semi_implicit_euler</a> (double dx, double x0, double x_max, <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; *y, bool save_to_file=false)</td></tr>
<tr class="memdesc:ga3874d294ab00fe9ce8731c5b7991a089"><td class="mdescLeft">&#160;</td><td class="mdescRight">Compute approximation using the semi-implicit-Euler method in the given limits. <br /></td></tr>
<tr class="separator:ga3874d294ab00fe9ce8731c5b7991a089"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
@@ -652,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.7 </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.8 </li>
</ul>
</div>
</body>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: forward_euler_step Pages: 1 -->
<svg width="193pt" height="27pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M98.79,-9.62C106.79,-9.62 114.95,-9.62 122.58,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="122.51,-13.13 132.51,-9.63 122.51,-6.13 122.51,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: forward_euler_step Pages: 1 -->
<svg width="193pt" height="27pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M98.79,-9.62C106.79,-9.62 114.95,-9.62 122.58,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="122.51,-13.13 132.51,-9.63 122.51,-6.13 122.51,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1,17 +1,17 @@
<map id="midpoint_euler" name="midpoint_euler">
<area shape="rect" id="Node000001" title="Compute approximation using the midpoint&#45;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="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="67,127,104,85,129,61,157,40,179,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="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="82,126,158,89,172,83,174,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="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="111,132,143,127,143,133,111,137"/>
<area shape="rect" id="Node000005" href="$d6/d60/group__ode.html#ga8c319db420c3d97a83e9dcca803b6812" title="Compute next step approximation using the midpoint&#45;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="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="111,147,151,152,150,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="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="85,153,160,189,174,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="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="71,154,108,195,132,218,160,239,181,249,179,253,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&#45;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>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: midpoint_euler Pages: 1 -->
<svg width="323pt" height="212pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M47.84,-111.63C60.04,-127.61 86.06,-158.86 115,-176.62 120.02,-179.71 125.62,-182.31 131.28,-184.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.08,-187.79 140.67,-187.73 132.35,-181.17 130.08,-187.79"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M58.19,-111.66C73.05,-119.84 95.01,-131.36 115,-139.62 118.54,-141.09 122.24,-142.51 125.98,-143.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="124.51,-147.06 135.1,-147.03 126.8,-140.45 124.51,-147.06"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M79.23,-107.27C86.86,-108.39 95.07,-109.59 103.33,-110.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.68,-114.23 113.08,-112.21 103.69,-107.31 102.68,-114.23"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M79.23,-96.27C88.49,-94.99 98.61,-93.59 108.63,-92.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="108.93,-95.7 118.36,-90.86 107.98,-88.77 108.93,-95.7"/>
</a>
</g>
</g>
@@ -112,8 +112,8 @@
<g id="edge6_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M58.82,-91.57C73.69,-83.64 95.34,-72.63 115,-64.62 118.59,-63.16 122.36,-61.73 126.15,-60.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.11,-63.74 135.42,-57.17 124.83,-57.12 127.11,-63.74"/>
</a>
</g>
</g>
@@ -130,8 +130,8 @@
<g id="edge7_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M47.87,-91.76C60.12,-76 86.2,-45.17 115,-27.62 119.87,-24.66 125.28,-22.13 130.76,-19.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.54,-23.42 139.83,-16.83 129.24,-16.81 131.54,-23.42"/>
</a>
</g>
</g>
@@ -148,8 +148,8 @@
<g id="edge5_Node000005_Node000006" class="edge">
<title>Node5&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M223.63,-83.62C233.56,-83.62 243.77,-83.62 253.08,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="252.78,-87.13 262.78,-83.63 252.78,-80.13 252.78,-87.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: midpoint_euler Pages: 1 -->
<svg width="323pt" height="212pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M47.84,-111.63C60.04,-127.61 86.06,-158.86 115,-176.62 120.02,-179.71 125.62,-182.31 131.28,-184.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="130.08,-187.79 140.67,-187.73 132.35,-181.17 130.08,-187.79"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M58.19,-111.66C73.05,-119.84 95.01,-131.36 115,-139.62 118.54,-141.09 122.24,-142.51 125.98,-143.87"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="124.51,-147.06 135.1,-147.03 126.8,-140.45 124.51,-147.06"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M79.23,-107.27C86.86,-108.39 95.07,-109.59 103.33,-110.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.68,-114.23 113.08,-112.21 103.69,-107.31 102.68,-114.23"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M79.23,-96.27C88.49,-94.99 98.61,-93.59 108.63,-92.21"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="108.93,-95.7 118.36,-90.86 107.98,-88.77 108.93,-95.7"/>
</a>
</g>
</g>
@@ -102,8 +102,8 @@
<g id="edge6_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M58.82,-91.57C73.69,-83.64 95.34,-72.63 115,-64.62 118.59,-63.16 122.36,-61.73 126.15,-60.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.11,-63.74 135.42,-57.17 124.83,-57.12 127.11,-63.74"/>
</a>
</g>
</g>
@@ -120,8 +120,8 @@
<g id="edge7_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M47.87,-91.76C60.12,-76 86.2,-45.17 115,-27.62 119.87,-24.66 125.28,-22.13 130.76,-19.98"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="131.54,-23.42 139.83,-16.83 129.24,-16.81 131.54,-23.42"/>
</a>
</g>
</g>
@@ -138,8 +138,8 @@
<g id="edge5_Node000005_Node000006" class="edge">
<title>Node5&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M223.63,-83.62C233.56,-83.62 243.77,-83.62 253.08,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="252.78,-87.13 262.78,-83.63 252.78,-80.13 252.78,-87.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -1,17 +1,17 @@
<map id="semi_implicit_euler" name="semi_implicit_euler">
<area shape="rect" id="Node000001" title="Compute approximation using the semi&#45;implicit&#45;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="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="82,127,124,84,153,60,184,40,213,28,215,33,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="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="99,126,185,89,202,83,204,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="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="138,131,176,126,177,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="poly" id="edge4_Node000001_Node000005" title=" " alt="" coords="138,148,186,153,185,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="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="102,153,187,189,214,198,212,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&#45;implicit&#45;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="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="86,153,128,195,156,218,187,239,197,244,195,248,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&#45;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"/>
<area shape="poly" id="edge7_Node000007_Node000008" title=" " alt="" coords="350,262,382,262,382,268,350,268"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: semi_implicit_euler Pages: 1 -->
<svg width="353pt" height="212pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M59.22,-111.66C73.44,-127.68 103.5,-158.99 135.25,-176.62 141.75,-180.24 149.06,-183.2 156.29,-185.6"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.05,-188.88 165.63,-188.39 157.05,-182.17 155.05,-188.88"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M70.83,-111.62C87.78,-119.77 112.75,-131.28 135.25,-139.62 139.42,-141.17 143.78,-142.68 148.17,-144.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.04,-147.43 157.62,-147.1 149.14,-140.75 147.04,-147.43"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M99.4,-108C108.7,-109.22 118.58,-110.51 128.35,-111.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.84,-115.25 138.21,-113.08 128.75,-108.31 127.84,-115.25"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M99.4,-95.58C110.89,-94.16 123.28,-92.62 135.22,-91.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.5,-94.63 144.99,-89.93 134.63,-87.69 135.5,-94.63"/>
</a>
</g>
</g>
@@ -112,8 +112,8 @@
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M71.54,-91.61C88.49,-83.72 113.11,-72.72 135.25,-64.62 141.81,-62.23 148.86,-59.91 155.75,-57.78"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.32,-61.26 164.89,-55.03 154.31,-54.55 156.32,-61.26"/>
</a>
</g>
</g>
@@ -130,8 +130,8 @@
<g id="edge6_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M59.24,-91.73C73.51,-75.93 103.63,-45.05 135.25,-27.62 137.73,-26.26 140.33,-24.98 143,-23.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="144.08,-27.13 152.1,-20.2 141.51,-20.62 144.08,-27.13"/>
</a>
</g>
</g>
@@ -148,8 +148,8 @@
<g id="edge7_Node000007_Node000008" class="edge">
<title>Node7&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M258.67,-9.62C266.92,-9.62 275.17,-9.62 282.79,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="282.65,-13.13 292.65,-9.63 282.65,-6.13 282.65,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.9 KiB

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: semi_implicit_euler Pages: 1 -->
<svg width="353pt" height="212pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M59.22,-111.66C73.44,-127.68 103.5,-158.99 135.25,-176.62 141.75,-180.24 149.06,-183.2 156.29,-185.6"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="155.05,-188.88 165.63,-188.39 157.05,-182.17 155.05,-188.88"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M70.83,-111.62C87.78,-119.77 112.75,-131.28 135.25,-139.62 139.42,-141.17 143.78,-142.68 148.17,-144.12"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.04,-147.43 157.62,-147.1 149.14,-140.75 147.04,-147.43"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M99.4,-108C108.7,-109.22 118.58,-110.51 128.35,-111.79"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.84,-115.25 138.21,-113.08 128.75,-108.31 127.84,-115.25"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge4_Node000001_Node000005" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M99.4,-95.58C110.89,-94.16 123.28,-92.62 135.22,-91.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="135.5,-94.63 144.99,-89.93 134.63,-87.69 135.5,-94.63"/>
</a>
</g>
</g>
@@ -102,8 +102,8 @@
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M71.54,-91.61C88.49,-83.72 113.11,-72.72 135.25,-64.62 141.81,-62.23 148.86,-59.91 155.75,-57.78"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.32,-61.26 164.89,-55.03 154.31,-54.55 156.32,-61.26"/>
</a>
</g>
</g>
@@ -120,8 +120,8 @@
<g id="edge6_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M59.24,-91.73C73.51,-75.93 103.63,-45.05 135.25,-27.62 137.73,-26.26 140.33,-24.98 143,-23.8"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="144.08,-27.13 152.1,-20.2 141.51,-20.62 144.08,-27.13"/>
</a>
</g>
</g>
@@ -138,8 +138,8 @@
<g id="edge7_Node000007_Node000008" class="edge">
<title>Node7&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M258.67,-9.62C266.92,-9.62 275.17,-9.62 282.79,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="282.65,-13.13 292.65,-9.63 282.65,-6.13 282.65,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@@ -1,5 +1,5 @@
<map id="semi_implicit_euler_step" name="semi_implicit_euler_step">
<area shape="rect" id="Node000001" title="Compute next step approximation using the semi&#45;implicit&#45;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&#45;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"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="170,16,202,16,202,21,170,21"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: semi_implicit_euler_step Pages: 1 -->
<svg width="218pt" height="27pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M123.42,-9.62C131.67,-9.62 139.92,-9.62 147.54,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.4,-13.13 157.4,-9.63 147.4,-6.13 147.4,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: semi_implicit_euler_step Pages: 1 -->
<svg width="218pt" height="27pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M123.42,-9.62C131.67,-9.62 139.92,-9.62 147.54,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.4,-13.13 157.4,-9.63 147.4,-6.13 147.4,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@@ -1,5 +1,5 @@
<map id="midpoint_euler_step" name="midpoint_euler_step">
<area shape="rect" id="Node000001" title="Compute next step approximation using the midpoint&#45;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&#45;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"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="143,16,175,16,175,21,143,21"/>
</map>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: midpoint_euler_step Pages: 1 -->
<svg width="198pt" height="27pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M103.34,-9.62C111.4,-9.62 119.59,-9.62 127.22,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.13,-13.13 137.13,-9.63 127.13,-6.13 127.13,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: midpoint_euler_step Pages: 1 -->
<svg width="198pt" height="27pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M103.34,-9.62C111.4,-9.62 119.59,-9.62 127.22,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127.13,-13.13 137.13,-9.63 127.13,-6.13 127.13,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -1,17 +1,17 @@
<map id="forward_euler" name="forward_euler">
<area shape="rect" id="Node000001" title="Compute approximation using the forward&#45;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="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="64,127,99,85,124,61,151,40,173,29,175,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="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="78,126,152,89,166,83,168,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&#45;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="poly" id="edge5_Node000001_Node000006" title=" " alt="" coords="106,146,138,151,137,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="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="81,153,154,189,168,195,166,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="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="68,154,103,195,127,219,154,239,175,249,172,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&#45;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>

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: forward_euler Pages: 1 -->
<svg width="319pt" height="212pt"
@@ -40,8 +40,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M45.29,-111.64C57.03,-127.63 82.13,-158.91 110.5,-176.62 115.49,-179.74 121.08,-182.37 126.74,-184.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="125.53,-187.86 136.13,-187.8 127.81,-181.24 125.53,-187.86"/>
</a>
</g>
</g>
@@ -58,8 +58,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M55.36,-111.7C69.75,-119.91 91.04,-131.44 110.5,-139.62 114.03,-141.11 117.73,-142.55 121.46,-143.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="119.98,-147.11 130.58,-147.1 122.29,-140.5 119.98,-147.11"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M74.93,-107.07C84.8,-108.53 95.74,-110.16 106.51,-111.76"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.72,-115.18 116.13,-113.19 106.75,-108.25 105.72,-115.18"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M74.93,-96.47C82.55,-95.4 90.8,-94.23 99.13,-93.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="99.56,-96.54 108.97,-91.68 98.58,-89.61 99.56,-96.54"/>
</a>
</g>
</g>
@@ -112,8 +112,8 @@
<g id="edge6_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M55.98,-91.53C70.38,-83.58 91.36,-72.55 110.5,-64.62 114.04,-63.16 117.74,-61.74 121.48,-60.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="122.3,-63.79 130.6,-57.21 120,-57.18 122.3,-63.79"/>
</a>
</g>
</g>
@@ -130,8 +130,8 @@
<g id="edge7_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M45.32,-91.74C57.11,-75.98 82.27,-45.12 110.5,-27.62 115.35,-24.62 120.74,-22.07 126.22,-19.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127,-23.35 135.29,-16.75 124.69,-16.74 127,-23.35"/>
</a>
</g>
</g>
@@ -148,8 +148,8 @@
<g id="edge4_Node000004_Node000005" class="edge">
<title>Node4&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M216.77,-120.62C227.39,-120.62 238.45,-120.62 248.46,-120.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="248.14,-124.13 258.14,-120.63 248.14,-117.13 248.14,-124.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

@@ -1,7 +1,7 @@
<?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.1.0 (20230707.0739)
<!-- Generated by graphviz version 9.0.0 (20230911.1827)
-->
<!-- Title: forward_euler Pages: 1 -->
<svg width="319pt" height="212pt"
@@ -30,8 +30,8 @@
<g id="edge1_Node000001_Node000002" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M45.29,-111.64C57.03,-127.63 82.13,-158.91 110.5,-176.62 115.49,-179.74 121.08,-182.37 126.74,-184.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="125.53,-187.86 136.13,-187.8 127.81,-181.24 125.53,-187.86"/>
</a>
</g>
</g>
@@ -48,8 +48,8 @@
<g id="edge2_Node000001_Node000003" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M55.36,-111.7C69.75,-119.91 91.04,-131.44 110.5,-139.62 114.03,-141.11 117.73,-142.55 121.46,-143.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="119.98,-147.11 130.58,-147.1 122.29,-140.5 119.98,-147.11"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge3_Node000001_Node000004" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M74.93,-107.07C84.8,-108.53 95.74,-110.16 106.51,-111.76"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.72,-115.18 116.13,-113.19 106.75,-108.25 105.72,-115.18"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge5_Node000001_Node000006" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M74.93,-96.47C82.55,-95.4 90.8,-94.23 99.13,-93.06"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="99.56,-96.54 108.97,-91.68 98.58,-89.61 99.56,-96.54"/>
</a>
</g>
</g>
@@ -102,8 +102,8 @@
<g id="edge6_Node000001_Node000007" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M55.98,-91.53C70.38,-83.58 91.36,-72.55 110.5,-64.62 114.04,-63.16 117.74,-61.74 121.48,-60.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="122.3,-63.79 130.6,-57.21 120,-57.18 122.3,-63.79"/>
</a>
</g>
</g>
@@ -120,8 +120,8 @@
<g id="edge7_Node000001_Node000008" class="edge">
<title>Node1&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M45.32,-91.74C57.11,-75.98 82.27,-45.12 110.5,-27.62 115.35,-24.62 120.74,-22.07 126.22,-19.92"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="127,-23.35 135.29,-16.75 124.69,-16.74 127,-23.35"/>
</a>
</g>
</g>
@@ -138,8 +138,8 @@
<g id="edge4_Node000004_Node000005" class="edge">
<title>Node4&#45;&gt;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"/>
<path fill="none" stroke="#63b8ff" d="M216.77,-120.62C227.39,-120.62 238.45,-120.62 248.46,-120.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="248.14,-124.13 258.14,-120.63 248.14,-117.13 248.14,-124.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB