|
CppNoddy
0.92
|
Solving the linear equation. More...
Go to the source code of this file.
Classes | |
| class | CppNoddy::Example::diffusion_double |
| class | CppNoddy::Example::dd_BC |
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 linear equation.
![\[ - u_x - u_t + u_{yy} = ( ( 1 - y^2 )( x + t ) - 2 ) e^{-xt}\,, \]](form_108.png)
subject to 



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




Definition in file IBVPLinear.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| U | |
| Ud | |
Definition at line 18 of file IBVPLinear.cpp.
| int main | ( | ) |
Definition at line 104 of file IBVPLinear.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