|
CppNoddy
0.92
|
A simple arc-length continuation solving the equation. More...
Go to the source code of this file.
Classes | |
| class | CppNoddy::Example::Arc_problem |
| Define the residual for arc-length continuation of a circle. More... | |
Namespaces | |
| namespace | CppNoddy |
| A collection of OO numerical routines aimed at simple (typical) applied problems in continuum mechanics. | |
| namespace | CppNoddy::Example |
Functions | |
| int | main () |
A simple arc-length continuation solving the equation.
![\[ x^2 + p^2 = 2\,, \]](form_65.png)
where 

Definition in file ArcCircle.cpp.
| int main | ( | ) |
Definition at line 39 of file ArcCircle.cpp.
References CppNoddy::Newton< _Type >::arclength_solve(), CppNoddy::ArcLength_base< _Type >::init_arc(), CppNoddy::Example::Arc_problem::p, and CppNoddy::Newton< _Type >::set_monitor_det().
1.9.5
© 2012
R.E. Hewitt