-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29046 from joshuahansel/fix-conv-doc
Fixed Augmented Lagrangian convergence doc
- Loading branch information
Showing
3 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
...contact/doc/content/source/convergence/AugmentedLagrangianContactConvergence.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# AugmentedLagrangianContactConvergence | ||
|
||
The augmented Lagrangian contact algorithm involves a nested solution strategy; see [AugmentedLagrangianContactProblem.md]. | ||
|
||
`AugmentedLagrangianContactFEProblemConvergence` and `AugmentedLagrangianContactReferenceConvergence` | ||
track the convergence of the nested solution procedure described above, allow interaction with the solver at each iteration until the tolerance criteria are met, and allow for updating the Lagrangian multipliers as prescribed by [AugmentedLagrangianContactProblem.md]. | ||
|
||
## AugmentedLagrangianContactFEProblemConvergence | ||
|
||
!syntax description /Convergence/AugmentedLagrangianContactFEProblemConvergence | ||
|
||
!syntax parameters /Convergence/AugmentedLagrangianContactFEProblemConvergence | ||
|
||
!syntax inputs /Convergence/AugmentedLagrangianContactFEProblemConvergence | ||
|
||
!syntax children /Convergence/AugmentedLagrangianContactFEProblemConvergence | ||
|
||
## AugmentedLagrangianContactReferenceConvergence | ||
|
||
!syntax description /Convergence/AugmentedLagrangianContactReferenceConvergence | ||
|
||
!syntax parameters /Convergence/AugmentedLagrangianContactReferenceConvergence | ||
|
||
!syntax inputs /Convergence/AugmentedLagrangianContactReferenceConvergence | ||
|
||
!syntax children /Convergence/AugmentedLagrangianContactReferenceConvergence |
13 changes: 0 additions & 13 deletions
13
...oc/content/source/convergence/AugmentedLagrangianContactFEProblemConvergence.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters