bvp::BVP Member List
This is the complete list of members for
bvp::BVP, including all inherited members.
B | bvp::BVP | [private] |
BVP(shared_ptr< const domain > O, shared_ptr< const diff_op > L_in, shared_ptr< const bdry_diff_op > B_in, const map< point, double > &f_in, const map< point, double > &g_in) | bvp::BVP | |
BVP(shared_ptr< const domain > O, shared_ptr< const diff_op > L_in, shared_ptr< const bdry_diff_op > B_in, const realfunc &f_in, const realfunc &g_in) | bvp::BVP | |
BVP(const BVP &) | bvp::BVP | [inline, private] |
f | bvp::BVP | [private] |
g | bvp::BVP | [private] |
get_bdry_diff_op() const | bvp::BVP | |
get_diff_op() const | bvp::BVP | |
get_domain() const | bvp::BVP | |
get_f() const | bvp::BVP | |
get_g() const | bvp::BVP | |
L | bvp::BVP | [private] |
Omega | bvp::BVP | [private] |
set_f(const realfunc &f_in) | bvp::BVP | |
set_f(const map< point, double > &f_in) | bvp::BVP | |
set_g(const realfunc &g_in) | bvp::BVP | |
set_g(const map< point, double > &g_in) | bvp::BVP | |
~BVP() | bvp::BVP | [inline, virtual] |