|
CppNoddy
0.92
|
A specification of a class for an 
#include <DenseVector.h>#include <DenseMatrix.h>#include <Equation_1matrix.h>#include <OneD_Node_Mesh.h>#include <Uncopyable.h>#include <Residual.h>#include <Timer.h>#include <ArcLength_base.h>#include <BandedLinearSystem.h>#include <Utility.h>#include <LinearEigenSystem_base.h>#include <DenseLinearEigenSystem.h>Go to the source code of this file.
Classes | |
| class | CppNoddy::ODE_BVP< _Type, _Xtype > |
| 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 
![\[ {\underline f}^\prime (y) = {\underline R}( {\underline f}(y), y )\,, \]](form_5.png)
subject to 



![\[ {\underline g}^\prime (y) - \frac{\partial {\underline R}}{\partial \underline f} \Big \vert_{\underline F} \,\,{\underline g}(y) = {\underline R}( {\underline F}(y), y) - {\underline F}^\prime (y) \,, \]](form_10.png)
for the corrections 

Definition in file ODE_BVP.h.
1.9.5
© 2012
R.E. Hewitt