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++: numerical_methods/ode_semi_implicit_euler.cpp File Reference</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');
@@ -118,21 +118,21 @@ Include dependency graph for ode_semi_implicit_euler.cpp:</div>
</div><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:abaeae8f62a018d197f0187a1c80a90fe"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a> (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:abaeae8f62a018d197f0187a1c80a90fe" id="r_abaeae8f62a018d197f0187a1c80a90fe"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#abaeae8f62a018d197f0187a1c80a90fe">problem</a> (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:abaeae8f62a018d197f0187a1c80a90fe"><td class="mdescLeft">&#160;</td><td class="mdescRight">Problem statement for a system with first-order differential equations. Updates the system differential variables. <br /></td></tr>
<tr class="separator:abaeae8f62a018d197f0187a1c80a90fe"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af3adf7b092a87868917ee5fb4255192b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b">exact_solution</a> (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)</td></tr>
<tr class="memitem:af3adf7b092a87868917ee5fb4255192b" id="r_af3adf7b092a87868917ee5fb4255192b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b">exact_solution</a> (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)</td></tr>
<tr class="memdesc:af3adf7b092a87868917ee5fb4255192b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Exact solution of the problem. Used for solution comparison. <br /></td></tr>
<tr class="separator:af3adf7b092a87868917ee5fb4255192b"><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>
<tr class="memitem:aa13517b8e5de1b75592052db7f7e237f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f">save_exact_solution</a> (const double &amp;X0, const double &amp;X_MAX, const double &amp;step_size, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; &amp;Y0)</td></tr>
<tr class="memitem:aa13517b8e5de1b75592052db7f7e237f" id="r_aa13517b8e5de1b75592052db7f7e237f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f">save_exact_solution</a> (const double &amp;X0, const double &amp;X_MAX, const double &amp;step_size, const <a class="elRef" target="_blank" href="http://en.cppreference.com/w/cpp/numeric/valarray.html">std::valarray</a>&lt; double &gt; &amp;Y0)</td></tr>
<tr class="separator:aa13517b8e5de1b75592052db7f7e237f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0ddf1224851353fc92bfbff6f499fa97"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>
<tr class="memitem:a0ddf1224851353fc92bfbff6f499fa97" id="r_a0ddf1224851353fc92bfbff6f499fa97"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html#a0ddf1224851353fc92bfbff6f499fa97">main</a> (int argc, char *argv[])</td></tr>
<tr class="separator:a0ddf1224851353fc92bfbff6f499fa97"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@@ -415,7 +415,7 @@ Here is the call graph for this function:</div>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="../../dir_9c6faab82c22511b50177aa2e38e2780.html">numerical_methods</a></li><li class="navelem"><a class="el" href="../../d3/d06/ode__semi__implicit__euler_8cpp.html">ode_semi_implicit_euler.cpp</a></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>
<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,33 +1,33 @@
<map id="main" name="main">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,128,55,154"/>
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/string/byte/atof.html#" title=" " alt="" coords="138,79,208,104"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,130,102,113,123,105,125,111,104,118,56,135"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="54,130,102,113,123,106,124,111,104,118,56,135"/>
<area shape="rect" id="Node000003" href="$d3/d06/ode__semi__implicit__euler_8cpp.html#aa13517b8e5de1b75592052db7f7e237f" title=" " alt="" coords="103,128,243,154"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="55,138,88,138,88,144,55,144"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="55,138,87,138,87,144,55,144"/>
<area shape="rect" id="Node000011" href="$d6/d60/group__ode.html#ga3874d294ab00fe9ce8731c5b7991a089" title="Compute approximation using the semi&#45;implicit&#45;Euler method in the given limits." alt="" coords="107,177,239,203"/>
<area shape="poly" id="edge10_Node000001_Node000011" title=" " alt="" coords="56,147,104,164,120,169,118,174,102,169,54,152"/>
<area shape="rect" id="Node000004" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/chrono/c/clock.html#" title=" " alt="" coords="334,177,412,203"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="229,152,320,175,319,180,228,157"/>
<area shape="poly" id="edge3_Node000003_Node000004" title=" " alt="" coords="229,152,319,174,318,179,228,157"/>
<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/close.html#" title=" " alt="" coords="305,227,442,252"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="223,152,244,163,260,176,269,189,278,201,292,213,301,218,299,223,290,218,274,205,265,192,256,179,242,167,221,157"/>
<area shape="poly" id="edge4_Node000003_Node000005" title=" " alt="" coords="223,152,244,163,260,176,269,189,278,201,293,213,301,218,298,222,289,218,274,205,265,192,256,179,242,167,221,157"/>
<area shape="rect" id="Node000006" href="$d3/d06/ode__semi__implicit__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b" title="Exact solution of the problem. Used for solution comparison." alt="" coords="321,29,426,55"/>
<area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="221,125,242,115,256,102,265,90,274,77,290,64,305,56,308,61,292,68,278,80,269,93,260,106,244,119,223,130"/>
<area shape="poly" id="edge5_Node000003_Node000006" title=" " alt="" coords="221,125,242,115,256,102,265,90,274,77,290,64,305,56,307,61,292,68,278,80,269,93,260,106,244,119,223,130"/>
<area shape="rect" id="Node000009" 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="298,79,449,104"/>
<area shape="poly" id="edge8_Node000003_Node000009" title=" " alt="" coords="228,125,303,106,304,111,229,130"/>
<area shape="poly" id="edge8_Node000003_Node000009" title=" " alt="" coords="228,125,302,106,304,111,229,130"/>
<area shape="rect" id="Node000010" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/io/c/perror.html#" title=" " alt="" coords="333,128,413,154"/>
<area shape="poly" id="edge9_Node000003_Node000010" title=" " alt="" coords="243,138,318,138,318,144,243,144"/>
<area shape="poly" id="edge9_Node000003_Node000010" title=" " alt="" coords="243,138,317,138,317,144,243,144"/>
<area shape="rect" id="Node000007" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/cos.html#" title=" " alt="" coords="503,55,572,80"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="427,48,489,57,488,63,426,53"/>
<area shape="poly" id="edge6_Node000006_Node000007" title=" " alt="" coords="427,48,488,57,488,63,426,53"/>
<area shape="rect" id="Node000008" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sin.html#" title=" " alt="" coords="505,5,570,31"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="426,32,490,22,491,28,426,37"/>
<area shape="poly" id="edge11_Node000011_Node000004" title=" " alt="" coords="239,188,319,188,319,193,239,193"/>
<area shape="poly" id="edge12_Node000011_Node000005" title=" " alt="" coords="229,201,304,220,303,225,228,206"/>
<area shape="poly" id="edge13_Node000011_Node000009" title=" " alt="" coords="221,174,242,164,256,152,265,139,274,126,290,113,299,108,301,113,292,118,278,130,269,142,260,155,244,168,223,179"/>
<area shape="poly" id="edge15_Node000011_Node000010" title=" " alt="" coords="228,174,318,151,320,157,229,179"/>
<area shape="poly" id="edge7_Node000006_Node000008" title=" " alt="" coords="426,32,489,22,490,28,426,37"/>
<area shape="poly" id="edge11_Node000011_Node000004" title=" " alt="" coords="239,188,318,188,318,193,239,193"/>
<area shape="poly" id="edge12_Node000011_Node000005" title=" " alt="" coords="229,201,304,220,302,225,228,206"/>
<area shape="poly" id="edge13_Node000011_Node000009" title=" " alt="" coords="221,174,242,164,256,152,265,139,274,126,289,113,298,109,301,113,293,118,278,130,269,142,260,155,244,168,223,179"/>
<area shape="poly" id="edge15_Node000011_Node000010" title=" " alt="" coords="228,174,317,152,319,157,229,179"/>
<area shape="rect" id="Node000012" 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="306,276,440,302"/>
<area shape="poly" id="edge14_Node000011_Node000012" title=" " alt="" coords="193,201,237,232,292,262,306,268,304,273,290,267,234,236,190,206"/>
<area shape="rect" id="Node000013" href="$d6/d60/group__ode.html#ga827bf009831ddc477c5fa8891d5cb35f" title="Compute next step approximation using the semi&#45;implicit&#45;Euler method." alt="" coords="291,325,455,351"/>
<area shape="poly" id="edge16_Node000011_Node000013" title=" " alt="" coords="185,202,227,255,258,286,292,312,301,317,299,321,290,316,254,290,223,259,181,205"/>
<area shape="poly" id="edge16_Node000011_Node000013" title=" " alt="" coords="185,202,227,255,258,286,292,312,301,316,298,321,290,316,254,290,223,259,181,205"/>
<area shape="rect" id="Node000014" 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="504,325,571,351"/>
<area shape="poly" id="edge17_Node000013_Node000014" title=" " alt="" coords="456,336,489,336,489,341,456,341"/>
<area shape="poly" id="edge17_Node000013_Node000014" title=" " alt="" coords="456,336,488,336,488,341,456,341"/>
</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: main Pages: 1 -->
<svg width="433pt" height="267pt"
@@ -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="M37.32,-163.98C47.72,-167.69 61.1,-172.44 73,-176.62 78.18,-178.45 83.66,-180.37 89.04,-182.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.55,-185.78 98.14,-185.77 89.86,-179.17 87.55,-185.78"/>
<path fill="none" stroke="#63b8ff" d="M37.32,-163.98C47.72,-167.69 61.1,-172.44 73,-176.62 78.05,-178.4 83.38,-180.27 88.62,-182.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.12,-185.28 97.72,-185.27 89.43,-178.68 87.12,-185.28"/>
</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="M37.33,-157.62C44.33,-157.62 52.81,-157.62 61.71,-157.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.69,-161.13 71.69,-157.62 61.69,-154.13 61.69,-161.13"/>
<path fill="none" stroke="#63b8ff" d="M37.33,-157.62C44.25,-157.62 52.63,-157.62 61.41,-157.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.17,-161.13 71.17,-157.63 61.17,-154.13 61.17,-161.13"/>
</a>
</g>
</g>
@@ -76,8 +76,8 @@
<g id="edge10_Node000001_Node000011" class="edge">
<title>Node1&#45;&gt;Node11</title>
<g id="a_edge10_Node000001_Node000011"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.32,-151.27C47.72,-147.56 61.1,-142.81 73,-138.62 77.02,-137.21 81.21,-135.74 85.39,-134.28"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.39,-137.29 94.67,-130.69 84.08,-130.68 86.39,-137.29"/>
<path fill="none" stroke="#63b8ff" d="M37.32,-151.27C47.72,-147.56 61.1,-142.81 73,-138.62 76.9,-137.25 80.97,-135.83 85.03,-134.4"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.96,-137.79 94.24,-131.19 83.65,-131.18 85.96,-137.79"/>
</a>
</g>
</g>
@@ -94,8 +94,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M167.13,-147.51C188.45,-142.19 214.48,-135.7 235.61,-130.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="236.3,-133.61 245.16,-127.79 234.61,-126.82 236.3,-133.61"/>
<path fill="none" stroke="#63b8ff" d="M167.13,-147.51C188.26,-142.24 214,-135.82 235.02,-130.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.84,-133.98 244.69,-128.16 234.14,-127.18 235.84,-133.98"/>
</a>
</g>
</g>
@@ -112,8 +112,8 @@
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M162.66,-147.57C168.09,-145.35 173.47,-142.72 178.25,-139.62 197.79,-126.99 194.42,-113.8 214.25,-101.62 216.42,-100.29 218.7,-99.05 221.04,-97.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.15,-100.81 229.96,-93.65 219.39,-94.37 222.15,-100.81"/>
<path fill="none" stroke="#63b8ff" d="M162.66,-147.57C168.09,-145.35 173.47,-142.72 178.25,-139.62 197.79,-126.99 194.42,-113.8 214.25,-101.62 216.26,-100.39 218.36,-99.24 220.52,-98.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="221.78,-101.43 229.57,-94.25 219,-95 221.78,-101.43"/>
</a>
</g>
</g>
@@ -130,8 +130,8 @@
<g id="edge5_Node000003_Node000006" class="edge">
<title>Node3&#45;&gt;Node6</title>
<g id="a_edge5_Node000003_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M162.66,-167.68C168.09,-169.9 173.47,-172.53 178.25,-175.62 197.79,-188.26 194.42,-201.45 214.25,-213.62 217.88,-215.86 221.81,-217.82 225.85,-219.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.47,-223.15 235.06,-223.4 226.94,-216.6 224.47,-223.15"/>
<path fill="none" stroke="#63b8ff" d="M162.66,-167.68C168.09,-169.9 173.47,-172.53 178.25,-175.62 197.79,-188.26 194.42,-201.45 214.25,-213.62 217.78,-215.79 221.58,-217.71 225.51,-219.41"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.05,-222.6 234.65,-222.86 226.53,-216.05 224.05,-222.6"/>
</a>
</g>
</g>
@@ -148,8 +148,8 @@
<g id="edge8_Node000003_Node000009" class="edge">
<title>Node3&#45;&gt;Node9</title>
<g id="a_edge8_Node000003_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M167.13,-167.74C184.62,-172.1 205.27,-177.25 223.8,-181.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.86,-185.5 233.41,-184.53 224.56,-178.71 222.86,-185.5"/>
<path fill="none" stroke="#63b8ff" d="M167.13,-167.74C184.46,-172.06 204.89,-177.16 223.28,-181.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.4,-185.13 232.95,-184.16 224.09,-178.34 222.4,-185.13"/>
</a>
</g>
</g>
@@ -166,8 +166,8 @@
<g id="edge9_Node000003_Node000010" class="edge">
<title>Node3&#45;&gt;Node10</title>
<g id="a_edge9_Node000003_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M178.48,-157.62C196.83,-157.62 217.2,-157.62 234.46,-157.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="234.31,-161.13 244.31,-157.62 234.31,-154.13 234.31,-161.13"/>
<path fill="none" stroke="#63b8ff" d="M178.48,-157.62C196.66,-157.62 216.81,-157.62 233.97,-157.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="233.79,-161.13 243.79,-157.63 233.79,-154.13 233.79,-161.13"/>
</a>
</g>
</g>
@@ -184,8 +184,8 @@
<g id="edge6_Node000006_Node000007" class="edge">
<title>Node6&#45;&gt;Node7</title>
<g id="a_edge6_Node000006_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M315.57,-225.56C330.59,-223.21 347.69,-220.53 362.42,-218.22"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.8,-221.55 372.14,-216.54 361.72,-214.63 362.8,-221.55"/>
<path fill="none" stroke="#63b8ff" d="M315.57,-225.56C330.45,-223.23 347.36,-220.58 361.98,-218.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.31,-221.78 371.64,-216.77 361.22,-214.86 362.31,-221.78"/>
</a>
</g>
</g>
@@ -202,8 +202,8 @@
<g id="edge7_Node000006_Node000008" class="edge">
<title>Node6&#45;&gt;Node8</title>
<g id="a_edge7_Node000006_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M315.57,-237.37C331.04,-239.67 348.7,-242.29 363.71,-244.52"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="363.18,-248.12 373.59,-246.13 364.21,-241.2 363.18,-248.12"/>
<path fill="none" stroke="#63b8ff" d="M315.57,-237.37C330.88,-239.64 348.35,-242.24 363.27,-244.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.69,-247.9 373.09,-245.91 363.71,-240.98 362.69,-247.9"/>
</a>
</g>
</g>
@@ -211,8 +211,8 @@
<g id="edge11_Node000011_Node000004" class="edge">
<title>Node11&#45;&gt;Node4</title>
<g id="a_edge11_Node000011_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M175.58,-120.62C195,-120.62 217.03,-120.62 235.4,-120.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.3,-124.13 245.3,-120.62 235.3,-117.13 235.3,-124.13"/>
<path fill="none" stroke="#63b8ff" d="M175.58,-120.62C194.81,-120.62 216.61,-120.62 234.87,-120.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="234.79,-124.13 244.79,-120.63 234.79,-117.13 234.79,-124.13"/>
</a>
</g>
</g>
@@ -220,8 +220,8 @@
<g id="edge12_Node000011_Node000005" class="edge">
<title>Node11&#45;&gt;Node5</title>
<g id="a_edge12_Node000011_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M167.13,-110.51C184.62,-106.15 205.27,-101 223.8,-96.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.56,-99.54 233.41,-93.72 222.86,-92.75 224.56,-99.54"/>
<path fill="none" stroke="#63b8ff" d="M167.13,-110.51C184.46,-106.19 204.89,-101.09 223.28,-96.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.09,-99.91 232.95,-94.09 222.4,-93.12 224.09,-99.91"/>
</a>
</g>
</g>
@@ -229,8 +229,8 @@
<g id="edge13_Node000011_Node000009" class="edge">
<title>Node11&#45;&gt;Node9</title>
<g id="a_edge13_Node000011_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M162.66,-130.68C168.09,-132.9 173.47,-135.53 178.25,-138.62 197.79,-151.26 194.42,-164.45 214.25,-176.62 216.42,-177.96 218.7,-179.2 221.04,-180.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="219.39,-183.88 229.96,-184.6 222.15,-177.44 219.39,-183.88"/>
<path fill="none" stroke="#63b8ff" d="M162.66,-130.68C168.09,-132.9 173.47,-135.53 178.25,-138.62 197.79,-151.26 194.42,-164.45 214.25,-176.62 216.26,-177.86 218.36,-179.01 220.52,-180.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="219,-183.25 229.57,-184 221.78,-176.82 219,-183.25"/>
</a>
</g>
</g>
@@ -238,8 +238,8 @@
<g id="edge15_Node000011_Node000010" class="edge">
<title>Node11&#45;&gt;Node10</title>
<g id="a_edge15_Node000011_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M167.13,-130.74C188.31,-136.02 214.12,-142.46 235.17,-147.72"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="234.15,-151.32 244.7,-150.34 235.84,-144.53 234.15,-151.32"/>
<path fill="none" stroke="#63b8ff" d="M167.13,-130.74C188.11,-135.97 213.65,-142.34 234.59,-147.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="233.68,-150.95 244.23,-149.98 235.37,-144.16 233.68,-150.95"/>
</a>
</g>
</g>
@@ -256,8 +256,8 @@
<g id="edge14_Node000011_Node000012" class="edge">
<title>Node11&#45;&gt;Node12</title>
<g id="a_edge14_Node000011_Node000012"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M139.61,-110.66C156.16,-98.37 186.01,-77.53 214.25,-64.62 217.65,-63.07 221.21,-61.61 224.84,-60.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="225.85,-63.26 234.15,-56.68 223.56,-56.65 225.85,-63.26"/>
<path fill="none" stroke="#63b8ff" d="M139.61,-110.66C156.16,-98.37 186.01,-77.53 214.25,-64.62 217.55,-63.12 221,-61.7 224.51,-60.38"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="225.43,-63.76 233.72,-57.17 223.13,-57.15 225.43,-63.76"/>
</a>
</g>
</g>
@@ -274,8 +274,8 @@
<g id="edge16_Node000011_Node000013" class="edge">
<title>Node11&#45;&gt;Node13</title>
<g id="a_edge16_Node000011_Node000013"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M133.31,-110.58C146.5,-91.53 177.79,-50.07 214.25,-27.62 216.42,-26.29 218.69,-25.05 221.04,-23.89"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.15,-26.8 229.95,-19.63 219.38,-20.37 222.15,-26.8"/>
<path fill="none" stroke="#63b8ff" d="M133.31,-110.58C146.5,-91.53 177.79,-50.07 214.25,-27.62 216.26,-26.39 218.36,-25.23 220.52,-24.15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="221.78,-27.42 229.56,-20.24 219,-21 221.78,-27.42"/>
</a>
</g>
</g>
@@ -292,8 +292,8 @@
<g id="edge17_Node000013_Node000014" class="edge">
<title>Node13&#45;&gt;Node14</title>
<g id="a_edge17_Node000013_Node000014"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M337.86,-9.62C346.33,-9.62 354.8,-9.62 362.6,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.47,-13.13 372.47,-9.62 362.47,-6.13 362.47,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M337.86,-9.62C346.14,-9.62 354.41,-9.62 362.06,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="361.95,-13.13 371.95,-9.63 361.95,-6.13 361.95,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 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: main Pages: 1 -->
<svg width="433pt" height="267pt"
@@ -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="M37.32,-163.98C47.72,-167.69 61.1,-172.44 73,-176.62 78.18,-178.45 83.66,-180.37 89.04,-182.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.55,-185.78 98.14,-185.77 89.86,-179.17 87.55,-185.78"/>
<path fill="none" stroke="#63b8ff" d="M37.32,-163.98C47.72,-167.69 61.1,-172.44 73,-176.62 78.05,-178.4 83.38,-180.27 88.62,-182.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="87.12,-185.28 97.72,-185.27 89.43,-178.68 87.12,-185.28"/>
</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="M37.33,-157.62C44.33,-157.62 52.81,-157.62 61.71,-157.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.69,-161.13 71.69,-157.62 61.69,-154.13 61.69,-161.13"/>
<path fill="none" stroke="#63b8ff" d="M37.33,-157.62C44.25,-157.62 52.63,-157.62 61.41,-157.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="61.17,-161.13 71.17,-157.63 61.17,-154.13 61.17,-161.13"/>
</a>
</g>
</g>
@@ -66,8 +66,8 @@
<g id="edge10_Node000001_Node000011" class="edge">
<title>Node1&#45;&gt;Node11</title>
<g id="a_edge10_Node000001_Node000011"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M37.32,-151.27C47.72,-147.56 61.1,-142.81 73,-138.62 77.02,-137.21 81.21,-135.74 85.39,-134.28"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="86.39,-137.29 94.67,-130.69 84.08,-130.68 86.39,-137.29"/>
<path fill="none" stroke="#63b8ff" d="M37.32,-151.27C47.72,-147.56 61.1,-142.81 73,-138.62 76.9,-137.25 80.97,-135.83 85.03,-134.4"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="85.96,-137.79 94.24,-131.19 83.65,-131.18 85.96,-137.79"/>
</a>
</g>
</g>
@@ -84,8 +84,8 @@
<g id="edge3_Node000003_Node000004" class="edge">
<title>Node3&#45;&gt;Node4</title>
<g id="a_edge3_Node000003_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M167.13,-147.51C188.45,-142.19 214.48,-135.7 235.61,-130.43"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="236.3,-133.61 245.16,-127.79 234.61,-126.82 236.3,-133.61"/>
<path fill="none" stroke="#63b8ff" d="M167.13,-147.51C188.26,-142.24 214,-135.82 235.02,-130.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.84,-133.98 244.69,-128.16 234.14,-127.18 235.84,-133.98"/>
</a>
</g>
</g>
@@ -102,8 +102,8 @@
<g id="edge4_Node000003_Node000005" class="edge">
<title>Node3&#45;&gt;Node5</title>
<g id="a_edge4_Node000003_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M162.66,-147.57C168.09,-145.35 173.47,-142.72 178.25,-139.62 197.79,-126.99 194.42,-113.8 214.25,-101.62 216.42,-100.29 218.7,-99.05 221.04,-97.9"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.15,-100.81 229.96,-93.65 219.39,-94.37 222.15,-100.81"/>
<path fill="none" stroke="#63b8ff" d="M162.66,-147.57C168.09,-145.35 173.47,-142.72 178.25,-139.62 197.79,-126.99 194.42,-113.8 214.25,-101.62 216.26,-100.39 218.36,-99.24 220.52,-98.16"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="221.78,-101.43 229.57,-94.25 219,-95 221.78,-101.43"/>
</a>
</g>
</g>
@@ -120,8 +120,8 @@
<g id="edge5_Node000003_Node000006" class="edge">
<title>Node3&#45;&gt;Node6</title>
<g id="a_edge5_Node000003_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M162.66,-167.68C168.09,-169.9 173.47,-172.53 178.25,-175.62 197.79,-188.26 194.42,-201.45 214.25,-213.62 217.88,-215.86 221.81,-217.82 225.85,-219.56"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.47,-223.15 235.06,-223.4 226.94,-216.6 224.47,-223.15"/>
<path fill="none" stroke="#63b8ff" d="M162.66,-167.68C168.09,-169.9 173.47,-172.53 178.25,-175.62 197.79,-188.26 194.42,-201.45 214.25,-213.62 217.78,-215.79 221.58,-217.71 225.51,-219.41"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.05,-222.6 234.65,-222.86 226.53,-216.05 224.05,-222.6"/>
</a>
</g>
</g>
@@ -138,8 +138,8 @@
<g id="edge8_Node000003_Node000009" class="edge">
<title>Node3&#45;&gt;Node9</title>
<g id="a_edge8_Node000003_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M167.13,-167.74C184.62,-172.1 205.27,-177.25 223.8,-181.88"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.86,-185.5 233.41,-184.53 224.56,-178.71 222.86,-185.5"/>
<path fill="none" stroke="#63b8ff" d="M167.13,-167.74C184.46,-172.06 204.89,-177.16 223.28,-181.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.4,-185.13 232.95,-184.16 224.09,-178.34 222.4,-185.13"/>
</a>
</g>
</g>
@@ -156,8 +156,8 @@
<g id="edge9_Node000003_Node000010" class="edge">
<title>Node3&#45;&gt;Node10</title>
<g id="a_edge9_Node000003_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M178.48,-157.62C196.83,-157.62 217.2,-157.62 234.46,-157.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="234.31,-161.13 244.31,-157.62 234.31,-154.13 234.31,-161.13"/>
<path fill="none" stroke="#63b8ff" d="M178.48,-157.62C196.66,-157.62 216.81,-157.62 233.97,-157.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="233.79,-161.13 243.79,-157.63 233.79,-154.13 233.79,-161.13"/>
</a>
</g>
</g>
@@ -174,8 +174,8 @@
<g id="edge6_Node000006_Node000007" class="edge">
<title>Node6&#45;&gt;Node7</title>
<g id="a_edge6_Node000006_Node000007"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M315.57,-225.56C330.59,-223.21 347.69,-220.53 362.42,-218.22"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.8,-221.55 372.14,-216.54 361.72,-214.63 362.8,-221.55"/>
<path fill="none" stroke="#63b8ff" d="M315.57,-225.56C330.45,-223.23 347.36,-220.58 361.98,-218.29"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.31,-221.78 371.64,-216.77 361.22,-214.86 362.31,-221.78"/>
</a>
</g>
</g>
@@ -192,8 +192,8 @@
<g id="edge7_Node000006_Node000008" class="edge">
<title>Node6&#45;&gt;Node8</title>
<g id="a_edge7_Node000006_Node000008"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M315.57,-237.37C331.04,-239.67 348.7,-242.29 363.71,-244.52"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="363.18,-248.12 373.59,-246.13 364.21,-241.2 363.18,-248.12"/>
<path fill="none" stroke="#63b8ff" d="M315.57,-237.37C330.88,-239.64 348.35,-242.24 363.27,-244.45"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.69,-247.9 373.09,-245.91 363.71,-240.98 362.69,-247.9"/>
</a>
</g>
</g>
@@ -201,8 +201,8 @@
<g id="edge11_Node000011_Node000004" class="edge">
<title>Node11&#45;&gt;Node4</title>
<g id="a_edge11_Node000011_Node000004"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M175.58,-120.62C195,-120.62 217.03,-120.62 235.4,-120.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="235.3,-124.13 245.3,-120.62 235.3,-117.13 235.3,-124.13"/>
<path fill="none" stroke="#63b8ff" d="M175.58,-120.62C194.81,-120.62 216.61,-120.62 234.87,-120.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="234.79,-124.13 244.79,-120.63 234.79,-117.13 234.79,-124.13"/>
</a>
</g>
</g>
@@ -210,8 +210,8 @@
<g id="edge12_Node000011_Node000005" class="edge">
<title>Node11&#45;&gt;Node5</title>
<g id="a_edge12_Node000011_Node000005"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M167.13,-110.51C184.62,-106.15 205.27,-101 223.8,-96.37"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.56,-99.54 233.41,-93.72 222.86,-92.75 224.56,-99.54"/>
<path fill="none" stroke="#63b8ff" d="M167.13,-110.51C184.46,-106.19 204.89,-101.09 223.28,-96.5"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="224.09,-99.91 232.95,-94.09 222.4,-93.12 224.09,-99.91"/>
</a>
</g>
</g>
@@ -219,8 +219,8 @@
<g id="edge13_Node000011_Node000009" class="edge">
<title>Node11&#45;&gt;Node9</title>
<g id="a_edge13_Node000011_Node000009"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M162.66,-130.68C168.09,-132.9 173.47,-135.53 178.25,-138.62 197.79,-151.26 194.42,-164.45 214.25,-176.62 216.42,-177.96 218.7,-179.2 221.04,-180.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="219.39,-183.88 229.96,-184.6 222.15,-177.44 219.39,-183.88"/>
<path fill="none" stroke="#63b8ff" d="M162.66,-130.68C168.09,-132.9 173.47,-135.53 178.25,-138.62 197.79,-151.26 194.42,-164.45 214.25,-176.62 216.26,-177.86 218.36,-179.01 220.52,-180.09"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="219,-183.25 229.57,-184 221.78,-176.82 219,-183.25"/>
</a>
</g>
</g>
@@ -228,8 +228,8 @@
<g id="edge15_Node000011_Node000010" class="edge">
<title>Node11&#45;&gt;Node10</title>
<g id="a_edge15_Node000011_Node000010"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M167.13,-130.74C188.31,-136.02 214.12,-142.46 235.17,-147.72"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="234.15,-151.32 244.7,-150.34 235.84,-144.53 234.15,-151.32"/>
<path fill="none" stroke="#63b8ff" d="M167.13,-130.74C188.11,-135.97 213.65,-142.34 234.59,-147.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="233.68,-150.95 244.23,-149.98 235.37,-144.16 233.68,-150.95"/>
</a>
</g>
</g>
@@ -246,8 +246,8 @@
<g id="edge14_Node000011_Node000012" class="edge">
<title>Node11&#45;&gt;Node12</title>
<g id="a_edge14_Node000011_Node000012"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M139.61,-110.66C156.16,-98.37 186.01,-77.53 214.25,-64.62 217.65,-63.07 221.21,-61.61 224.84,-60.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="225.85,-63.26 234.15,-56.68 223.56,-56.65 225.85,-63.26"/>
<path fill="none" stroke="#63b8ff" d="M139.61,-110.66C156.16,-98.37 186.01,-77.53 214.25,-64.62 217.55,-63.12 221,-61.7 224.51,-60.38"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="225.43,-63.76 233.72,-57.17 223.13,-57.15 225.43,-63.76"/>
</a>
</g>
</g>
@@ -264,8 +264,8 @@
<g id="edge16_Node000011_Node000013" class="edge">
<title>Node11&#45;&gt;Node13</title>
<g id="a_edge16_Node000011_Node000013"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M133.31,-110.58C146.5,-91.53 177.79,-50.07 214.25,-27.62 216.42,-26.29 218.69,-25.05 221.04,-23.89"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="222.15,-26.8 229.95,-19.63 219.38,-20.37 222.15,-26.8"/>
<path fill="none" stroke="#63b8ff" d="M133.31,-110.58C146.5,-91.53 177.79,-50.07 214.25,-27.62 216.26,-26.39 218.36,-25.23 220.52,-24.15"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="221.78,-27.42 229.56,-20.24 219,-21 221.78,-27.42"/>
</a>
</g>
</g>
@@ -282,8 +282,8 @@
<g id="edge17_Node000013_Node000014" class="edge">
<title>Node13&#45;&gt;Node14</title>
<g id="a_edge17_Node000013_Node000014"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M337.86,-9.62C346.33,-9.62 354.8,-9.62 362.6,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="362.47,-13.13 372.47,-9.62 362.47,-6.13 362.47,-13.13"/>
<path fill="none" stroke="#63b8ff" d="M337.86,-9.62C346.14,-9.62 354.41,-9.62 362.06,-9.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="361.95,-13.13 371.95,-9.63 361.95,-6.13 361.95,-13.13"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@@ -1,17 +1,17 @@
<map id="save_exact_solution" name="save_exact_solution">
<area shape="rect" id="Node000001" title=" " alt="" coords="5,104,146,130"/>
<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="230,5,309,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="93,101,137,71,193,40,215,31,217,35,195,45,140,76,96,106"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="93,101,137,71,193,40,215,31,217,36,195,45,140,76,96,106"/>
<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="201,55,338,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="128,101,201,82,202,87,130,106"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="128,101,200,82,202,87,130,106"/>
<area shape="rect" id="Node000004" href="$d3/d06/ode__semi__implicit__euler_8cpp.html#af3adf7b092a87868917ee5fb4255192b" title="Exact solution of the problem. Used for solution comparison." alt="" coords="217,104,322,130"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="146,114,202,114,202,120,146,120"/>
<area shape="poly" id="edge3_Node000001_Node000004" title=" " alt="" coords="146,114,201,114,201,120,146,120"/>
<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/is_open.html#" title=" " alt="" coords="194,153,345,179"/>
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="130,128,202,147,201,152,128,133"/>
<area shape="poly" id="edge6_Node000001_Node000007" title=" " alt="" coords="130,128,202,146,200,151,128,133"/>
<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="229,203,310,228"/>
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="96,128,140,158,195,189,216,198,214,203,193,194,137,163,93,132"/>
<area shape="poly" id="edge7_Node000001_Node000008" title=" " alt="" coords="96,128,140,158,195,189,215,198,213,202,193,194,137,163,93,132"/>
<area shape="rect" id="Node000005" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/cos.html#" title=" " alt="" coords="393,80,461,106"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="322,106,378,98,379,103,323,111"/>
<area shape="poly" id="edge4_Node000004_Node000005" title=" " alt="" coords="322,106,377,98,378,103,323,111"/>
<area shape="rect" id="Node000006" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sin.html#" title=" " alt="" coords="395,129,459,155"/>
<area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="323,123,381,132,380,137,322,128"/>
<area shape="poly" id="edge5_Node000004_Node000006" title=" " alt="" coords="323,123,380,132,379,137,322,128"/>
</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: save_exact_solution Pages: 1 -->
<svg width="350pt" height="175pt"
@@ -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="M66.95,-93.69C83.61,-105.9 113.32,-126.46 141.25,-139.62 146.6,-142.15 152.39,-144.45 158.15,-146.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.79,-150.07 167.38,-149.93 159.01,-143.44 156.79,-150.07"/>
<path fill="none" stroke="#63b8ff" d="M66.95,-93.69C83.61,-105.9 113.32,-126.46 141.25,-139.62 146.46,-142.08 152.1,-144.33 157.72,-146.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.35,-149.58 166.95,-149.45 158.58,-142.95 156.35,-149.58"/>
</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="M92.8,-93.74C109.64,-98.08 129.5,-103.21 147.35,-107.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.31,-111.42 156.87,-110.53 148.06,-104.64 146.31,-111.42"/>
<path fill="none" stroke="#63b8ff" d="M92.8,-93.74C109.48,-98.04 129.13,-103.11 146.85,-107.68"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.85,-111.04 156.4,-110.15 147.6,-104.26 145.85,-111.04"/>
</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="M105.39,-83.62C119.18,-83.62 134.05,-83.62 147.71,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.37,-87.13 157.37,-83.62 147.37,-80.13 147.37,-87.13"/>
<path fill="none" stroke="#63b8ff" d="M105.39,-83.62C118.91,-83.62 133.46,-83.62 146.9,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.85,-87.13 156.85,-83.63 146.85,-80.13 146.85,-87.13"/>
</a>
</g>
</g>
@@ -94,8 +94,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="M92.8,-73.51C109.64,-69.17 129.5,-64.04 147.35,-59.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.06,-62.61 156.87,-56.72 146.31,-55.83 148.06,-62.61"/>
<path fill="none" stroke="#63b8ff" d="M92.8,-73.51C109.48,-69.21 129.13,-64.14 146.85,-59.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.6,-62.99 156.4,-57.1 145.85,-56.21 147.6,-62.99"/>
</a>
</g>
</g>
@@ -112,8 +112,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="M66.95,-73.56C83.61,-61.35 113.32,-40.79 141.25,-27.62 146.3,-25.25 151.74,-23.06 157.18,-21.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="158.17,-24.11 166.52,-17.59 155.93,-17.48 158.17,-24.11"/>
<path fill="none" stroke="#63b8ff" d="M66.95,-73.56C83.61,-61.35 113.32,-40.79 141.25,-27.62 146.17,-25.31 151.46,-23.17 156.76,-21.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.74,-24.61 166.09,-18.08 155.49,-17.98 157.74,-24.61"/>
</a>
</g>
</g>
@@ -130,8 +130,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="M237.75,-89.62C251.29,-91.71 266.4,-94.05 279.68,-96.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="278.9,-99.68 289.32,-97.75 279.97,-92.76 278.9,-99.68"/>
<path fill="none" stroke="#63b8ff" d="M237.75,-89.62C251.15,-91.69 266.1,-94 279.28,-96.04"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="278.4,-99.45 288.82,-97.52 279.47,-92.53 278.4,-99.45"/>
</a>
</g>
</g>
@@ -148,8 +148,8 @@
<g id="edge5_Node000004_Node000006" class="edge">
<title>Node4&#45;&gt;Node6</title>
<g id="a_edge5_Node000004_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M237.75,-77.3C251.94,-74.98 267.88,-72.38 281.6,-70.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="281.75,-73.5 291.05,-68.43 280.62,-66.59 281.75,-73.5"/>
<path fill="none" stroke="#63b8ff" d="M237.75,-77.3C251.66,-75.03 267.25,-72.48 280.78,-70.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="281.25,-73.74 290.56,-68.68 280.13,-66.83 281.25,-73.74"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 7.5 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: save_exact_solution Pages: 1 -->
<svg width="350pt" height="175pt"
@@ -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="M66.95,-93.69C83.61,-105.9 113.32,-126.46 141.25,-139.62 146.6,-142.15 152.39,-144.45 158.15,-146.51"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.79,-150.07 167.38,-149.93 159.01,-143.44 156.79,-150.07"/>
<path fill="none" stroke="#63b8ff" d="M66.95,-93.69C83.61,-105.9 113.32,-126.46 141.25,-139.62 146.46,-142.08 152.1,-144.33 157.72,-146.35"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="156.35,-149.58 166.95,-149.45 158.58,-142.95 156.35,-149.58"/>
</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="M92.8,-93.74C109.64,-98.08 129.5,-103.21 147.35,-107.81"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.31,-111.42 156.87,-110.53 148.06,-104.64 146.31,-111.42"/>
<path fill="none" stroke="#63b8ff" d="M92.8,-93.74C109.48,-98.04 129.13,-103.11 146.85,-107.68"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="145.85,-111.04 156.4,-110.15 147.6,-104.26 145.85,-111.04"/>
</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="M105.39,-83.62C119.18,-83.62 134.05,-83.62 147.71,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.37,-87.13 157.37,-83.62 147.37,-80.13 147.37,-87.13"/>
<path fill="none" stroke="#63b8ff" d="M105.39,-83.62C118.91,-83.62 133.46,-83.62 146.9,-83.62"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="146.85,-87.13 156.85,-83.63 146.85,-80.13 146.85,-87.13"/>
</a>
</g>
</g>
@@ -84,8 +84,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="M92.8,-73.51C109.64,-69.17 129.5,-64.04 147.35,-59.44"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="148.06,-62.61 156.87,-56.72 146.31,-55.83 148.06,-62.61"/>
<path fill="none" stroke="#63b8ff" d="M92.8,-73.51C109.48,-69.21 129.13,-64.14 146.85,-59.57"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="147.6,-62.99 156.4,-57.1 145.85,-56.21 147.6,-62.99"/>
</a>
</g>
</g>
@@ -102,8 +102,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="M66.95,-73.56C83.61,-61.35 113.32,-40.79 141.25,-27.62 146.3,-25.25 151.74,-23.06 157.18,-21.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="158.17,-24.11 166.52,-17.59 155.93,-17.48 158.17,-24.11"/>
<path fill="none" stroke="#63b8ff" d="M66.95,-73.56C83.61,-61.35 113.32,-40.79 141.25,-27.62 146.17,-25.31 151.46,-23.17 156.76,-21.25"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="157.74,-24.61 166.09,-18.08 155.49,-17.98 157.74,-24.61"/>
</a>
</g>
</g>
@@ -120,8 +120,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="M237.75,-89.62C251.29,-91.71 266.4,-94.05 279.68,-96.1"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="278.9,-99.68 289.32,-97.75 279.97,-92.76 278.9,-99.68"/>
<path fill="none" stroke="#63b8ff" d="M237.75,-89.62C251.15,-91.69 266.1,-94 279.28,-96.04"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="278.4,-99.45 288.82,-97.52 279.47,-92.53 278.4,-99.45"/>
</a>
</g>
</g>
@@ -138,8 +138,8 @@
<g id="edge5_Node000004_Node000006" class="edge">
<title>Node4&#45;&gt;Node6</title>
<g id="a_edge5_Node000004_Node000006"><a xlink:title=" ">
<path fill="none" stroke="#63b8ff" d="M237.75,-77.3C251.94,-74.98 267.88,-72.38 281.6,-70.14"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="281.75,-73.5 291.05,-68.43 280.62,-66.59 281.75,-73.5"/>
<path fill="none" stroke="#63b8ff" d="M237.75,-77.3C251.66,-75.03 267.25,-72.48 280.78,-70.27"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="281.25,-73.74 290.56,-68.68 280.13,-66.83 281.25,-73.74"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

@@ -3,5 +3,5 @@
<area shape="rect" id="Node000002" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/cos.html#" title=" " alt="" coords="159,5,227,31"/>
<area shape="poly" id="edge1_Node000001_Node000002" title=" " alt="" coords="111,31,143,25,144,30,112,36"/>
<area shape="rect" id="Node000003" href="/Users/runner/work/C-Plus-Plus/C-Plus-Plus/doc/cppreference-doxygen-web.tag.xml$cpp/numeric/math/sin.html#" title=" " alt="" coords="161,55,225,80"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="112,50,146,57,145,62,111,56"/>
<area shape="poly" id="edge2_Node000001_Node000003" title=" " alt="" coords="112,50,146,56,145,62,111,56"/>
</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: exact_solution Pages: 1 -->
<svg width="174pt" height="64pt"
@@ -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="M79.39,-35.08C87.43,-36.62 95.86,-38.24 103.78,-39.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.07,-43.37 113.55,-41.82 104.39,-36.5 103.07,-43.37"/>
<path fill="none" stroke="#63b8ff" d="M79.39,-35.08C87.34,-36.6 95.66,-38.2 103.51,-39.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.58,-43.09 113.06,-41.53 103.9,-36.21 102.58,-43.09"/>
</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="M79.39,-20.56C87.99,-19 97.04,-17.36 105.43,-15.83"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.79,-19.15 115,-13.91 104.54,-12.26 105.79,-19.15"/>
<path fill="none" stroke="#63b8ff" d="M79.39,-20.56C87.8,-19.04 96.63,-17.43 104.87,-15.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.3,-19.42 114.51,-14.19 104.05,-12.53 105.3,-19.42"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 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: exact_solution Pages: 1 -->
<svg width="174pt" height="64pt"
@@ -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="M79.39,-35.08C87.43,-36.62 95.86,-38.24 103.78,-39.75"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="103.07,-43.37 113.55,-41.82 104.39,-36.5 103.07,-43.37"/>
<path fill="none" stroke="#63b8ff" d="M79.39,-35.08C87.34,-36.6 95.66,-38.2 103.51,-39.7"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="102.58,-43.09 113.06,-41.53 103.9,-36.21 102.58,-43.09"/>
</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="M79.39,-20.56C87.99,-19 97.04,-17.36 105.43,-15.83"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.79,-19.15 115,-13.91 104.54,-12.26 105.79,-19.15"/>
<path fill="none" stroke="#63b8ff" d="M79.39,-20.56C87.8,-19.04 96.63,-17.43 104.87,-15.94"/>
<polygon fill="#63b8ff" stroke="#63b8ff" points="105.3,-19.42 114.51,-14.19 104.05,-12.53 105.3,-19.42"/>
</a>
</g>
</g>

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB