all | manual
|
|||
Apply nonlinear error weighting for models that do not use pseudo time stepping and if subadapttol is set to true.
|
|||
The error estimation method to use if subadapttol is set to true. fullerrorest uses the full information about the linear and nonlinear error estimates to determine the tolerance. partialerrorest uses partial information about the linear and nonlinear error estimates to determine the tolerance. nonlinresidual uses the nonlinear residual only to determine the tolerance. onlycfl applies CFL suppression to the initial tolerance for models using pseudo time stepping. onlyerr applies a suppression mechanism based on the nonlinear error estimate for models with a stationary solver and not using pseudo time stepping.
|
|||
fullest | conststep
|
|||
The maximum damping factor. If backtracking returns a damping larger than this value, submaxdamp is used. Available only if subdtech is set to bcktrack.
|
|||
scalefieldwise | scaleuniform
|
|||
tol | itertol
|
|||
auto/off
|
Termination criterion: Solution, residual, solution or residual, or solution and residual. The default is auto for stationary problems but off for time-dependent problems.
|
||
Updates the weights for automatic scales if they change two orders of magnitude and then restart the Newton solver from the current solution if true. If set to wthresh, you can use thresholds for the weights. All updweights properties are available for stationary and parametric studies and for Newton solvers only (that is, subdtech is not ddog, bcktrack, or const).
|
|||
current | manual
|
Available if subupdweightsauto is wthresh. Use fraction of the current damping factor at update (current) or a constant update damping factor (manual).
|
||
Fraction of current damping factor. If subupdweightsauto is wthresh and subupdweightsdamp is current.
|
|||