CppNoddy
0.92
|
A simple arc-length continuation solving the vector 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 vector equation.
where
Definition in file ArcCircleVector.cpp.
int main | ( | ) |
Definition at line 37 of file ArcCircleVector.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().
© 2012
R.E. Hewitt