CppNoddy  0.92
Loading...
Searching...
No Matches
BVP_bundle.h
Go to the documentation of this file.
1/// \file BVP_bundle.h
2/// A shorter bundled include file for ODE_BVP and PDE_IBVP codes.
3
4#ifndef BVP_BUNDLE_H
5#define BVP_BUNDLE_H
6
7#include <Generic_bundle.h>
8
9#include <Newton_bundle.h>
10#include <Equation_1matrix.h>
11#include <ODE_BVP.h>
12#include <OneD_Node_Mesh.h>
13#include <Residual.h>
14
15#endif
A templated class for equations that can be inherited from to allow instantiation of PDE_IBVP objects...
A shorter bundled include file for ODE_BVP and PDE_IBVP codes.
A shorter bundled include file for Newton iteration problems.
A specification of a class for an -order ODE BVP defined by.
A specification for a one dimensional mesh object.
A specification of a (double/complex) VECTOR residual class.

© 2012

R.E. Hewitt