CppNoddy  0.92
Loading...
Searching...
No Matches
IVP_bundle.h
Go to the documentation of this file.
1/// \file IVP_bundle.h
2/// A shorter bundled include file for initial-value problems.
3
4#ifndef IVP_BUNDLE_H
5#define IVP_BUNDLE_H
6
7#include <Generic_bundle.h>
8
9#include <ODE_IVP.h>
10#include <Equation.h>
11#include <Newton_bundle.h>
12
13#endif
A templated class for equations that can be inherited from to allow instantiation of ODE/PDE objects ...
A shorter bundled include file for ODE_BVP and PDE_IBVP codes.
A shorter bundled include file for Newton iteration problems.
A specification for a class to solve initial value problems of the form.

© 2012

R.E. Hewitt