|
CppNoddy
0.92
|
A specification of a class for an 
#include <memory>#include <algorithm>#include <DenseVector.h>#include <DenseMatrix.h>#include <Equation_2matrix.h>#include <Exceptions.h>#include <Uncopyable.h>#include <OneD_Node_Mesh.h>#include <LinearEigenSystem_base.h>#include <Residual.h>Go to the source code of this file.
Classes | |
| class | CppNoddy::ODE_EVP< _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. | |
A specification of a class for an 
![\[ \lambda M_1({\underline f}(x),x ) \cdot {\underline f } + M_0({\underline f}(x),x ) \cdot {\underline f}^\prime (x) = {\underline R}( {\underline f}(x), x )\,, \]](form_13.png)
subject to 



![\[ A_{M\times M} {\underline x} = \lambda B_{M\times M} {\underline x} \]](form_17.png)
which can then be solved via the LinearEigenSystem class where 
Definition in file ODE_EVP.h.
1.9.5
© 2012
R.E. Hewitt