Class to provide an interface for parameters and routines required to check convergence for the augmented Lagrangian contact problem. More...
#include <AugmentedLagrangianContactProblemInterface.h>
Public Member Functions | |
AugmentedLagrangianContactProblemInterface (const InputParameters ¶ms) | |
virtual const unsigned int & | getLagrangianIterationNumber () const |
virtual void | setLagrangianIterationNumber (unsigned int iter) |
Static Public Member Functions | |
static InputParameters | validParams () |
Protected Attributes | |
const unsigned int | _maximum_number_lagrangian_iterations |
maximum mumber of augmented lagrange iterations More... | |
unsigned int | _lagrangian_iteration_number |
current augmented lagrange iteration number More... | |
Class to provide an interface for parameters and routines required to check convergence for the augmented Lagrangian contact problem.
Definition at line 18 of file AugmentedLagrangianContactProblemInterface.h.
AugmentedLagrangianContactProblemInterface::AugmentedLagrangianContactProblemInterface | ( | const InputParameters & | params | ) |
Definition at line 22 of file AugmentedLagrangianContactProblemInterface.C.
|
inlinevirtual |
Definition at line 23 of file AugmentedLagrangianContactProblemInterface.h.
Referenced by AugmentedLagrangianContactConvergence< T >::checkConvergence(), and NumAugmentedLagrangeIterations::getValue().
|
inlinevirtual |
Definition at line 27 of file AugmentedLagrangianContactProblemInterface.h.
|
static |
Definition at line 13 of file AugmentedLagrangianContactProblemInterface.C.
Referenced by AugmentedLagrangianContactConvergence< T >::validParams(), and AugmentedLagrangianContactProblemTempl< T >::validParams().
|
protected |
current augmented lagrange iteration number
Definition at line 37 of file AugmentedLagrangianContactProblemInterface.h.
Referenced by getLagrangianIterationNumber(), and setLagrangianIterationNumber().
|
protected |
maximum mumber of augmented lagrange iterations
Definition at line 34 of file AugmentedLagrangianContactProblemInterface.h.