Mercurial > hg > kwantix
view html/classbvp_1_1dirichlet__op.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::dirichlet_op 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_1dirichlet__op.html">dirichlet_op</a> </div> </div> <div class="contents"> <h1>bvp::dirichlet_op Class Reference</h1><!-- doxytag: class="bvp::dirichlet_op" --><!-- doxytag: inherits="bvp::bdry_diff_op" --><code>#include <<a class="el" href="diff__op_8hpp-source.html">diff_op.hpp</a>></code> <p> <div class="dynheader"> Inheritance diagram for bvp::dirichlet_op:</div> <div class="dynsection"> <p><center><img src="classbvp_1_1dirichlet__op__inherit__graph.png" border="0" usemap="#bvp_1_1dirichlet__op__inherit__map" alt="Inheritance graph"></center> <map name="bvp_1_1dirichlet__op__inherit__map"> <area shape="rect" href="classbvp_1_1bdry__diff__op.html" title="bvp::bdry_diff_op" alt="" coords="5,84,133,111"><area shape="rect" href="classbvp_1_1diff__op.html" title="bvp::diff_op" alt="" coords="23,7,116,34"></map> <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> <div class="dynheader"> Collaboration diagram for bvp::dirichlet_op:</div> <div class="dynsection"> <p><center><img src="classbvp_1_1dirichlet__op__coll__graph.png" border="0" usemap="#bvp_1_1dirichlet__op__coll__map" alt="Collaboration graph"></center> <map name="bvp_1_1dirichlet__op__coll__map"> <area shape="rect" href="classbvp_1_1bdry__diff__op.html" title="bvp::bdry_diff_op" alt="" coords="5,84,133,111"><area shape="rect" href="classbvp_1_1diff__op.html" title="bvp::diff_op" alt="" coords="23,7,116,34"></map> <center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center></div> <p> <a href="classbvp_1_1dirichlet__op-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">double </td><td class="memItemRight" valign="bottom"><a class="el" href="classbvp_1_1dirichlet__op.html#f633bf27b1ead38fd689470749cab944">at</a> (const <a class="el" href="classbvp_1_1realfunc.html">realfunc</a> &f, const point &p) const </td></tr> <tr><td class="memItemLeft" nowrap align="right" valign="top">double </td><td class="memItemRight" valign="bottom"><a class="el" href="classbvp_1_1dirichlet__op.html#60166ca8b8f9a65e79a1c0a7fdfe8457">at</a> (const <a class="el" href="classbvp_1_1realfunc.html">realfunc</a> &f, const point &p, const <a class="el" href="classlinalg_1_1vector.html">vector</a> &n) const </td></tr> </table> <hr><h2>Member Function Documentation</h2> <a class="anchor" name="f633bf27b1ead38fd689470749cab944"></a><!-- doxytag: member="bvp::dirichlet_op::at" ref="f633bf27b1ead38fd689470749cab944" args="(const realfunc &f, const point &p) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">double bvp::dirichlet_op::at </td> <td>(</td> <td class="paramtype">const <a class="el" href="classbvp_1_1realfunc.html">realfunc</a> & </td> <td class="paramname"> <em>f</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const point & </td> <td class="paramname"> <em>p</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td> const<code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p> <p>Implements <a class="el" href="classbvp_1_1bdry__diff__op.html#77e049b95257e65fda429fb0c322bbcf">bvp::bdry_diff_op</a>.</p> <div class="fragment"><pre class="fragment"><a name="l00035"></a>00035 { <a name="l00036"></a>00036 <span class="keywordflow">return</span> f(p); <a name="l00037"></a>00037 } </pre></div> <p> </div> </div><p> <a class="anchor" name="60166ca8b8f9a65e79a1c0a7fdfe8457"></a><!-- doxytag: member="bvp::dirichlet_op::at" ref="60166ca8b8f9a65e79a1c0a7fdfe8457" args="(const realfunc &f, const point &p, const vector &n) const " --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">double bvp::dirichlet_op::at </td> <td>(</td> <td class="paramtype">const <a class="el" href="classbvp_1_1realfunc.html">realfunc</a> & </td> <td class="paramname"> <em>f</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const point & </td> <td class="paramname"> <em>p</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classlinalg_1_1vector.html">vector</a> & </td> <td class="paramname"> <em>n</em></td><td> </td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td><td> const<code> [virtual]</code></td> </tr> </table> </div> <div class="memdoc"> <p> <p>Implements <a class="el" href="classbvp_1_1bdry__diff__op.html#d08b87b0c75bc560f218bb016ccd9ce2">bvp::bdry_diff_op</a>.</p> <div class="fragment"><pre class="fragment"><a name="l00039"></a>00039 { <a name="l00040"></a>00040 n.size(); <a name="l00041"></a>00041 <span class="keywordflow">return</span> f(p); <a name="l00042"></a>00042 } </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_1dirichlet__op_60166ca8b8f9a65e79a1c0a7fdfe8457_cgraph.png" border="0" usemap="#classbvp_1_1dirichlet__op_60166ca8b8f9a65e79a1c0a7fdfe8457_cgraph_map" alt=""></center> <map name="classbvp_1_1dirichlet__op_60166ca8b8f9a65e79a1c0a7fdfe8457_cgraph_map"> <area shape="rect" href="classlinalg_1_1vector.html#e66e3da6545ff54e9f5208631883d4a9" title="Number of elements." alt="" coords="200,5,336,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="diff__op_8hpp-source.html">diff_op.hpp</a><li><a class="el" href="diff__op_8cpp.html">diff_op.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>