CppNoddy
0.92
|
Solve the nonlinear scalar residual problem. 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 () |
Solve the nonlinear scalar residual problem.
by arc-length continuation from the starting solution
Definition in file ArcTranscritFold.cpp.
int main | ( | ) |
Definition at line 43 of file ArcTranscritFold.cpp.
References CppNoddy::Newton< _Type >::arclength_solve(), CppNoddy::Example::Arc_problem::eps, CppNoddy::TrackerFile::header(), CppNoddy::ArcLength_base< _Type >::init_arc(), CppNoddy::Example::Arc_problem::p, CppNoddy::TrackerFile::precision(), CppNoddy::TrackerFile::push_ptr(), CppNoddy::Newton< _Type >::set_monitor_det(), and CppNoddy::TrackerFile::update().
© 2012
R.E. Hewitt