CppNoddy  0.92
Loading...
Searching...
No Matches
Classes | Namespaces
ODE_IVP.h File Reference

A specification for a class to solve initial value problems of the form. More...

#include <Types.h>
#include <Equation.h>
#include <OneD_Node_Mesh.h>
#include <Uncopyable.h>

Go to the source code of this file.

Classes

class  CppNoddy::ODE_IVP< _Type >
 A templated object for real/complex vector system of first-order ordinary differential equations. More...
 

Namespaces

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

Detailed Description

A specification for a class to solve initial value problems of the form.

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

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

Definition in file ODE_IVP.h.

© 2012

R.E. Hewitt