|
CppNoddy
0.92
|
Solves the harmonic equation. More...
Go to the source code of this file.
Classes | |
| class | CppNoddy::Example::harmonic_equation |
| Define the harmonic equation by inheriting the Equation base class. More... | |
| class | CppNoddy::Example::harmonic_both_BC |
Namespaces | |
| namespace | CppNoddy |
| A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
| namespace | CppNoddy::Example |
Enumerations | |
| enum | { f , fd } |
Functions | |
| int | main () |
Solves the harmonic equation.
![\[ f''(x) + \lambda f(x) = 0 \]](form_132.png)
as an eigenvalue problem for 

Definition in file EVPHarmonicEasy_lapack.cpp.
| anonymous enum |
| int main | ( | ) |
Definition at line 72 of file EVPHarmonicEasy_lapack.cpp.
References CppNoddy::ODE_EVP< _Type >::eigensolve(), CppNoddy::ODE_EVP< _Type >::p_eigensystem(), and CppNoddy::Utility::uniform_node_vector().
1.9.5
© 2012
R.E. Hewitt