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

A templated class for equations that can be inherited from to allow instantiation of ODE/PDE objects using the resulting class. More...

#include <Residual_with_coords.h>
#include <DenseVector.h>
#include <DenseMatrix.h>

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.
 

Detailed Description

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