CppNoddy
0.92
|
Solving the Blasius equation. More...
Go to the source code of this file.
Classes | |
class | CppNoddy::Example::Blasius_equation |
Define the Blasius equation by inheriting Equation base class. More... | |
class | CppNoddy::Example::Blasius_residual |
Define a residual function using the boundary conditions for the Blasius profile. 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 Blasius equation.
with
Solving a BVP via local methods such as these is generally not a great way of doing things. Actually, in this case the BVP can formally be converted to an IVP and iteration can be avoided altogether. Here we check the iteration plus IVP approach by comparing it with the Cauchy problem formulation.
Definition in file BlasiusShooting.cpp.
int main | ( | ) |
Definition at line 92 of file BlasiusShooting.cpp.
References CppNoddy::Newton< _Type >::iterate(), CppNoddy::Example::Blasius_residual::ode, CppNoddy::TrackerFile::push_ptr(), and CppNoddy::TrackerFile::update().
© 2012
R.E. Hewitt