CppNoddy  0.92
Loading...
Searching...
No Matches
Namespaces
ODE_IVP.cpp File Reference

Implementation of an $n$-th order system of ODEs that form the IVP: More...

#include <string>
#include <Types.h>
#include <Equation.h>
#include <OneD_Node_Mesh.h>
#include <ODE_IVP.h>
#include <Exceptions.h>
#include <Utility.h>

Go to the source code of this file.

Namespaces

namespace  CppNoddy
 A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics.
 

Detailed Description

Implementation of an $n$-th order system of ODEs that form the IVP:

\[ \underline{ \dot f} (t) = \underline R ( \underline f (t), t) \,, \]

where $ \underline f (0) $ is known.

Definition in file ODE_IVP.cpp.

© 2012

R.E. Hewitt