•
|
Automatic (Newton) to let the solver automatically determine a damping factor in each iteration of Newton’s method. Go to Automatic (Newton) and Automatic Highly Nonlinear (Newton) for settings.
|
•
|
Backtracking (Newton) to let the solver use a globalization method that uses information about the nonlinear residual as well as the system matrix to estimate the damping that minimizes the residual. Go to Backtracking (Newton) for settings.
|
•
|
Constant (Newton) to manually specify a constant damping factor that is used in all iterations of Newton’s method. Go to Constant (Newton) for settings.
|
•
|
Automatic highly nonlinear (Newton) if the solver does not converge with Automatic (Newton) first. It is similar to Automatic (Newton) but this method can make the solver more careful when solving highly nonlinear problems. Go to Automatic (Newton) and Automatic Highly Nonlinear (Newton) for settings.
|
•
|
For stationary problems, choose Double dogleg to use the double dogleg nonlinear solver. Go to Double Dogleg for settings.
|
•
|
•
|
•
|
The default, Automatic, is equivalent to On for stationary problems and Off for time-dependent problems. For stationary parametric continuation problems, Automatic corresponds to On when solving for the first parameter value and Off when solving for subsequent parameter values.
|
1
|
For the calculation of the weights U, the current, possibly damped, approximation to the solution is used. The weights are computed as
![]() ![]() |
2
|
The newly computed weights,
![]() ![]() ![]() |
3
|
When the weights are updated the Newton algorithm is restarted, old step-size norms are cleared, and a new damping factor will be used. The new damping factor is controlled by Damping factor at update, where the strategies are Fraction of current (the default) or Constant. For Fraction of current there is an option to select a Fraction of current damping factor (default value: 1). For Constant the damping factor will be the Update damping factor.
|
•
|
First select one of the two methods mentioned above from the Backtracking method list: Full estimate (the default) or Constant step.
|
•
|
If you chose Full estimate, select the Backtrack at least once checkbox to let the algorithm always determine and apply a damping at least once per nonlinear iteration. This is done regardless of whether the general criteria for backtracking are fulfilled, so even if the solver is converging nicely. For certain models this can improve the stability of the solvers.
|
•
|
If you chose Constant step, enter a value between 0 and 1 in the Damping in one step field (default: 0.5). The Constant step method evaluates the residual for every backtracking step it takes. Choosing appropriate values for the Damping in one step, Maximum damping factor, and Minimum damping factor can help to reduce the number of backtracking steps.
|
•
|
Enter values for the Maximum damping factor (default: 1) and the Minimum damping factor (default: 0.1) to specify the maximally and minimally allowed damping that is applied during one nonlinear iteration. Especially at the beginning of a solving process it can happen that the convergence is rather slow and that the backtracking algorithm would determine an arbitrarily small damping, effectively trapping the solvers there. In order to prevent this behavior, you can set a minimum damping factor, forcing the solvers to advance. This approach can also be used to accelerate the convergence for problems where generally only mild damping is needed.
|
•
|
All other settings are identical to those for Constant (Newton) below (except that there is no Damping factor setting).
|
•
|
Enter a value for the Damping factor to specify a constant damping factor for Newton’s method. The default is 1.
|
•
|
With a Time-Dependent Solver, select the Limit on nonlinear convergence rate checkbox to force the nonlinear solver to terminate as soon as the convergence is estimated to be too slow. The default is 0.9. Enter a limit on the convergence rate in the field as required. The nonlinear convergence rate is estimated as γ = (en/e1)(1/(n−1)), where en is the error estimate for iteration n. This can be seen as the average convergence rate after n steps (n>1). If γ \ γlimit (γlimit is the limit on nonlinear convergence rate), then the nonlinear solver will terminate (as if it fails). This means that the current time step will be disqualified, and a new nonlinear solve attempt will be performed with a reduced time step. For problems where the convergence rate can be slow, this option can be used to avoid unnecessary nonlinear iterations (because the solver will in those cases not converge anyways within the allotted iterations specified in the Maximum number of iterations field).
|
•
|
With a Time-Dependent Solver, choose a Jacobian update: Minimal (the default), On every iteration, or Once per time step:
|
•
|
With a Time-Dependent Solver, by default, a stricter tolerance is used at each Newton iteration step when Jacobian is not updated. This approach typically leads to more robust time stepping. Therefore, more nonlinear iterations might be required in each time step, and more Jacobian updates might be needed. To use the minimal Jacobian update used in earlier versions of the COMSOL Multiphysics software, select the Use linear heuristics for adaptive tolerance checkbox.
|
•
|
With a Stationary Solver or a parametric solver, choose a Jacobian update: Minimal, On every iteration (the default), or On first iteration:
|
•
|
The Update automatic scale factors in weights checkbox, available for stationary and parametric studies, is selected by default. When selected it is the behavior in earlier versions of COMSOL Multiphysics; see Termination Criterion for the Fully Coupled and Segregated Attribute Nodes. If the automatic scale factors have changed by two orders of magnitude this will be indicated in the Log window. If you clear this checkbox, the automatic scale factors are not taken into account when updating the weights.
|
•
|
Enter a value for the Initial damping factor, to specify a damping factor for the first Newton iteration. The default value is 1.0·10−4.
|
•
|
Choose a Residual scaling: Field-wise or Uniform. Field-wise scales the equations based on the field-wise sizes of the initial residual. If Uniform is selected, the algorithm terminates on the relative residual based on the initial residual.
|
•
|
The double dogleg solver can restart, if the solver iterations are considered as stagnated. The stagnation is defined by a given number of consecutive iterations that all have a Newton damping factor less than 0.1 and a step size smaller than 0.1 times the tolerance. By default, the restart is active with 7 iterations before the restart. To turn off the restart, clear the Number of iterations before restart checkbox. The number of iterations before restart must be a positive integer.
|
•
|
•
|
If Tolerance or Iterations or tolerance are set as the Termination technique, then enter a Tolerance factor to modify the tolerance used for termination of the Newton iterations. The actual tolerance used is this factor times the value specified in the Relative tolerance field in the General sections of the Stationary Solver and Time-Dependent Solver.
|
•
|
•
|
•
|
•
|
•
|
•
|
•
|
In model using a pseudo time-stepping method, the Apply CFL weighting checkbox is selected by default. If selected, the algorithm will apply a suppression to the adaptive tolerance based on the progression of the CFL number. Doing so insures that the adaptive tolerance reaches the user-requested tolerance when the model converges, at the cost of a slight increase in the local number of linear iterations (that is, the number of linear iterations needed at a constant value of the CFL number). Given the increased stability, many models will converge faster using this option, thereby reducing the global amount of linear and nonlinear iterations.
|
•
|
For other models, the Apply nonlinear error weighting checkbox is selected by default. If selected, the algorithm will apply a suppression to the adaptive tolerance based on the nonlinear error estimate.
|
•
|
An initial tolerance in the Initial tolerance field (default: 0.1).
|
•
|
A maximal tolerance in the Maximal tolerance field (default: 0.9).
|
•
|
A threshold for safeguard purposes in the Threshold for safeguard field (default: 0.1). This is the value for the tolerance above which the safeguards are applied. The safeguards are there to prevent a too fast decrease of the tolerance. Selecting a too low value can prevent the adaptive tolerance to become smaller fast enough, leading to convergence issues. Selecting a too high value, in turn, can allow for an accidentally small tolerance, leading to resources wasted on unnecessary precision.
|
•
|
If you chose Nonlinear residual, also specify a damping exponent between 1 and 2 and a damping factor between 0 and 1 in the Damping exponent (default: 2) field and Damping factor (default: 1) field, respectively, to define a nonlinear residual.
|
•
|
Pseudo time-stepping to use a pseudo time-stepping method to stabilize convergence toward steady state for a stationary solver. Pseudo time stepping is not available for time-dependent solvers. See Pseudo Time Stepping for more information. For the pseudo time-stepping method, specify the following controller parameters:
|
-
|
-
|
The Limit to target CFL number checkbox is selected by default. This setting controls how the CFL number is changed once the Target CFL number is reached. If you clear this checkbox, the CFL number can continue to increase until the error tolerance is fulfilled.
|
-
|
Select the Anderson acceleration checkbox to activate Anderson acceleration for the pseudo time-stepping method. See below for more information about the settings for Anderson acceleration.
|
-
|
Select the Override Jacobian update checkbox to override updates of the Jacobian for the segregated steps. The CFL threshold value (default: 100), which is the value of the CFL number where overriding of the Jacobian update becomes active. That is, the overriding becomes active for larger CFL numbers than the threshold. From the Jacobian update list, choose On first iteration (the default) or Minimal, which updates the Jacobian at least once and then only when the nonlinear solver fails during parameter stepping. It reuses the Jacobian for several nonlinear systems whenever deemed possible.
|
-
|
Select the Residual smoothing checkbox to enable that the residual smoothing term is applied to the residual on each iteration in the pseudo time-stepping solver. The value in the Relaxation factor field (default: 0.1) controls the magnitude of the residual smoothing term.
|
•
|
Anderson acceleration, which is a nonlinear convergence acceleration method that uses information from previous Newton iterations to accelerate convergence. The Anderson acceleration method is primarily intended for acceleration of nonlinear iterations in transport problems involving, for example, crosswind diffusion stabilization. It is useful is for solving linear or almost linear problems using the segregated solver, where convergence can be improved and the performance increased. You can control the number of iteration increments to store using the Dimension of iteration space field (default: 10) and the mixing parameter as a value between 0 and 1 using the Mixing parameter field (default: 1.0). The Iteration delay field (default 0) contains the number of iterations between pseudo time stepping becomes inactive and Anderson acceleration becomes active. Enter a threshold value in the Threshold for Anderson step field (default: 10). This threshold value controls if the Anderson step or the Newton step is used in the nonlinear step. If the norm of the new step is less than the threshold times the norm of the previous step, the Anderson step is used. Otherwise, the Newton step is used. Lowering the value for the Threshold for Anderson step can improve robustness at the price of performance.
|
For an example using a Stationary Solver, see Tubular Reactor with Nonisothermal Cooling Jacket: Application Library path COMSOL_Multiphysics/Chemical_Engineering/tubular_reactor.
For an example using a Time-Dependent Solver, see Effective Diffusivity in Porous Materials: Application Library path COMSOL_Multiphysics/Diffusion/effective_diffusivity.
|