#include <map>
#include <set>
#include <string>
#include <boost/shared_ptr.hpp>
#include "linalg.hpp"
#include "diff_op.hpp"
#include "func.hpp"
Go to the source code of this file.
Namespaces | |
namespace | bvp |
Classes | |
class | bvp::domain |
class | bvp::BVP |
A boundary value problem. More... | |
class | bvp::linear_BVP2 |
A linear BVP of order at most 2. More... |