1#ifndef _RHEOLEF_CONTINUATION_OPTION_H
2#define _RHEOLEF_CONTINUATION_OPTION_H
71#include "rheolef/adapt.h"
109 newton_max_iter(100),
110 min_delta_parameter (0.001),
111 max_delta_parameter (0.025),
112 ini_delta_parameter (0.01),
115 theta_variation(0.25),
116 min_delta_parameter_successive_count_max(3),
119 do_check_going_back(true),
see the Float page for the full documentation
check_macro(expr1.have_homogeneous_space(Xh1), "dual(expr1,expr2); expr1 should have homogeneous space. HINT: use dual(interpolate(Xh, expr1),expr2)")
This file is part of Rheolef.
adapt_option: see the adapt page for the full documentation
see the continuation_option page for the full documentation
Float ini_delta_parameter
continuation_option(const adapt_option &aopt=adapt_option())
Float max_delta_parameter
size_t min_delta_parameter_successive_count_max
Float min_delta_parameter