bvp::linear_BVP2 Class Reference

A linear BVP of order at most 2. More...

#include <bvp.hpp>

Inheritance diagram for bvp::linear_BVP2:

Inheritance graph
[legend]
Collaboration diagram for bvp::linear_BVP2:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 linear_BVP2 (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)
 Identical to base class constructor.
 linear_BVP2 (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)
 Identical to base class constructor.
shared_ptr< const linear_diff_op2get_linear_diff_op2 () const
 Give the interior diff_op.


Detailed Description

A linear BVP of order at most 2.

Constructor & Destructor Documentation

bvp::linear_BVP2::linear_BVP2 ( 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 
) [inline]

Identical to base class constructor.

00213       : BVP(O, L_in, B_in, f_in, g_in){};

bvp::linear_BVP2::linear_BVP2 ( 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 
) [inline]

Identical to base class constructor.

00220       : BVP(O, L_in, B_in,  f_in, g_in){}; 


Member Function Documentation

shared_ptr< const linear_diff_op2 > bvp::linear_BVP2::get_linear_diff_op2 (  )  const

Give the interior diff_op.

00312                                                                           {
00313     return boost::
00314       dynamic_pointer_cast<const linear_diff_op2>(BVP::get_diff_op());
00315   }

Here is the call graph for this function:


The documentation for this class was generated from the following files:

Generated on Fri Jun 6 17:28:25 2008 by  doxygen 1.5.6