CppNoddy
0.92
|
Integrate the Lorenz equations. More...
#include <IVP_bundle.h>
Go to the source code of this file.
Classes | |
class | CppNoddy::Example::Lorenz_equations |
Define the Lorenz equations by inheriting Equation base class. More... | |
Namespaces | |
namespace | CppNoddy |
A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
namespace | CppNoddy::Example |
Functions | |
int | main () |
Integrate the Lorenz equations.
forward in time using an adaptive Runge-Kutta-Fehlberg routine. The parameters are chosen to be
Definition in file IVPLorenz.cpp.
int main | ( | ) |
Definition at line 42 of file IVPLorenz.cpp.
References CppNoddy::Example::Lorenz_equations::a, CppNoddy::Example::Lorenz_equations::b, CppNoddy::Example::Lorenz_equations::c, CppNoddy::Timer::counter(), CppNoddy::ODE_IVP< _Type >::get_mesh(), CppNoddy::Timer::get_time(), CppNoddy::Timer::print(), CppNoddy::ODE_IVP< _Type >::shoot45(), CppNoddy::Timer::start(), CppNoddy::Timer::stop(), CppNoddy::ODE_IVP< _Type >::store_every(), and u.
© 2012
R.E. Hewitt