|
CppNoddy
0.92
|
Solves the following linear eigenvalue problem for values 
Go to the source code of this file.
Classes | |
| class | CppNoddy::Example::OS_evp_equation |
| Define the OS equation for the global QZ EVP. More... | |
| class | CppNoddy::Example::OS_bvp_equation |
| Define the OSE for the local refinement procedure. More... | |
| class | CppNoddy::Example::OS_evp_both_BC |
| class | CppNoddy::Example::OS_bvp_left_BC |
| class | CppNoddy::Example::OS_bvp_right_BC |
Namespaces | |
| namespace | CppNoddy |
| A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
| namespace | CppNoddy::Example |
Enumerations | |
| enum | { phi , phid , psi , psid , eval } |
Functions | |
| double | CppNoddy::Example::U (double y) |
| Globally define the base flow. More... | |
| double | CppNoddy::Example::Udd (double y) |
| Globally define the base flow curvature. More... | |
| int | main () |
Variables | |
| double | CppNoddy::Example::Re |
| Globally define the Reynolds number and wavenumber. More... | |
| double | CppNoddy::Example::alpha |
Solves the following linear eigenvalue problem for values 
![\[ \phi''(y) - \alpha^2 \phi(y) - \psi(y) = 0\,, \]](form_142.png)
![\[ \psi''(y) - \alpha^2 \psi(y) - i \alpha Re \left \{ ( U(y) - c ) \psi(y) - U''(y) \phi \right \} = 0\,, \]](form_143.png)
subject to 




Definition in file EVPOrrSommerfeldEasy_lapack.cpp.
| anonymous enum |
| int main | ( | ) |
Definition at line 161 of file EVPOrrSommerfeldEasy_lapack.cpp.
References CppNoddy::ODE_EVP< _Type >::add_tagged_to_mesh(), CppNoddy::ODE_EVP< _Type >::eigensolve(), eval, CppNoddy::ODE_EVP< _Type >::get_mesh(), CppNoddy::ODE_EVP< _Type >::p_eigensystem(), CppNoddy::ODE_BVP< _Type, _Xtype >::set_monitor_det(), CppNoddy::ODE_BVP< _Type, _Xtype >::solution(), CppNoddy::ODE_BVP< _Type, _Xtype >::solve2(), and CppNoddy::Utility::uniform_node_vector().
1.9.5
© 2012
R.E. Hewitt