Mercurial > hg > kwantix
view html/classbvp_1_1linear__BVP2.html @ 4:9d4fda54a41d
Buggy, must check why interpolator assignment destroys precomputed
data.
author | Jordi Guitérrez Hermoso <jordigh@gmail.com> |
---|---|
date | Sun, 29 Jun 2008 04:06:48 -0500 |
parents | 4fa56dc7e271 |
children |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>bvp::linear_BVP2 Class Reference</title> <link href="doxygen.css" rel="stylesheet" type="text/css"> <link href="tabs.css" rel="stylesheet" type="text/css"> </head><body> <!-- Generated by Doxygen 1.5.6 --> <div class="navigation" id="top"> <div class="tabs"> <ul> <li><a href="index.html"><span>Main Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div class="tabs"> <ul> <li><a href="annotated.html"><span>Class List</span></a></li> <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> <li><a href="functions.html"><span>Class Members</span></a></li> </ul> </div> <div class="navpath"><a class="el" href="namespacebvp.html">bvp</a>::<a class="el" href="classbvp_1_1linear__BVP2.html">linear_BVP2</a> </div> </div> <div class="contents"> <h1>bvp::linear_BVP2 Class Reference</h1><!-- doxytag: class="bvp::linear_BVP2" --><!-- doxytag: inherits="bvp::BVP" -->A linear <a class="el" href="classbvp_1_1BVP.html" title="A boundary value problem.">BVP</a> of order at most 2. <a href="#_details">More...</a> <p> <code>#include <<a class="el" href="bvp_8hpp-source.html">bvp.hpp</a>></code> <p> <div class="dynheader"> Inheritance diagram for bvp::linear_BVP2:</div> <div class="dynsection"> <p><center><img src="classbvp_1_1linear__BVP2__inherit__graph.png" border="0" usemap="#bvp_1_1linear__BVP2__inherit__map" alt="Inheritance graph"></center> <map name="bvp_1_1linear__BVP2__inherit__map"> <area shape="rect" href="classbvp_1_1BVP.html" title="A boundary value problem." alt="" coords="31,6,108,33"></map> <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> <div class="dynheader"> Collaboration diagram for bvp::linear_BVP2:</div> <div class="dynsection"> <p><center><img src="classbvp_1_1linear__BVP2__coll__graph.png" border="0" usemap="#bvp_1_1linear__BVP2__coll__map" alt="Collaboration graph"></center> <map name="bvp_1_1linear__BVP2__coll__map"> <area shape="rect" href="classbvp_1_1BVP.html" title="A boundary value problem." alt="" coords="48,119,125,145"></map> <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> <p> <a href="classbvp_1_1linear__BVP2-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0"> <tr><td></td></tr> <tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classbvp_1_1linear__BVP2.html#273294125148491f004216ff18e1195a">linear_BVP2</a> (shared_ptr< const <a class="el" href="classbvp_1_1domain.html">domain</a> > O, shared_ptr< const <a class="el" href="classbvp_1_1linear__diff__op2.html">linear_diff_op2</a> > L_in, shared_ptr< const <a class="el" href="classbvp_1_1bdry__diff__op.html">bdry_diff_op</a> > B_in, const map< point, double > &f_in, const map< point, double > &g_in)</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Identical to base class constructor. <a href="#273294125148491f004216ff18e1195a"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="classbvp_1_1linear__BVP2.html#b64838b7fd50f79a99ff09304493fabd">linear_BVP2</a> (shared_ptr< const <a class="el" href="classbvp_1_1domain.html">domain</a> > O, shared_ptr< const <a class="el" href="classbvp_1_1linear__diff__op2.html">linear_diff_op2</a> > L_in, shared_ptr< const <a class="el" href="classbvp_1_1bdry__diff__op.html">bdry_diff_op</a> > B_in, const <a class="el" href="classbvp_1_1realfunc.html">realfunc</a> &f_in, const <a class="el" href="classbvp_1_1realfunc.html">realfunc</a> &g_in)</td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Identical to base class constructor. <a href="#b64838b7fd50f79a99ff09304493fabd"></a><br></td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">shared_ptr< const <a class="el" href="classbvp_1_1linear__diff__op2.html">linear_diff_op2</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classbvp_1_1linear__BVP2.html#c46239fed67b60fc5033a727a2a040b0">get_linear_diff_op2</a> () const </td></tr> <tr><td class="mdescLeft"> </td><td class="mdescRight">Give the interior <a class="el" href="classbvp_1_1diff__op.html">diff_op</a>. <a href="#c46239fed67b60fc5033a727a2a040b0"></a><br></td></tr> </table> <hr><a name="_details"></a><h2>Detailed Description</h2> A linear <a class="el" href="classbvp_1_1BVP.html" title="A boundary value problem.">BVP</a> of order at most 2. <hr><h2>Constructor & Destructor Documentation</h2> <a class="anchor" name="273294125148491f004216ff18e1195a"></a><!-- doxytag: member="bvp::linear_BVP2::linear_BVP2" ref="273294125148491f004216ff18e1195a" args="(shared_ptr< const domain > O, shared_ptr< const linear_diff_op2 > L_in, shared_ptr< const bdry_diff_op > B_in, const map< point, double > &f_in, const map< point, double > &g_in)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bvp::linear_BVP2::linear_BVP2 </td> <td>(</td> <td class="paramtype">shared_ptr< const <a class="el" href="classbvp_1_1domain.html">domain</a> > </td> <td class="paramname"> <em>O</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">shared_ptr< const <a class="el" href="classbvp_1_1linear__diff__op2.html">linear_diff_op2</a> > </td> <td class="paramname"> <em>L_in</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">shared_ptr< const <a class="el" href="classbvp_1_1bdry__diff__op.html">bdry_diff_op</a> > </td> <td class="paramname"> <em>B_in</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const map< point, double > & </td> <td class="paramname"> <em>f_in</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const map< point, double > & </td> <td class="paramname"> <em>g_in</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p> Identical to base class constructor. <p> <div class="fragment"><pre class="fragment"><a name="l00213"></a>00213 : <a class="code" href="classbvp_1_1BVP.html#63f3bc322ad112f4bdd1f343ed79455e" title="Create a boundary value problem.">BVP</a>(O, L_in, B_in, f_in, g_in){}; </pre></div> <p> </div> </div><p> <a class="anchor" name="b64838b7fd50f79a99ff09304493fabd"></a><!-- doxytag: member="bvp::linear_BVP2::linear_BVP2" ref="b64838b7fd50f79a99ff09304493fabd" args="(shared_ptr< const domain > O, shared_ptr< const linear_diff_op2 > L_in, shared_ptr< const bdry_diff_op > B_in, const realfunc &f_in, const realfunc &g_in)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bvp::linear_BVP2::linear_BVP2 </td> <td>(</td> <td class="paramtype">shared_ptr< const <a class="el" href="classbvp_1_1domain.html">domain</a> > </td> <td class="paramname"> <em>O</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">shared_ptr< const <a class="el" href="classbvp_1_1linear__diff__op2.html">linear_diff_op2</a> > </td> <td class="paramname"> <em>L_in</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">shared_ptr< const <a class="el" href="classbvp_1_1bdry__diff__op.html">bdry_diff_op</a> > </td> <td class="paramname"> <em>B_in</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classbvp_1_1realfunc.html">realfunc</a> & </td> <td class="paramname"> <em>f_in</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classbvp_1_1realfunc.html">realfunc</a> & </td> <td class="paramname"> <em>g_in</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td><code> [inline]</code></td> </tr> </table> </div> <div class="memdoc"> <p> Identical to base class constructor. <p> <div class="fragment"><pre class="fragment"><a name="l00220"></a>00220 : <a class="code" href="classbvp_1_1BVP.html#63f3bc322ad112f4bdd1f343ed79455e" title="Create a boundary value problem.">BVP</a>(O, L_in, B_in, f_in, g_in){}; </pre></div> <p> </div> </div><p> <hr><h2>Member Function Documentation</h2> <a class="anchor" name="c46239fed67b60fc5033a727a2a040b0"></a><!-- doxytag: member="bvp::linear_BVP2::get_linear_diff_op2" ref="c46239fed67b60fc5033a727a2a040b0" args="() const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">shared_ptr< const <a class="el" href="classbvp_1_1linear__diff__op2.html">linear_diff_op2</a> > bvp::linear_BVP2::get_linear_diff_op2 </td> <td>(</td> <td class="paramname"> </td> <td> ) </td> <td> const</td> </tr> </table> </div> <div class="memdoc"> <p> Give the interior <a class="el" href="classbvp_1_1diff__op.html">diff_op</a>. <p> <div class="fragment"><pre class="fragment"><a name="l00312"></a>00312 { <a name="l00313"></a>00313 <span class="keywordflow">return</span> boost:: <a name="l00314"></a>00314 dynamic_pointer_cast<<span class="keyword">const</span> linear_diff_op2>(<a class="code" href="classbvp_1_1BVP.html#13327808932236fcecc606e09cf47de0" title="Get the interior operator of this BVP.">BVP::get_diff_op</a>()); <a name="l00315"></a>00315 } </pre></div> <p> <p> <div class="dynheader"> Here is the call graph for this function:</div> <div class="dynsection"> <p><center><img src="classbvp_1_1linear__BVP2_c46239fed67b60fc5033a727a2a040b0_cgraph.png" border="0" usemap="#classbvp_1_1linear__BVP2_c46239fed67b60fc5033a727a2a040b0_cgraph_map" alt=""></center> <map name="classbvp_1_1linear__BVP2_c46239fed67b60fc5033a727a2a040b0_cgraph_map"> <area shape="rect" href="classbvp_1_1BVP.html#13327808932236fcecc606e09cf47de0" title="Get the interior operator of this BVP." alt="" coords="311,5,465,32"></map> </div> </div> </div><p> <hr>The documentation for this class was generated from the following files:<ul> <li>include/<a class="el" href="bvp_8hpp-source.html">bvp.hpp</a><li><a class="el" href="bvp_8cpp.html">bvp.cpp</a></ul> </div> <hr size="1"><address style="text-align: right;"><small>Generated on Sat Jun 28 00:33:26 2008 by <a href="http://www.doxygen.org/index.html"> <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> </body> </html>