bvp::del2 Class Reference
#include <diff_op.hpp>
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 }
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 }
The documentation for this class was generated from the following files: