.TH "continuation_option" 3rheolef "Sat Mar 13 2021" "Version 7.1" "rheolef" \" -*- nroff -*- .ad l .nh .SH NAME continuation_option \- continuation solver options (rheolef-7\&.1) .PP .SH "DESCRIPTION" .PP This class is used to send options to the \fBcontinuation(3)\fP algorithm\&. .SH "OPTIONS" .PP \fCtol\fP .br \fCmax_iter\fP .PP .RS 4 These options are transmitted to the \fBdamped_newton(3)\fP algorithm during the \fBcontinuation(3)\fP algorithm\&. .RE .PP \fCini_delta_parameter\fP .br \fCmax_delta_parameter\fP .br \fCmax_delta_parameter\fP .PP .RS 4 These options control the \fBcontinuation(3)\fP evolution along the branch of solution\&. When using the Keller continuation, these options control the arc-length parameter\&. .RE .PP \fCn_adapt\fP .PP .RS 4 When non-zero, it allows one to activate the optional mesh adaptation feature (see \fBadapt(3)\fP) embedded in the continuation algorithm\&. .RE .PP .SH "TODO" .PP Complete the documentation of all the others options\&. .SH "IMPLEMENTATION" .PP This documentation has been generated from file main/lib/continuation_option\&.h .PP The \fC\fBcontinuation_option\fP\fP class is simply derivated from the \fCadapt_option\fP one (see \fBadapt(3)\fP): .PP .PP .nf struct continuation_option : adapt_option { Float ini_direction; Float kappa; Float tol; size_t max_iter; size_t newton_max_iter; Float min_delta_parameter; Float max_delta_parameter; Float ini_delta_parameter; Float theta_decr; Float theta_incr; Float theta_variation; size_t min_delta_parameter_successive_count_max; Float tol_cos_angle; bool do_prediction; bool do_check_going_back; size_t n_adapt; continuation_option(const adapt_option& aopt = adapt_option()); void check() const; }; .fi .PP .SH AUTHOR Pierre Saramito .SH COPYRIGHT Copyright (C) 2000-2018 Pierre Saramito GPLv3+: GNU GPL version 3 or later . This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.