bvp::bdry_diff_op Class Reference

#include <diff_op.hpp>

Inheritance diagram for bvp::bdry_diff_op:

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

Collaboration graph
[legend]

List of all members.

Public Member Functions

double operator() (const realfunc &f, const point &p) const
double operator() (const realfunc &f, const point &p, const vector &n) const
virtual double at (const realfunc &f, const point &p) const =0
virtual double at (const realfunc &f, const point &p, const vector &n) const =0


Member Function Documentation

double bvp::bdry_diff_op::operator() ( const realfunc f,
const point &  p 
) const

Reimplemented from bvp::diff_op.

00026                                                        {
00027     return at(f,p);
00028   }

Here is the call graph for this function:

double bvp::bdry_diff_op::operator() ( const realfunc f,
const point &  p,
const vector n 
) const

00030                                                                         {
00031     return at(f,p,n);
00032   }

Here is the call graph for this function:

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

virtual double bvp::bdry_diff_op::at ( const realfunc f,
const point &  p,
const vector n 
) const [pure virtual]


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

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