www.mooseframework.org
Classes | Functions
AugmentedLagrangianContactProblem.h File Reference

Go to the source code of this file.

Classes

class  AugmentedLagrangianContactProblem
 Class to manage nested solution for augmented Lagrange contact. More...
 

Functions

template<>
InputParameters validParams< AugmentedLagrangianContactProblem > ()
 

Function Documentation

◆ validParams< AugmentedLagrangianContactProblem >()

template<>
InputParameters validParams< AugmentedLagrangianContactProblem > ( )

Definition at line 32 of file AugmentedLagrangianContactProblem.C.

33 {
34  InputParameters params = validParams<ReferenceResidualProblem>();
35  params.addParam<int>("maximum_lagrangian_update_iterations",
36  100,
37  "Maximum number of update Lagrangian Multiplier iterations per step");
38  return params;
39 }