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.
subject to
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().
© 2012
R.E. Hewitt