bvp::del2 Class Reference

#include <diff_op.hpp>

Inheritance diagram for bvp::del2:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

double at (const realfunc &f, const point &p) const
double at (const realfunc &f, const point &p, size_t i, size_t j) const


Member Function Documentation

double bvp::del2::at ( const realfunc f,
const point &  p 
) const [virtual]

Implements bvp::diff_op.

00065                                                         {
00066     return f.d2(p,1,1);
00067   }

Here is the call graph for this function:

double bvp::del2::at ( const realfunc f,
const point &  p,
size_t  i,
size_t  j 
) const

00070                                            {
00071     return f.d2(p,i,j);
00072   }

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:27 2008 by  doxygen 1.5.6