CppNoddy
0.92
|
A templated class for equations that can be inherited from to allow instantiation of ODE/PDE objects using the resulting class. More...
Go to the source code of this file.
Classes | |
class | CppNoddy::Equation< _Type, _Xtype > |
An equation object base class used in the BVP/IVP classes. More... | |
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
A templated class for equations that can be inherited from to allow instantiation of ODE/PDE objects using the resulting class.
An equation class is simply a square residual class with one extra coordinate for the ODE_BVP solver.
Definition in file Equation.h.
© 2012
R.E. Hewitt