***resolution#
Description#
This procedure is used to fix the calculation parameters and method of resolution for the global matrix problem \(\bf K\bf u=\bf R\). Except for the simplest linear problems, at least some of the procedures sub-options will be required. Non-linear problems are best solved with some substantial customization of these parameters.
Syntax#
Specification of the method of resolution requires a definition of the form:
***resolution type
which will be followed by a number of options of the ** command
level. The possible types of resolution are summarized in the following
table:
Resolution |
Description |
|---|---|
|
resolution of type Newton-Raphson, or modified Newton |
|
resolution of type BFGS quasi-Newton |
In the absence of type the default newton will be substituted.
This ***resolution command has a variety of sub-procedures to
define load sequencing:
**sequenceDefine loading sequences.
**cyclesDefine cycles of loading sequences.
**automatic_timeDefine automatic time stepping.
**init_d_dofAccelerate convergence by pre-initializing the DOF increment.
**no_symmetrizeUse the non-symmetric solver.
**max_divergenceSpecify the maximum number of divergences allowable before the problem stops.
**skip_cyclesUse the cycle skip algorithm.
**use_lumped_massUse the lumped mass matrix (only available for
****calcul dynamics)