|
Rheolef
7.2
an efficient C++ finite element environment
|
This class is used to send options to the continuation algorithm.
tol
max_iter
These options are transmitted to the
damped_newtonalgorithm during thecontinuationalgorithm.
ini_delta_parameter
max_delta_parameter
max_delta_parameter
These options control the
continuationevolution along the branch of solution. When using the Keller continuation, these options control the arc-length parameter.
n_adapt
When non-zero, it allows one to activate the optional mesh adaptation feature (see
adapt) embedded in the continuation algorithm.
Complete the documentation of all the others options.
This documentation has been generated from file main/lib/continuation_option.h
The continuation_option class is simply derivated from the adapt_option one (see adapt):