CppNoddy
0.92
|
Solving the fourth-order Berman (porous channel) similarity equation. More...
Go to the source code of this file.
Classes | |
class | CppNoddy::Example::Berman_equation |
Define the Berman equation by inheriting Equation base class. More... | |
class | CppNoddy::Example::Berman_residual |
Define a residual function using the boundary conditions for the Berman equation. 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 () |
Solving the fourth-order Berman (porous channel) similarity equation.
where
Solving a BVP by converting it to an IVP like this is generally not a smart move!
Definition in file BermanShooting.cpp.
int main | ( | ) |
Definition at line 100 of file BermanShooting.cpp.
References CppNoddy::Newton< _Type >::iterate(), CppNoddy::Example::Berman_residual::ode, CppNoddy::TrackerFile::push_ptr(), and CppNoddy::TrackerFile::update().
© 2012
R.E. Hewitt