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
subject to
which can then be solved via the LinearEigenSystem class where
Definition in file ODE_EVP.h.
© 2012
R.E. Hewitt