|
CppNoddy
0.92
|
Solving the nonlinear problem. More...
Go to the source code of this file.
Classes | |
| class | CppNoddy::Example::nonlinear |
| class | CppNoddy::Example::BC_lower |
| class | CppNoddy::Example::BC_upper |
Namespaces | |
| namespace | CppNoddy |
| A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
| namespace | CppNoddy::Example |
Enumerations | |
| enum | { U , Ud } |
Functions | |
| double | CppNoddy::Example::source (const double &x, const double &y, const double &t) |
| int | main () |
Solving the nonlinear problem.
![\[ -u u_x - u_t + u_{yy} = y^2 t^2 e^{-2x} - y e^{-x}\,, \]](form_116.png)
subject to 




![$ (x,y) \in [0,10]\times [0,1] $](form_121.png)




Definition in file IBVPNonlinearFast.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| U | |
| Ud | |
Definition at line 20 of file IBVPNonlinearFast.cpp.
| int main | ( | ) |
Definition at line 123 of file IBVPNonlinearFast.cpp.
References CppNoddy::PDE_double_IBVP< _Type >::solution(), CppNoddy::PDE_double_IBVP< _Type >::step2(), CppNoddy::PDE_double_IBVP< _Type >::t(), U, Ud, CppNoddy::Utility::uniform_node_vector(), and CppNoddy::PDE_double_IBVP< _Type >::update_previous_solution().
1.9.5
© 2012
R.E. Hewitt