bvp::dirichlet_op Class Reference

#include <diff_op.hpp>

Inheritance diagram for bvp::dirichlet_op:

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

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, const vector &n) const


Member Function Documentation

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

Implements bvp::bdry_diff_op.

00035                                                {
00036     return f(p);
00037   }

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

Implements bvp::bdry_diff_op.

00039                                                 {
00040     n.size();
00041     return f(p);
00042   }

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